Skip to content

Commit

Permalink
feat: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cs1707 committed Aug 3, 2021
1 parent c50e8dd commit 5d03bc1
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 0 deletions.
63 changes: 63 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,68 @@
## Changelog

*2021-08-03*

#### New features

- Descriptions
- add description component (#21129 by @cs1707)
- Result
- add result component (#21171 by @cs1707)

#### Bug fixes

- Utils
- fix isScroll (#21098 by @canvascat)
- Translation
- update it.js (#21133 by @bliberi)
- RadioGroup
- fix RadioGroup used in component causes exception #17908 (#20783 by @lceric)
- Message
- fix message[type] (#21088 by @cs1707)
- Carousel
- reset the timer when setActiveItem method is called (#20846 by @Nekojita1)
- Cascader
- fix emitPath (#21185 by @cs1707)
- Select
- fix select filterable bug (#17494 by @profore)
- fix a bug that makes the browser jitter in zoom mode (#21197 by @cs1707)
- Tree
- fix insertChild (#21194 by @cs1707)

### 2.15.3

*2021-06-29*

#### New features

- Skeleton
- add skeleton component (#21038 by @cs1707)
- Empty
- add empty component (#21080 by @cs1707)

#### Bug fixes

- Local
- fix week translations for hr locale (#21040 by @cs1707)
- Table
- fix lazy load data (#21041 by @cs1707)
- Docs
- fix form hide-required-asterisk description (#21045 by @cs1707)
- Drawer:
- fix destroy (#20715 by @zj9495)
- Row
- fix align top (#20963 by @cs1707)
- Select
- fix the bug when the value is Boolean (#21052 by @cs1707)
- Calendar
- fix first-day-of-week (#21057 by @cs1707)
- Utils
- fix isScroll (#21065 by @cs1707)
- fix(utils.dom by @fw6)
- TypeScript
- add CascaderPanel export type (#21070 by @qige2016)
- add spinner.d.ts (#21090 by @qige2016)

### 2.15.3

*2021-06-29*
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
## Changelog

## Changelog

*2021-08-03*

#### New features

- Descriptions
- add description component (#21129 by @cs1707)
- Result
- add result component (#21171 by @cs1707)

#### Bug fixes

- Utils
- fix isScroll (#21098 by @canvascat)
- Translation
- update it.js (#21133 by @bliberi)
- RadioGroup
- fix RadioGroup used in component causes exception #17908 (#20783 by @lceric)
- Message
- fix message[type] (#21088 by @cs1707)
- Carousel
- reset the timer when setActiveItem method is called (#20846 by @Nekojita1)
- Cascader
- fix emitPath (#21185 by @cs1707)
- Select
- fix select filterable bug (#17494 by @profore)
- fix a bug that makes the browser jitter in zoom mode (#21197 by @cs1707)
- Tree
- fix insertChild (#21194 by @cs1707)

### 2.15.3

*2021-06-29*
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
## Changelog

## Changelog

*2021-08-03*

#### New features

- Descriptions
- add description component (#21129 by @cs1707)
- Result
- add result component (#21171 by @cs1707)

#### Bug fixes

- Utils
- fix isScroll (#21098 by @canvascat)
- Translation
- update it.js (#21133 by @bliberi)
- RadioGroup
- fix RadioGroup used in component causes exception #17908 (#20783 by @lceric)
- Message
- fix message[type] (#21088 by @cs1707)
- Carousel
- reset the timer when setActiveItem method is called (#20846 by @Nekojita1)
- Cascader
- fix emitPath (#21185 by @cs1707)
- Select
- fix select filterable bug (#17494 by @profore)
- fix a bug that makes the browser jitter in zoom mode (#21197 by @cs1707)
- Tree
- fix insertChild (#21194 by @cs1707)

### 2.15.3

*2021-06-29*
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
## 更新日志

### 2.15.4

*2021-08-03*
#### 新特性

- Descriptions
- 新增 Descriptions 组件 (#21129 by @cs1707)
- Result
- 新增 Result 组件 (#21171 by @cs1707)

#### Bug 修复

- Utils
- 修复 isScroll (#21098 by @canvascat)
- Translation
- 更新 it.js (#21133 by @bliberi)
- RadioGroup
- 修复 RadioGroup 与 component 兼容的 bug (#20783 by @lceric)
- Message
- 修复 message[type] (#21088 by @cs1707)
- Carousel
- 修复 setActiveItem 重置计时 (#20846 by @Nekojita1)
- Cascader
- 修复 emitPath (#21185 by @cs1707)
- Select
- 修复 filterable bug (#17494 by @profore)
- 修复浏览器 (#21197 by @cs1707)
- Tree
- 修复 insertChild (#21194 by @cs1707)

### 2.15.3

*2021-06-29*
Expand Down

0 comments on commit 5d03bc1

Please sign in to comment.