Releases: team-innovation/vue-sfc-rollup
Releases · team-innovation/vue-sfc-rollup
v1.1.1
Changed
- Drop 'uglify-es' for 'terser' - uglify-es no longer maintained
- Refactor rollup configs with per-compile options
- Update template dependencies
- vue 2.6.8
- vue-template-compiler 2.6.8
- rollup 1.4.1
- rollup-plugin-vue 4.7.2
- rollup-plugin-commonjs 9.2.1
v1.1.0
Changed
- Drop 'readline-sync' for 'prompts' - better UX, allow cli to be canceled
- Update template dependencies
- vue 2.5.22
- vue-template-compiler 2.5.21
- rollup 1.1.2
- rollup-plugin-vue 4.6.2
- new rollup-plugin-commonjs 9.2.0 (due to rollup-plugin-vue)
v1.0.3
Fixed
- export install function in lib mode. singe/lib modes can now be registered via both Vue.use() and Vue.component().
v1.0.2
Fixed
- avoid bug introduced in rollup-plugin-vue 4.4.0 - lock in use of v4.3.2 in generated package.json until issue is resolved.
1.0.1
Fixed
- build process now runs in 'production' mode by default - smaller, more secure files
1.0.0
Changed
Fixed
- npm processed template package.json files instead of just including them - renamed
Removed
- Removed unused .gitignore rules
v1.0.0-alpha0
Added
- Library mode - ability to scaffold library of components
- Prompts for single/library mode
- Named exports of individual components in library mode
Changed
- BREAKING CHANGE: Don't export sfc install function, only ever used in autoinstall
- Rename some files to better indicate their purpose
- Switch to ejs for templating
- Implement eslint, consistent airbnb formatting
0.3.1
Added
- Link to official entry on npm
- Add licensing information
Changed
Removed