Skip to content

Commit

Permalink
release: v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixiaorui committed Nov 3, 2020
1 parent 3aa3f15 commit 635d328
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [0.0.19](https://github.com/kkbjs/element3/compare/v0.0.18...v0.0.19) (2020-11-03)


### Bug Fixes

* change emits update:value to update:modelValue ([a957075](https://github.com/kkbjs/element3/commit/a95707549f2cb0f06a12bd2ea383ab65219ad05f))
* change installation.md & deleted test file ([3b1c3ca](https://github.com/kkbjs/element3/commit/3b1c3ca494b93c68557a05a42d5aad492fd16996))
* change slot to vue3 version ([0b4dcf1](https://github.com/kkbjs/element3/commit/0b4dcf168203868b4314fe25fc7941c0ca8327cb))
* convert all absolute paths to relative paths ([aec723d](https://github.com/kkbjs/element3/commit/aec723df0b69af04631f0fcb3eb51f209d80c09b))
* export carousel-item & add some comp in entry.js ([55b3a2a](https://github.com/kkbjs/element3/commit/55b3a2a4e76bff17bfc2e1a3e5b4771f74629939))
* export option component ([33d676a](https://github.com/kkbjs/element3/commit/33d676a4ccb9fd9df8a2beec619e6670e5fe8765))
* expose update in scrollbar.js to fix a error ([f83b723](https://github.com/kkbjs/element3/commit/f83b72376f886fa19c572ab98a892f337caac4be))
* fix addResizeListener params wrong ([89f40b8](https://github.com/kkbjs/element3/commit/89f40b8f306ea3cdabc1497cb86b5dbbbc387fcd))
* fix avatar error callback call way ([4ff9e33](https://github.com/kkbjs/element3/commit/4ff9e33465f67f304ec988e74097ae9ff4b43c34))



## [0.0.18](https://github.com/kkbjs/element3/compare/v0.0.17...v0.0.18) (2020-10-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "element3",
"version": "0.0.18",
"version": "0.0.19",
"description": "A Component Library for Vue3",
"main": "dist/element3-ui.cjs.js",
"module": "dist/element3-ui.esm-bundler.js",
Expand Down

0 comments on commit 635d328

Please sign in to comment.