|
1 | 1 | ## [vue](./README.md) version `changelog` |
2 | 2 |
|
| 3 | +##### `v1.0.11` |
| 4 | +- refactor: project directory structure |
| 5 | +- update: vuejs-templates/webpack to `1.3.1` |
| 6 | +- update: vue to `2.5.13` |
| 7 | +- chore: dependencies update |
| 8 | + |
| 9 | +##### `v1.0.10` |
| 10 | +- fix: `className` -> `class` |
| 11 | +- refactor: `<b-input-group-prepend>` |
| 12 | +- refactor: `<b-input-group-append>` |
| 13 | +- refactor: `<b-input-group-text>` |
| 14 | +- refactor: remove `<b-input-group-button>` |
| 15 | +- test: initial `Dashboard` unit test added |
| 16 | +- update: bootstrap-vue to `2.0.0-rc.1` |
| 17 | +- chore: dependencies update |
| 18 | + |
| 19 | +###### `v1.0.9` |
| 20 | +- refactor: Sidebar structure |
| 21 | +- test: initial e2e test added |
| 22 | +- chore: dependencies update |
| 23 | + |
| 24 | +###### `v1.0.8` |
| 25 | +- update: vue to `2.5.13` |
| 26 | +- update: Bootstrap to `4.0.0-beta.3` |
| 27 | +- update: bootstrap-vue to `1.4.0` |
| 28 | +- chore: dependencies update |
| 29 | +- refactor: `<b-table>` use the prop `responsive="sm"` instead of `class="table-responsive-sm"` |
| 30 | +- fix: `Vue warn:` Do not use built-in or reserved HTML elements as component id: (header, aside, footer, table) |
| 31 | +- feature: some Bootstrap4 components added |
| 32 | +- temp tweaks(b4 beta3): `InputGroupAddon` and `InputGroupButton` |
| 33 | +- refactor(checkboxes, radios, labels): temp tweaks |
| 34 | +- feat: mobile sidebar link click closes the sidebar [#18](https://github.com/mrholek/CoreUI-Vue/pull/18) |
| 35 | + |
3 | 36 | ###### `v1.0.6` |
4 | 37 | - refactor: raw html to `b-row`, `b-col`, `b-card`, `b-button` components |
5 | 38 | - fix: Cards.vue: change `variant="accent-` to `class="card-accent-` |
6 | 39 | - refactor: Modal's ok-button variants |
7 | 40 | - refactor: forms with validation feedback |
8 | 41 | - update: bootstrap-vue to `1.1.0` |
9 | | -- update: to vue: `2.5.6` |
| 42 | +- update: vue to `2.5.6` |
10 | 43 |
|
11 | 44 | ###### `v1.0.5` |
12 | 45 | - update: bootstrap-vue to `1.0.x` |
|
0 commit comments