chore: release beta-40-change-log (#1836)

This commit is contained in:
jeremywu 2021-04-14 11:48:17 +08:00 committed by GitHub
parent cb29649c7f
commit 2647dfe296
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 150 additions and 1 deletions

View File

@ -1,8 +1,38 @@
## Changelog
### 1.0.2-beta.40
*2021-04-14*
#### Bug fixes
- fix(table): page resize event not monitor (#1790)
- fix(time-picker): added popperRef in picker to Fix issue #1809 (#1812)
- fix(select): fix select with filterable has wrong dropdown options (#1811)
- fix(table): fix bug of table crash under complex data (#1805)
- fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) (#1803)
- fix(build): not generate code hint files when publish-npm (#1802)
- fix(avatar): fix src attributes default value (#1770)
- fix(talbe): null check error (#1807)
- fix(image-viewer): fix image src attribute error #1791 (#1819)
- fix(date-picker): date-picker daterange panel clear value and view not updated (#1816)
- style(date-picker): date-picker-com conditional judgment (#1823)
- fix(docs): footer links error (#1827)
- fix(table): fix table column rerendered whenever table updates
#### Features
- feat(result): new componet Result (#1818)
#### Chore updares
- style: using 'Array.prototype.forEach()' (#1826)
- fix(time-picker): time picker change event bug (#1828)
### 1.0.2-beta.39
*2021-04-09*
#### Bug fixes
- Fix `packages/utils` path issue (#1792)

View File

@ -1,9 +1,39 @@
## Changelog
### 1.0.2-beta.40
*2021-04-14*
#### Bug fixes
- fix(table): page resize event not monitor (#1790)
- fix(time-picker): added popperRef in picker to Fix issue #1809 (#1812)
- fix(select): fix select with filterable has wrong dropdown options (#1811)
- fix(table): fix bug of table crash under complex data (#1805)
- fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) (#1803)
- fix(build): not generate code hint files when publish-npm (#1802)
- fix(avatar): fix src attributes default value (#1770)
- fix(talbe): null check error (#1807)
- fix(image-viewer): fix image src attribute error #1791 (#1819)
- fix(date-picker): date-picker daterange panel clear value and view not updated (#1816)
- style(date-picker): date-picker-com conditional judgment (#1823)
- fix(docs): footer links error (#1827)
- fix(table): fix table column rerendered whenever table updates
#### Features
- feat(result): new componet Result (#1818)
#### Chore updares
- style: using 'Array.prototype.forEach()' (#1826)
- fix(time-picker): time picker change event bug (#1828)
### 1.0.2-beta.39
*2021-04-09*
#### Bug fixes
- Fix `packages/utils` path issue (#1792)
### 1.0.2-beta.38

View File

@ -1,8 +1,38 @@
## Changelog
### 1.0.2-beta.40
*2021-04-14*
#### Bug fixes
- fix(table): page resize event not monitor (#1790)
- fix(time-picker): added popperRef in picker to Fix issue #1809 (#1812)
- fix(select): fix select with filterable has wrong dropdown options (#1811)
- fix(table): fix bug of table crash under complex data (#1805)
- fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) (#1803)
- fix(build): not generate code hint files when publish-npm (#1802)
- fix(avatar): fix src attributes default value (#1770)
- fix(talbe): null check error (#1807)
- fix(image-viewer): fix image src attribute error #1791 (#1819)
- fix(date-picker): date-picker daterange panel clear value and view not updated (#1816)
- style(date-picker): date-picker-com conditional judgment (#1823)
- fix(docs): footer links error (#1827)
- fix(table): fix table column rerendered whenever table updates
#### Features
- feat(result): new componet Result (#1818)
#### Chore updares
- style: using 'Array.prototype.forEach()' (#1826)
- fix(time-picker): time picker change event bug (#1828)
### 1.0.2-beta.39
*2021-04-09*
#### Bug fixes
- Fix `packages/utils` path issue (#1792)

View File

@ -1,8 +1,38 @@
## Changelog
### 1.0.2-beta.40
*2021-04-14*
#### Bug fixes
- fix(table): page resize event not monitor (#1790)
- fix(time-picker): added popperRef in picker to Fix issue #1809 (#1812)
- fix(select): fix select with filterable has wrong dropdown options (#1811)
- fix(table): fix bug of table crash under complex data (#1805)
- fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) (#1803)
- fix(build): not generate code hint files when publish-npm (#1802)
- fix(avatar): fix src attributes default value (#1770)
- fix(talbe): null check error (#1807)
- fix(image-viewer): fix image src attribute error #1791 (#1819)
- fix(date-picker): date-picker daterange panel clear value and view not updated (#1816)
- style(date-picker): date-picker-com conditional judgment (#1823)
- fix(docs): footer links error (#1827)
- fix(table): fix table column rerendered whenever table updates
#### Features
- feat(result): new componet Result (#1818)
#### Chore updares
- style: using 'Array.prototype.forEach()' (#1826)
- fix(time-picker): time picker change event bug (#1828)
### 1.0.2-beta.39
*2021-04-09*
#### Bug fixes
- Fix `packages/utils` path issue (#1792)

View File

@ -1,9 +1,38 @@
## Changelog
### 1.0.2-beta.40
*2021-04-14*
#### Bug fixes
- fix(table): page resize event not monitor (#1790)
- fix(time-picker): added popperRef in picker to Fix issue #1809 (#1812)
- fix(select): fix select with filterable has wrong dropdown options (#1811)
- fix(table): fix bug of table crash under complex data (#1805)
- fix(alert.scss carousel.scss switch.scss): v-enter(vue2) to v-enter(vue3) (#1803)
- fix(build): not generate code hint files when publish-npm (#1802)
- fix(avatar): fix src attributes default value (#1770)
- fix(talbe): null check error (#1807)
- fix(image-viewer): fix image src attribute error #1791 (#1819)
- fix(date-picker): date-picker daterange panel clear value and view not updated (#1816)
- style(date-picker): date-picker-com conditional judgment (#1823)
- fix(docs): footer links error (#1827)
- fix(table): fix table column rerendered whenever table updates
#### Features
- feat(result): new componet Result (#1818)
#### Chore updares
- style: using 'Array.prototype.forEach()' (#1826)
- fix(time-picker): time picker change event bug (#1828)
### 1.0.2-beta.39
*2021-04-09*
#### Bug fixes
- Fix `packages/utils` path issue (#1792)
### 1.0.2-beta.38