Skip to content

Master #186

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 52 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
b71bec7
refactor: extract random() to shared/utils
xidedix Oct 19, 2018
7e84252
refactor: views cleanup
xidedix Oct 19, 2018
b7ab69e
refactor: views Tables, Table
xidedix Oct 19, 2018
5350060
tests(e2e): add some more test cases
xidedix Oct 19, 2018
aa7db09
tests(unit): add more test cases and snapshots
xidedix Oct 19, 2018
f53b042
chore: dependencies update
xidedix Oct 19, 2018
f84e8ff
Ship: v2.0.2
xidedix Oct 19, 2018
2d99225
Merge pull request #132 from coreui/dev-vnext
xidedix Oct 19, 2018
46092c1
Ship: v2.0.3
xidedix Nov 13, 2018
a658644
Merge pull request #139 from coreui/dev-vnext
xidedix Nov 13, 2018
3114861
fix(SimpleLineIcons): messed b-col for magic-wand
xidedix Nov 13, 2018
b66a882
test(e2e): case for mobile sidebar outclick
xidedix Nov 14, 2018
12c8aa7
Merge pull request #140 from coreui/e2e-testing
xidedix Nov 14, 2018
7dbfcf2
test: e2e & snapshots update
xidedix Dec 10, 2018
a0520f9
chore: dependencies update
xidedix Dec 10, 2018
6e2e2e6
feat(SidebarNav): navLink attributes
xidedix Dec 10, 2018
1d1df7f
Ship: v2.1.0
xidedix Dec 10, 2018
b9eedfd
Merge pull request #144 from coreui/dev-vnext
xidedix Dec 10, 2018
33be364
tests: snapshots update
xidedix Jan 9, 2019
9453410
chore: dependencies update
xidedix Jan 9, 2019
a1ee314
Ship: v2.1.1
xidedix Jan 9, 2019
85376f8
Merge pull request #147 from coreui/dev-vnext
xidedix Jan 9, 2019
f2ea416
chore: dependencies update
xidedix Jan 17, 2019
8937fa0
Ship: v2.1.2
xidedix Jan 17, 2019
8fee20b
Merge pull request #149 from coreui/dev-vnext
xidedix Jan 17, 2019
8b44ac1
fix: change bootstrap vue to constant version to avoid braking changes
woothu Apr 4, 2019
4ce1f8c
chore: update dependencies versions
woothu Apr 4, 2019
5828c5a
chore: update test snapshots
woothu Apr 4, 2019
e36e86f
Ship: v2.1.3
woothu Apr 4, 2019
3e8af24
Merge pull request #155 from coreui/v2.1.3
woothu Apr 4, 2019
d712d22
fix(jest.config): babel-jest can't process import statement
xidedix Jun 18, 2019
dffbe6d
chore: dependencies update
xidedix Jun 18, 2019
a94c17d
chore(package.json): add missing repository url
xidedix Jun 18, 2019
56a1281
refactor(DefaultContainer): SidebarToggler add defaultOpen prop example
xidedix Jun 18, 2019
7e24bf4
test: update snapshots
xidedix Jun 18, 2019
8030d1c
chore: sync with v2.1.3
xidedix Jun 18, 2019
32dec72
chore: add ie polyfills
xidedix Jun 18, 2019
efd433b
fix: extract b-card html header to slot
xidedix Jun 18, 2019
646e3f7
fix(Forms): remove deprecated `horizontal` props
xidedix Jun 18, 2019
3de7099
refactor(Dropdowns): add spacings
xidedix Jun 18, 2019
2183037
test: update snapshots
xidedix Jun 18, 2019
4a7bd50
chore(vue.config): add publicPath
xidedix Jun 18, 2019
57fd7f3
Ship: v2.1.4
xidedix Jun 18, 2019
38fbae5
Merge pull request #160 from coreui/dev-v2.1.4
xidedix Jun 18, 2019
3c4ba81
fix(Forms): textarea is not textarea closes #161 - thanks @l2aelba
xidedix Jun 19, 2019
7ac9b8e
Ship: v2.1.5
xidedix Jun 19, 2019
d7b960a
Merge pull request #163 from coreui/dev-v2.1.5
xidedix Jun 19, 2019
aafa8c8
chore: delete duplicated unused favicon
woothu Sep 21, 2019
213b7c4
refactor: Separate header and footer from default container file (#170)
mjsorribas Sep 23, 2019
41b734a
refactor: make 'export default new Router' more readable (#164)
mariusa Sep 23, 2019
702d460
feat: Pass row-clicked event with cTable component (#138)
col-panic Sep 23, 2019
c0f6bdd
fix: fix colors of the modals
woothu Sep 27, 2019
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
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.DS_Store
node_modules
package-lock.json
/dist
/coverage

Expand Down
148 changes: 137 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,131 @@
## [CoreUI for Vue.js](./README.md) version `changelog`

##### `v2.1.5`
- fix(Forms): textarea is not textarea #161 - thanks @l2aelba
- chore: lock `bootstrap-vue` to `2.0.0-rc.24`

##### `v2.1.4`
- 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

###### dependencies update
- update `@coreui/coreui` to `^2.1.12`
- update `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.1`
- update `bootstrap-vue` to `^2.0.0-rc.24`
- update `chart.js` to `^2.8.0`
- update `core-js` to `^2.6.9`
- update `css-vars-ponyfill` to `^2.0.2`
- update `flag-icon-css` to `^3.3.0`
- update `vue` to `^2.6.10`
- update `vue-chartjs` to `^3.4.2`
- update `vue-router` to `^3.0.6"
- update `@vue/cli-plugin-babel` to `^3.8.0`
- update `@vue/cli-plugin-e2e-nightwatch` to `^3.8.0`
- update `@vue/cli-plugin-eslint` to `^3.8.0`
- update `@vue/cli-plugin-unit-jest` to `^3.8.0`
- update `@vue/cli-service` to `^3.8.4`
- update `@vue/test-utils` to `1.0.0-beta.29`
- update `node-sass` to `^4.12.0`
- update `vue-template-compiler` to `^2.6.10`

##### `v2.1.3`
- 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

##### `v2.1.2`
- chore: update `@coreui/coreui` 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`
- chore: update `vue-template-compiler` to `^2.5.22`

##### `v2.1.1`
- chore: update `@coreui/coreui` to `^2.1.5`
- chore: update `@coreui/vue` to `^2.1.1`
- chore: update `bootstrap` to `^4.2.1`
- chore: update `core-js` to `^2.6.1`
- chore: update `css-vars-ponyfill` to `^1.16.2`
- chore: update `vue` to `^2.5.21`
- chore: update `@vue/cli-plugin-babel` to `^3.3.0`
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `^3.3.0`
- chore: update `@vue/cli-plugin-eslint` to `^3.3.0`
- chore: update `@vue/cli-plugin-unit-jest` to `^3.3.0`
- chore: update `@vue/cli-service` to `^3.3.0`
- chore: update `@vue/test-utils` to `^1.0.0-beta.28`
- chore: update `vue-template-compiler` to `^2.5.21`

##### `v2.1.0`
- 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` to `^2.1.4`
- chore: update `@coreui/vue` to `^2.1.0`
- chore: update `core-js` to `^2.6.0`
- chore: update `css-vars-ponyfill` to `^1.15.3`
- chore: update `vue` to `^2.5.19`
- chore: update `vue-router` to `^3.0.2"
- chore: update `vue-template-compiler` to `^2.5.19`
- chore: update `@vue/cli-plugin-babel` to `^3.2.0`
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `^3.2.0`
- chore: update `@vue/cli-plugin-eslint` to `^3.2.1`
- chore: update `@vue/cli-plugin-unit-jest` to `^3.2.0`
- chore: update `@vue/cli-service` to `^3.2.0`
- chore: update `@vue/test-utils` to `^1.0.0-beta.27`
- chore: update `node-sass` to `^4.11.0`

##### `v2.0.3`
- test(init): update Tables snapshot
- test(e2e): add `aside-menu-*-show` testing
- chore: update `@coreui/coreui` to `2.1.0`
- chore: update `css-vars-ponyfill` to `1.15.0`
- chore: update `@vue/cli-plugin-babel` to `3.1.1`
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.1.1`
- chore: update `@vue/cli-plugin-eslint` to `3.1.5`
- chore: update `@vue/cli-plugin-unit-jest` to `3.1.1`
- chore: update `@vue/cli-service` to `3.1.4`
- chore: update `node-sass` to `4.10.0`

##### `v2.0.2`
- 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`
- chore: update `chart.js` to `2.7.3`
- chore: update `@vue/cli-plugin-babel` to `3.0.5`
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.5`
- chore: update `@vue/cli-plugin-eslint` to `3.0.5`
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.5`
- chore: update `@vue/cli-service` to `3.0.5`
- chore: update `node-sass` to `4.9.4`

##### `v2.0.1`
- refactor(Modals): add spacing
- refactor(BrandButtons): add spacing
Expand All @@ -21,14 +147,14 @@
- chore: update `@coreui/icons` to `0.3.0`
- refactor(CoreUIIcons): move to `@coreui/icons v0.3.0`
- fix(Dashboard): SocialBoxChartExample height
- fix(Widgets): SocialBoxChartExample height
- fix(Widgets): SocialBoxChartExample height
- fix(Widgets): Income widgets cols
- test(unit): add test for User.vue
- test: add jest config for coverage

##### `v2.0.0-rc.0`
- test(unit): add some views testing
- test(e2e): add testing for mobile `sidebar-show`
- test(unit): add some views testing
- test(e2e): add testing for mobile `sidebar-show`
- refactor: card headers margins
- chore: update `vue` to `2.5.17`
- chore: update `vue-template-compiler` to `2.5.17`
Expand Down Expand Up @@ -72,16 +198,16 @@
- 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
- 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/coreui` to `2.0.3`
- chore: update `@vue/cli-plugin-babel` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-eslint` to `3.0.0-rc.3`
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.0-rc.3`
- chore: update `@vue/cli-service` to `3.0.0-rc.3`
- chore: update `@vue/test-utils` to `^1.0.0-beta.20`
- chore: update `babel-jest` to `23.2.0`
- chore: update `babel-jest` to `23.2.0`

##### `v2.0.0-beta.5`
- chore: move tooling to `vue-cli v3.0.0-rc.2`
Expand Down Expand Up @@ -123,7 +249,7 @@
- refactor(Forms): add `autocomplete` attrib
- refactor(Forms): add missing `form` tags
- refactor(Buttons): view rearrange
- refactor(Jumbotrons): view rearrange
- refactor(Jumbotrons): view rearrange
- feat(Icons): add `CoreUI Icons` set
- feat(Tabs): add missing feat `tabs`
- feat(Charts): add `CustomTooltips`, fix tooltip `chartId` issue
Expand All @@ -132,10 +258,10 @@
- chore: dependencies update
- chore: cleanups

other:
other:

- feat: app-footer fixed
- refactor(dashboard): brand-card, progress-group-bars
- refactor(dashboard): brand-card, progress-group-bars
- refactor(social-box-chart-example): props
- feat(forms): new `<b-form-input type="date">` example added
- refactor(cards): Card outline, Card accent - title variants added
Expand All @@ -144,7 +270,7 @@ other:
- update: vuejs-templates/webpack to v1.3.1
- fix: eslint `valid template root`
- refactor: card header title spacing
- refactor: btn-brand
- refactor: btn-brand
- test(e2e): update
- refactor: sidebar
- refactor: chart examples
- refactor: chart examples
13 changes: 11 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module.exports = {
presets: [
'@vue/app'
['@vue/app', {
polyfills: [
'es6.array.find',
'es6.array.from',
'es6.symbol'
]
}],
["@babel/preset-env", {
"useBuiltIns": "entry"
}]
]
}
}
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
transform: {
'^.+\\.vue$': 'vue-jest',
'.+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$': 'jest-transform-stub',
'^.+\\.jsx?$': 'babel-jest'
'^.+\\.jsx?$': '<rootDir>/node_modules/babel-jest'
},
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1'
Expand Down
Loading