Skip to content
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

Docs: fix changelog #16773

Merged
merged 1 commit into from
Jul 29, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
7 changes: 4 additions & 3 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Image
- Fix Image component SSR compatibility (#16737 by @luckyCao)
- Chore
- Update dart-sass compatibility by @LewisChennnnn)
- Update dart-sass compatibility (#16744 by @LewisChennnnn)

### 2.11.0

Expand All @@ -31,10 +31,11 @@
- Fix split-button caret default color (#15931 by @JuniorTour)
- Cascader
- Fix level 1 children is empty update problem (#16399 by @luckyCao)
- Display correct header when range is specified (#16354 by @ziyoung)
- Add sets default values when lazy is true (#16420 by @luckyCao)
- Fix display errors (#15935 by @junyiz)
- Fix display errors when node value is duplicate (#15935 by @junyiz)
- Expose getCheckedNodes and fix options change bug (#16709 by @SimonaliaChen)
- Calendar
- Display correct header when range is specified (#16354 by @ziyoung)
- Submenu
- Fix prop append-to-body (#16289 by @a631807682)
- Table
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Image
- Fix Image component SSR compatibility (#16737 by @luckyCao)
- Chore
- Update dart-sass compatibility by @LewisChennnnn)
- Update dart-sass compatibility (#16744 by @LewisChennnnn)

### 2.11.0

Expand All @@ -33,8 +33,10 @@
- Fix level 1 children is empty update problem (#16399 by @luckyCao)
- Display correct header when range is specified (#16354 by @ziyoung)
- Add sets default values when lazy is true (#16420 by @luckyCao)
- Fix display errors (#15935 by @junyiz)
- Fix display errors when node value is duplicate (#15935 by @junyiz)
- Expose getCheckedNodes and fix options change bug (#16709 by @SimonaliaChen)
- Calendar
- Display correct header when range is specified (#16354 by @ziyoung)
- Submenu
- Fix prop append-to-body (#16289 by @a631807682)
- Table
Expand Down
7 changes: 4 additions & 3 deletions CHANGELOG.fr-FR.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Image
- Fix Image component SSR compatibility (#16737 by @luckyCao)
- Chore
- Update dart-sass compatibility by @LewisChennnnn)
- Update dart-sass compatibility (#16744 by @LewisChennnnn)

### 2.11.0

Expand All @@ -31,10 +31,11 @@
- Fix split-button caret default color (#15931 by @JuniorTour)
- Cascader
- Fix level 1 children is empty update problem (#16399 by @luckyCao)
- Display correct header when range is specified (#16354 by @ziyoung)
- Add sets default values when lazy is true (#16420 by @luckyCao)
- Fix display errors (#15935 by @junyiz)
- Fix display errors when node value is duplicate (#15935 by @junyiz)
- Expose getCheckedNodes and fix options change bug (#16709 by @SimonaliaChen)
- Calendar
- Display correct header when range is specified (#16354 by @ziyoung)
- Submenu
- Fix prop append-to-body (#16289 by @a631807682)
- Table
Expand Down
9 changes: 5 additions & 4 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- Image
- 修复 Image 组件 SSR 兼容性 (#16737 by @luckyCao)
- Chore
- 更新 dart-sass 的兼容性 by @LewisChennnnn)
- 更新 dart-sass 的兼容性 (#16744 by @LewisChennnnn)

### 2.11.0

Expand All @@ -31,10 +31,11 @@
- 更新 split-button 默认颜色 (#15931 by @JuniorTour)
- Cascader
- 修复一级菜单更新问题 (#16399 by @luckyCao)
- 更新显示正确的 header 的逻辑 (#16354 by @ziyoung)
- 懒加载时设默认值 (#16420 by @luckyCao)
- 修复显示问题 (#15935 by @junyiz)
- 对外暴露 getCheckedNodes 和修复 option 问题 (#16709 by @SimonaliaChen)
- 修复当节点值重复时的显示问题 (#15935 by @junyiz)
- 对外暴露 getCheckedNodes 和修复 options 改变会影响选中的问题 (#16709 by @SimonaliaChen)
- Calendar
- 更新显示正确的 header 的逻辑 (#16354 by @ziyoung)
- Submenu
- 修复 append-to-body 问题 (#16289 by @a631807682)
- Table
Expand Down