Releases: yeoman/generator-chrome-extension
Releases · yeoman/generator-chrome-extension
v0.7.4
What's Changed
- feat: align to TLS versions by @UlisesGascon in #234
- feat: anchored dependencies version by @UlisesGascon in #235
- feat: added package lock by @UlisesGascon in #236
- feat: migrated CI pipeline from Travis to Github Actions by @UlisesGascon in #238
- Listen / build html on changes. by @TheBox193 in #224
- Fixed spacing in connection.onmessage by @ugreg in #225
- Add tabGroups permission by @Yash-Singh1 in #230
- fix: aligned test expect to changes in permission matrix by @UlisesGascon in #239
New Contributors
- @TheBox193 made their first contribution in #224
- @ugreg made their first contribution in #225
- @Yash-Singh1 made their first contribution in #230
Full Changelog: v0.7.3...v0.7.4
Npm release log
npm notice
npm notice 📦 [email protected]
npm notice === Tarball Contents ===
npm notice 32B app/templates/babelrc
npm notice 42B app/templates/bowerrc
npm notice 441B app/templates/editorconfig
npm notice 11B app/templates/gitattributes
npm notice 163B app/templates/gitignore
npm notice 1.1kB license
npm notice 454B app/USAGE
npm notice 26B app/templates/styles/main.css
npm notice 550B app/templates/options.html
npm notice 569B app/templates/popup.html
npm notice 409B app/templates/scripts/background.browser_action.js
npm notice 336B app/templates/scripts/background.js
npm notice 526B app/templates/scripts/background.page_action.js
npm notice 2.1kB app/chrome-manifest.js
npm notice 1.7kB app/templates/scripts/chromereload.js
npm notice 61B app/templates/scripts/contentscript.js
npm notice 4.1kB app/templates/gulpfile.babel.js
npm notice 8.6kB app/index.js
npm notice 53B app/templates/scripts/options.js
npm notice 52B app/templates/scripts/popup.js
npm notice 116B app/templates/_bower.json
npm notice 1.4kB app/templates/_package.json
npm notice 382B app/templates/manifest.json
npm notice 222B app/templates/_locales/en/messages.json
npm notice 886B package.json
npm notice 5.0kB readme.md
npm notice 5.4kB app/templates/images/icon-128.png
npm notice 758B app/templates/images/icon-16.png
npm notice 2.0kB app/templates/images/icon-19.png
npm notice 4.3kB app/templates/images/icon-38.png
npm notice 46B app/templates/styles/main.scss
npm notice === Tarball Details ===
npm notice name: generator-chrome-extension
npm notice version: 0.7.4
npm notice package size: 22.2 kB
npm notice unpacked size: 41.7 kB
npm notice shasum: e04d6bd41ed4bcf0a2ed7c6dde80e77c0b5f0492
npm notice integrity: sha512-cMjFusHFx0kRe[...]E/rjQWdClPZ2Q==
npm notice total files: 31
npm notice
v0.7.3
Changelog
- 72377be Minor bump dependencies (#217) by @UlisesGascon
- b66f688 Bump gulp-eslint to work with used babel-eslint (#214) by @irnc
Dependencies upgraded
- @babel/polyfill: 7.2.5 → ^7.6.0
- underscore.string: ^3.2.1 → ^3.3.5
- object-assign: ^4.1.0 → ^4.1.1
- yeoman-assert: ^2.2.1 → ^2.2.3
- yeoman-test: ^1.4.0 → ^1.9.1
- gulp-eslint: ^2.0.0 → ^6.0.0
v0.7.2
Changelog
- 664a679 Set ESLint to parse ES6 if use Babel (#202) by @tuononh & @ragingwind
- 9beabd2 Add plumber to babel task (#192) by @ragingwind
- 078af88 Upgrade Travis to run using the lastest versions of Node (#206) by @RobertJGabriel
- 35a512a Support latest preset (ES-2015 - ES-2017) (#209) by @hqtoan94
Gulp and ES2015 is default.
- Supports gulp is default task runner for extension.
- Supports ES2015 via babel but
--no-babel
options is also available.
v0.4.4
- popup.html and options.html has own vendor.js/css file
v0.4.0
ES2015
is default option- Remove
coffeescript
option