Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
.idea
node_modules/
dist/
test/unit/coverage
test/e2e/reports
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## [vue](./README.md) version `changelog`

##### `v1.0.13`
- fix: rollback `optimize-css-assets-webpack-plugin` to `^3.2.0`
- refactor: App.vue scss/css imports cleanup
- chore: dependencies update

##### `v1.0.12`
- refactor(Aside): b-tab title with icon issue
- chore: dependencies update
- refactor(pages): `<b-input-group-prepend>`, `<b-input-group-text>`
- refactor(dashboard): `<b-form-radio-group>`
- fix(widgets): props spacing
- refactor: `router/index/ja` minor tweaks
- refactor: rename components `c-aside`, `c-footer`
- refactor(breadcrumb): add `:key` porp
- feat(forms): datepicker input `<b-form-input type="date">`

##### `v1.0.11`
- refactor: project directory structure
- update: vuejs-templates/webpack to `1.3.1`
Expand Down
4 changes: 2 additions & 2 deletions Vue_Full_Project/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
/test/unit/coverage/
/test/e2e/reports/
test/unit/coverage
test/e2e/reports
selenium-debug.log

# Editor directories and files
Expand Down
16 changes: 16 additions & 0 deletions Vue_Full_Project/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
## [vue](./README.md) version `changelog`

##### `v1.0.13`
- fix: rollback `optimize-css-assets-webpack-plugin` to `^3.2.0`
- refactor: App.vue scss/css imports cleanup
- chore: dependencies update

##### `v1.0.12`
- refactor(Aside): b-tab title with icon issue
- chore: dependencies update
- refactor(pages): `<b-input-group-prepend>`, `<b-input-group-text>`
- refactor(dashboard): `<b-form-radio-group>`
- fix(widgets): props spacing
- refactor: `router/index/ja` minor tweaks
- refactor: rename components `c-aside`, `c-footer`
- refactor(breadcrumb): add `:key` porp
- feat(forms): datepicker input `<b-form-input type="date">`

##### `v1.0.11`
- refactor: project directory structure
- update: vuejs-templates/webpack to `1.3.1`
Expand Down
Loading