Releases: DevTony101/vue-cli-plugin-clean
Releases · DevTony101/vue-cli-plugin-clean
v0.5.2
v0.5.1
Changes in this version:
- Now the
BaseButton.vue
component has two optional props for controlling the width and the height - Updates in the
README
file
v0.5.0
Changes in this version:
- NEW: Automatic registration for Vuex modules! Now vue-clean adds the neccessary logic so that all the modules created inside the
store/modules
folder are automatically imported inside your Vuex instance.
v0.4.2
Changes in this version:
- Updated log messages
v0.4.1
Changes in this version:
- Correcting grammatical issues in the README file
v0.4.0
Changes in this version:
- Decreased bundle size of the package by adding a
.npmignore
file - Fixed some issues related to files created with the same name
- New
README
file with new and better instructions - Fixed some grammar related issues
v0.3.0
v0.2-alpha
Breaking change: Dropping support for tailwind.
v0.1.11
Changes in the README
file. No breaking changes were made.
v0.1.10
Problem: The plugin copied a main.js
file with store
and router
imports hardcoded on it into the user's project structure without caring if these plugins were added or not.
Fix: Now the plugin dynamically adds (or remove) not only the imports but the folders that are specific to those plugins (store/
, router/
, views/
), leaving the user's project structure as it was before the plugin was invoked.