v3.0.0-beta.1
Thursday, November 21, 2019
v2.1.5
Wednesday, June 19, 2019
- fix(Forms): textarea is not textarea #161 - thanks @l2aelba
- chore: lock
bootstrap-vueto2.0.0-rc.24 - fix(Draggable): vue-resize add missing css, refactor
- test: update snapshots
v2.1.4
Tuesday, June 18, 2019
- fix(jest.config): babel-jest can’t process import statement
- chore(package.json): add missing
repositoryurl - refactor(DefaultContainer): SidebarToggler add defaultOpen prop example
- test: update snapshots
- chore: add ie polyfills
- fix: extract b-card html header to slot
- fix(Forms): remove deprecated
horizontalprops - refactor(Dropdowns): add spacings
- chore(vue.config): add publicPath
v2.1.4
Thursday, April 4, 2019
v2.1.2
Thursday, January 17, 2019
- chore: update
@coreui/coreui-proto^2.1.6 - chore: update
@coreui/vueto^2.1.2 - chore: update
core-jsto^2.6.2 - chore: update
vueto^2.5.22
v2.1.1
Wednesday, January 9, 2019
- chore: update
@coreui/coreui-proto^2.1.5 - chore: update
@coreui/vueto^2.1.1 - chore: update
bootstrapto^4.2.1
v2.1.0
Monday, December 10, 2018
- feat(SidebarNav): navLink
attributes- optional JS object with valid JS API naming:- attributes:
rel,target,hidden,disabled, etc… - starting with
@coreui/coreui ^2.1.4,@coreui/vue ^2.1.0 - item example(
./src/_nav.js):
- attributes:
{
name: 'Disabled',
url: '/disabled',
icon: 'icon-ban',
attributes: { disabled: true },
},
{
name: 'Try CoreUI PRO',
url: 'https://coreui.io/pro/react/',
icon: 'cui-layers icons',
variant: 'danger',
attributes: { target: '_blank', rel: "noopener" },
},
- test: e2e and snapshots update
- chore: update
@coreui/coreui-proto^2.1.4 - chore: update
@coreui/vueto^2.1.0
v2.0.3
Tuesday, November 13, 2018
- feat(Spinners): add missing spinners
- chore: add
spinkit v1.2.5dependency - test(Spinners): add basic testing for Spinners
- test(e2e): add some more testing
- chore: update
@coreui/coreui-proto2.1.0 - chore: update
@coreui/vueto2.0.2
v2.0.2
Friday, October 19, 2018
- refactor: extract random() to
shared/utils - refactor: extract shuffleArray() to shared/utils
- refactor: Tables pass items as props to Table
- refactor: some views minor cleanup
- tests(e2e): add some more test cases
- tests(unit): add some more test cases and snapshots
- chore: update
@coreui/coreuito2.0.20
v2.0.1
Thursday, October 4, 2018
- refactor(Modals): add spacing
- refactor(BrandButtons): add spacing
- chore: update
@coreui/coreuito2.0.14 - chore: update
@coreui/vueto2.0.2