Changelog: Vue.js
CoreUI for Vue.js and CoreUI Vue.js Admin Template are in active development. New updates will be included bug fixing, new functionality, plugins version control and code improvement. Feel free to contact us if you have any suggestions or requests. All notable changes to this project Awill be documented here.
Updates
Released: Thursday, November 21, 2019
- First production-ready release of version 3! 💪
Released: Wednesday, June 19, 2019
- fix(Forms): textarea is not textarea #161 - thanks @l2aelba
- chore: lock
bootstrap-vue
to 2.0.0-rc.24
- fix(Draggable): vue-resize add missing css, refactor
- test: update snapshots
Released: Tuesday, June 18, 2019
- fix(jest.config): babel-jest can’t process import statement
- chore(package.json): add missing
repository
url
- 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
horizontal
props
- refactor(Dropdowns): add spacings
- chore(vue.config): add publicPath
Released: Thursday, April 4, 2019
- fix: change bootstrap-vue library to constant version (2.0.0-rc.11) to fix breaking changes from next versions and avoid future breaking changes
- chore: update dependencies
- chore: update test snapshots
Released: Thursday, January 17, 2019
- chore: update
@coreui/coreui-pro
to ^2.1.6
- chore: update
@coreui/vue
to ^2.1.2
- chore: update
core-js
to ^2.6.2
- chore: update
vue
to ^2.5.22
Released: Wednesday, January 9, 2019
- chore: update
@coreui/coreui-pro
to ^2.1.5
- chore: update
@coreui/vue
to ^2.1.1
- chore: update
bootstrap
to ^4.2.1
Released: 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
):
{
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-pro
to ^2.1.4
- chore: update
@coreui/vue
to ^2.1.0
Released: Tuesday, November 13, 2018
- feat(Spinners): add missing spinners
- chore: add
spinkit v1.2.5
dependency
- test(Spinners): add basic testing for Spinners
- test(e2e): add some more testing
- chore: update
@coreui/coreui-pro
to 2.1.0
- chore: update
@coreui/vue
to 2.0.2
Released: 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/coreui
to 2.0.20
Released: Thursday, October 4, 2018
- refactor(Modals): add spacing
- refactor(BrandButtons): add spacing
- chore: update
@coreui/coreui
to 2.0.14
- chore: update
@coreui/vue
to 2.0.2
Released: Friday, August 31, 2018
- chore: update
@coreui/vue
to 2.0.0
- chore: update
@coreui/icons
to 0.3.0
- refactor(CoreUIIcons): move to
@coreui/icons v0.3.0
Released: Monday, August 27, 2018
- test: add jest config for coverage
- test(unit): add some views testing
- test(e2e): add testing for mobile
sidebar-show
- refactor: card headers margins
Released: Friday, July 27, 2018
- feat(Forms): Form Validation pro
- fix(jest.config.js): solves -
SecurityError: localStorage is not available for opaque origins
- chore: update
bootstrap
to 4.1.3
Released: Monday, July 23, 2018
- refactor(Footer): move default footer to the template
- chore: update
@coreui/vue
to 2.0.0-rc.3
- chore: update
bootstrap
to 4.1.2
Released: Tuesday, July 17, 2018
- feat(Tables): Data Table pro
- chore: update
@coreui/coreui-pro
to 2.0.6
,
Released: Friday, July 13, 2018
- fix(Footer): IE sticky footer issue
- fix(Calendar): dark theme consistency
- fix(Draggable): temp fix for IE issue
- fix(Calendar): temp fix for IE issue
- chore: update
@coreui/vue
to 2.0.0-rc.1
Released: Thursday, July 12, 2018
- fix(Calendar): dark theme consistency
Released: Wednesday, July 11, 2018
- feat(Plugins): Calendar pro
Released: Tuesday, July 10, 2018
- feat(Plugins): Draggable Cards pro
Released: Thursday, June 28, 2018
- fix: typo
DafaultAside
to DefaultAside
- thanks @DamianLion
- feat(router):
Users/User Details
Breadcrumb example with /users/:id
- refactor(router): add dynamic imports for Webpack code splitting
- refactor: remove empty
<style>
sections from vue
files
- refactor(Pages): add
b-form
, b-form-input
and autocomplete
to Login
- refactor(Pages): add
b-form
, b-form-input
and autocomplete
to Register
- chore: update
@coreui/vue
to 2.0.0-rc.0
- chore: update
@coreui/coreui-pro
to 2.0.5
Released: Tuesday, June 26, 2018
- chore: move tooling to
vue-cli v3.0.0-rc.2
- refactor: move from
static/img
to public/img
dir
- refactor: move
index.thml
to public
dir
- refactor: move to Jest testing
- tests: fix e2e, unit
Released: Thursday, June 7, 2018
- chore: dependencies update
Released: Tuesday, June 5, 2018
- refactor:
getStyles()
back to @coreui/coreui-pro
version ^2.0.2
- fix(Dashboard):
width
card-line*-chart-example ie
issue
Released: Monday, June 4, 2018
- refactor:
HeaderDropdown
with new slots header
and dropdown
breaking change
- chore: update
@coreui/vue
to 2.0.0-beta.1
Released: Tuesday, May 29, 2018
- refactor(router): rename
UI-Kits
to Apps
- chore: update
@coreui/vue
to 2.0.0-beta.0
Released: Monday, May 28, 2018
- feat(Advanced Forms): add Date Picker
- refactor(Editors): adjust Code Mirror options
Released: Friday, May 25, 2018
- refactor: separation of concerns - (CoreUI template/components) for use CoreUI as npm module
- refactor: project structure change
- refactor: moved to vuejs-templates
- chore: moved to Semantic Versioning
- refactor: move to CoreUI-Vue components
v2
- refactor: rename containers
- refactor(Colors): view layout, sub-components
- refactor(Switches): move to
Switch component v2