|
1 | 1 | ## [vue](./README.md) version `changelog` |
2 | 2 |
|
3 | | -##### `v1.0.13` |
4 | | -- fix: rollback `optimize-css-assets-webpack-plugin` to `^3.2.0` |
5 | | -- refactor: App.vue scss/css imports cleanup |
| 3 | +##### `v2.0.0-alpha.1` |
| 4 | +- refactor: separation of concerns - (CoreUI template/components) for use CoreUI as npm module |
| 5 | +- refactor: project structure change |
| 6 | +- refactor: moved to [vuejs-templates](http://vuejs-templates.github.io/webpack/) |
| 7 | +- chore: moved to [Semantic Versioning](https://semver.org/) |
| 8 | +- refactor: move to [CoreUI-Vue](https://github.com/coreui/coreui-vue) components `v2` |
| 9 | +- refactor: rename containers |
| 10 | +- refactor(Colors): view layout, sub-components |
| 11 | +- refactor(Switches): move to `Switch component v2` |
| 12 | +- refactor(Cards): add `transition` to card-header-action `btn-close` |
| 13 | +- refactor(Cards): add `collapse` to card-header-action `btn-minimize` |
| 14 | +- refactor(Forms): add `transition` to card-header-action `btn-close` |
| 15 | +- refactor(Forms): add `autocomplete` attrib |
| 16 | +- refactor(Forms): add missing `form` tags |
| 17 | +- refactor(Buttons): view rearrange |
| 18 | +- refactor(Jumbotrons): view rearrange |
| 19 | +- feat(Icons): add `CoreUI Icons` set |
| 20 | +- feat(Tabs): add missing feat `tabs` |
| 21 | +- feat(Charts): add `CustomTooltips`, fix tooltip `chartId` issue |
| 22 | +- refactor: move `scss` to `assets` |
| 23 | +- refactor: IE polyfills |
6 | 24 | - chore: dependencies update |
7 | | - |
8 | | -##### `v1.0.12` |
9 | | -- refactor(Aside): b-tab title with icon issue |
10 | | -- chore: dependencies update |
11 | | -- refactor(pages): `<b-input-group-prepend>`, `<b-input-group-text>` |
12 | | -- refactor(dashboard): `<b-form-radio-group>` |
13 | | -- fix(widgets): props spacing |
14 | | -- refactor: `router/index/ja` minor tweaks |
15 | | -- refactor: rename components `c-aside`, `c-footer` |
16 | | -- refactor(breadcrumb): add `:key` porp |
17 | | -- feat(forms): datepicker input `<b-form-input type="date">` |
18 | | - |
19 | | -##### `v1.0.11` |
20 | | -- refactor: project directory structure |
21 | | -- update: vuejs-templates/webpack to `1.3.1` |
22 | | -- update: vue to `2.5.13` |
23 | | -- chore: dependencies update |
24 | | - |
25 | | -##### `v1.0.10` |
26 | | -- fix: `className` -> `class` |
27 | | -- refactor: `<b-input-group-prepend>` |
28 | | -- refactor: `<b-input-group-append>` |
29 | | -- refactor: `<b-input-group-text>` |
30 | | -- refactor: remove `<b-input-group-button>` |
31 | | -- test: initial `Dashboard` unit test added |
32 | | -- update: bootstrap-vue to `2.0.0-rc.1` |
33 | | -- chore: dependencies update |
34 | | - |
35 | | -###### `v1.0.9` |
36 | | -- refactor: Sidebar structure |
37 | | -- test: initial e2e test added |
38 | | -- chore: dependencies update |
39 | | - |
40 | | -###### `v1.0.8` |
41 | | -- update: vue to `2.5.13` |
42 | | -- update: Bootstrap to `4.0.0-beta.3` |
43 | | -- update: bootstrap-vue to `1.4.0` |
44 | | -- chore: dependencies update |
45 | | -- refactor: `<b-table>` use the prop `responsive="sm"` instead of `class="table-responsive-sm"` |
46 | | -- fix: `Vue warn:` Do not use built-in or reserved HTML elements as component id: (header, aside, footer, table) |
47 | | -- feature: some Bootstrap4 components added |
48 | | -- temp tweaks(b4 beta3): `InputGroupAddon` and `InputGroupButton` |
49 | | -- refactor(checkboxes, radios, labels): temp tweaks |
50 | | -- feat: mobile sidebar link click closes the sidebar [#18](https://github.com/mrholek/CoreUI-Vue/pull/18) |
51 | | - |
52 | | -###### `v1.0.6` |
53 | | -- refactor: raw html to `b-row`, `b-col`, `b-card`, `b-button` components |
54 | | -- fix: Cards.vue: change `variant="accent-` to `class="card-accent-` |
55 | | -- refactor: Modal's ok-button variants |
56 | | -- refactor: forms with validation feedback |
57 | | -- update: bootstrap-vue to `1.1.0` |
58 | | -- update: vue to `2.5.6` |
59 | | - |
60 | | -###### `v1.0.5` |
61 | | -- update: bootstrap-vue to `1.0.x` |
62 | | -- fix: use `<b-form-radio-group>` instead of `<b-form-radio>` **[breaking change](https://bootstrap-vue.js.org/docs/components/form-radios)** :fire: |
63 | | -- refactor: `<b-table>` bootstrap-vue component in `Tables` #24 |
64 | | -- refactor: extract `Table` component from `Tables` |
65 | | -- refactor: `<b-table>` bootstrap-vue component in `Switches` #24 |
66 | | -- fix: add `table-responsive-sm` class to `Tables` #26 |
67 | | -- refactor: use component `<b-navbar-nav>` instead of deprecated prop `is-nav-bar` |
68 | | -- fix: `b-progress` `height` property workaround (bootstrap-vue) |
69 | | -- chore: dependencies update |
70 | | - |
71 | | -###### `v1.0.4` |
72 | | -- refactor: import Bootstrap 4 SCSS files from node_modules |
73 | | -- fix: callouts styles |
74 | | - |
75 | | -###### `v1.0.3` |
76 | | -- update: Bootstrap version to `4.0.0-beta.2` |
77 | | -- update: vue-chartjs to `3.0.0` **[breaking change](https://github.com/apertureless/vue-chartjs/releases/tag/v3.0.0)** :fire: |
78 | | - |
79 | | -###### `v1.0.2` |
80 | | -- update: to vue: `^2.5.x` |
81 | | -- update: bootstrap-vue to `1.0.0-beta.9` |
82 | | -- refactor: (vue `v2.5.x`) deprecated `<template scope="props">` replace with `<div slot-scope="props">` |
83 | | -- refactor: `HeaderDropdown` component added to `Header` |
84 | | -- refactor: `b-badge` component added (bootstrap-vue) |
85 | | -- chore: `package.json` project dependencies update |
86 | | - |
| 25 | +- chore: cleanups |
| 26 | + |
| 27 | +other: |
| 28 | + |
| 29 | +- feat: app-footer fixed |
| 30 | +- refactor(dashboard): brand-card, progress-group-bars |
| 31 | +- refactor(social-box-chart-example): props |
| 32 | +- feat(forms): new `<b-form-input type="date">` example added |
| 33 | +- refactor(cards): Card outline, Card accent - title variants added |
| 34 | +- feat: card-header-actions |
| 35 | +- feat(_nav): Navbars example added |
| 36 | +- update: vuejs-templates/webpack to v1.3.1 |
| 37 | +- fix: eslint `valid template root` |
| 38 | +- refactor: card header title spacing |
| 39 | +- refactor: btn-brand |
| 40 | +- test(e2e): update |
| 41 | +- refactor: sidebar |
| 42 | +- refactor: chart examples |
0 commit comments