Skip to content

Releases: team-innovation/vue-sfc-rollup

v1.1.1

08 Jan 17:59
Compare
Choose a tag to compare

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

08 Jan 17:24
Compare
Choose a tag to compare

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

08 Jan 17:09
Compare
Choose a tag to compare

Fixed

  • export install function in lib mode. singe/lib modes can now be registered via both Vue.use() and Vue.component().

v1.0.2

08 Jan 16:36
Compare
Choose a tag to compare

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

08 Jan 17:08
Compare
Choose a tag to compare

Fixed

  • build process now runs in 'production' mode by default - smaller, more secure files

1.0.0

08 Jan 16:35
Compare
Choose a tag to compare

Changed

Fixed

  • npm processed template package.json files instead of just including them - renamed

Removed

  • Removed unused .gitignore rules

v1.0.0-alpha0

08 Jan 17:07
Compare
Choose a tag to compare

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

08 Jan 16:33
Compare
Choose a tag to compare

Added

  • Link to official entry on npm
  • Add licensing information

Changed

  • Updated repo url

Removed

  • Removed beta tag

0.3.0

08 Jan 17:06
Compare
Choose a tag to compare

Added

  • Initial beta release