Shane Church
Shane Church
Following a round of rejections by Mozilla reviewers for updating innerHTML without sanitizing, I went about rearchitecting the extension in TypeScript and modernizing the build chain with NPM and Webpack....
Replaced chrome.* APIs with browser.* APIs and added the webextension-polyfill to support browsers that don't support the browser.* APIs yet. Tested in Firefox 57+ and Chrome 62+. Should theoretically work...
Updated breaking changes to Handsontable 0.34+ as mentioned in https://github.com/handsontable/ngHandsontable/issues/219#issuecomment-334266247. Removed irrelevant tests due to Copy/Paste refactoring in Handsontable 0.33+
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) Updating dependencies to support Angular 6. * **What is the current behavior?** (You can also...