Commit d0105987 authored by Zhi Cun's avatar Zhi Cun Committed by hetech

changelog for 2.10.0 (#16221)

parent 6dd3f632
## Changelog ## Changelog
### 2.10.0
*2019-06-25*
#### New features
- I18n
- Added Uzbek language (#15796 by @ogabek96)
- Calendar
- Add first-day-of-week attribute (#16047 by @ziyoung)
- Avatar
- Add avatar component (#16144 by @luckyCao)
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)
#### Bug fixes
- Tree
- Not highlight tree node when currentKey is null (#15668 by @yyjjqq94)
- Fix issue #15538 caused by two Tree sharing the same data (#15615 by @VanMess)
- Upload
- Update the parameter `fileList` type (#15716 by @underfin)
- Table
- Fix loading icon not display (#15868 by @ziyoung)
- Fix background color of complex table when hovering (#15504 by @cnlon)
- Fix current-row-key and select event bug (#15983 by @ziyoung)
- Height accepts more units (#16013 by @ziyoung)
- Fix reserve-selection not work (#16135 by @ziyoung)
- Docs
- Fix Divider attribute type in zh-cn (#15889 by @haoranyu)
- Menu
- Fixed submenu hidden bug after adding popper-append-to-body (#15391 by @PanJiaChen)
- Select
- Fix initialInputHeight (#15989 by @yyjjqq94)
- Fix default-first-option behavior when typing Chinese (#15431 by @VanMess)
- fix double import problem (#16215 by @lengband)
- Message
- Add type def for offset option (#16027 by @matjaz)
- Timeline
- Fix reverse broken (#16091 by @ziyoung)
- Slider
- Fix #15545 by adding explains about "input" event in Chinese (#15588 by @VanMess)
- InfiniteScroll
- Update package name (#16125 by @iamkun)
- MessageBox
- Fix  distinguishCancelAndClose action not same as docs bug (#15438 by @qingdengyue)
- PopupManager
- Fix z-index cannot be rewritten at first using (#15738 by @luckyCao)
- Docs
- Delete an incorrect closing html tag and empty block code (#16194 by @Alexeykhr)
- Chore
- Update test api host (#15807 by @iamkun)
#### Optimization
- Tree
- Modify loop conditions to improve performance (#15699 by @KingJeason)
- Theme
- Refine GA track & Update footer link forward to online theme roller (#16007 by @island205)
- Badge
- Update badge prop check (#16198 by @iamkun)
- Avatar
- Update theme config var (#16202 by @luckyCao)
- I18n
- Update pt-br.js (#15776 by @gigioSouza)
- Update Farsi translation (#15881 by @pamenary)
- Docs
- Add missing components in quickstart (#16063 by @pape2016)
- Update french translation (#16208 by @blombard)
- Add description $slots.default (#15444 by @Alexeykhr)
- Update Spanish Doc 2.9.1 (#15840 by @Gonzalo2310)
- Fix spelling mistakes in fr (#15837 by @blombard)
- Update changelog 2.9.2 Spanish (#16185 by @Gonzalo2310)
#### Breaking changes
- Form
- Remove success status (#16159 by @ziyoung)
### 2.9.2 ### 2.9.2
*2019-06-21* *2019-06-21*
...@@ -186,7 +267,7 @@ ...@@ -186,7 +267,7 @@
- Fix label style (#14969 by @ziyoung) - Fix label style (#14969 by @ziyoung)
- Required FormItem displays asterisk when label is auto (#15144 by @ziyoung) - Required FormItem displays asterisk when label is auto (#15144 by @ziyoung)
- Pagination - Pagination
- Fix slot not updated (#14711 by @lucyhao) - Fix slot not updated (#14711 by @lucyhao)
- Table - Table
- Fix load bug in lazy mode (#15101 by @ziyoung) - Fix load bug in lazy mode (#15101 by @ziyoung)
- Fix cell width when colspan is grater than 1 (#15196 by @ziyoung) - Fix cell width when colspan is grater than 1 (#15196 by @ziyoung)
...@@ -422,7 +503,7 @@ Docs ...@@ -422,7 +503,7 @@ Docs
- Optimize code (by @KAionro in #14413) - Optimize code (by @KAionro in #14413)
- Docs - Docs
- Add more detail about how to run play mode for contribution (by @island205 in #14355) - Add more detail about how to run play mode for contribution (by @island205 in #14355)
- Warn input as a controlled component. (by @wacky6 in #14463) - Warn input as a controlled component (by @wacky6 in #14463)
- Update Table doc (by @luguokong in #14329) - Update Table doc (by @luguokong in #14329)
- Update input doc (by @iamkun in #14437) - Update input doc (by @iamkun in #14437)
- Update custom-theme docs (by @wangguohao in #14297) - Update custom-theme docs (by @wangguohao in #14297)
...@@ -449,7 +530,7 @@ Docs ...@@ -449,7 +530,7 @@ Docs
- Tree - Tree
- Empty-text tips are different from tables (by @ColinCll in #14331) - Empty-text tips are different from tables (by @ColinCll in #14331)
- Docs - Docs
- Fix DatetimePicker format doc error (by @iamkun in #14290) - Fix DatetimePicker format doc error (by @iamkun in #14290)
- Spelling issue in datepicker documentation (by @helmut in #14481) - Spelling issue in datepicker documentation (by @helmut in #14481)
- Fix pagination doc style (by @liuchuzhang in #14451) - Fix pagination doc style (by @liuchuzhang in #14451)
...@@ -493,7 +574,7 @@ Docs ...@@ -493,7 +574,7 @@ Docs
- Build: - Build:
- Delete unremoved comments in umd module `lib/index.js` (by @island205 in #14233) - Delete unremoved comments in umd module `lib/index.js` (by @island205 in #14233)
- Fix export error fired in commonjs module used in nuxt.js (by @island205 in #14232) - Fix export error fired in commonjs module used in nuxt.js (by @island205 in #14232)
- Fix 2.5.1 build issues (by @iamkun in #14228) - Fix 2.5.1 build issues (by @iamkun in #14228)
### 2.5.1 ### 2.5.1
...@@ -524,7 +605,7 @@ Docs ...@@ -524,7 +605,7 @@ Docs
#### Optimization #### Optimization
- Upgrade to webpack@4 (by @jikkai in #14173) - Upgrade to webpack@4 (by @jikkai in #14173)
- Input - Input
- Simplify implementation, follow one-way data flow. Fix several related bugs. (by @wacky6 in #13471) - Simplify implementation, follow one-way data flow. Fix several related bugs (by @wacky6 in #13471)
- Update Axure file,add new components (by @ziyoung in #13773) - Update Axure file,add new components (by @ziyoung in #13773)
#### Bug fixes #### Bug fixes
...@@ -618,7 +699,7 @@ Docs ...@@ -618,7 +699,7 @@ Docs
*2018-10-26* *2018-10-26*
- The parameter of Form's `clearValidate` supports string, #12990 (by @codinglobster) - The parameter of Form's `clearValidate` supports string, #12990 (by @codinglobster)
- Added type attribute for Badge, #12991 - Added type attribute for Badge, #12991
- Users can use scoped-slot to customize table column header #13012 (by @ivanseidel) - Users can use scoped-slot to customize table column header #13012 (by @ivanseidel)
- Fixed the input box of Select unable to type text under IE, #13034 (by @GaliMU) - Fixed the input box of Select unable to type text under IE, #13034 (by @GaliMU)
......
This diff is collapsed.
## Changelog ## Changelog
### 2.10.0
*2019-06-25*
#### New features
- I18n
- Added Uzbek language (#15796 by @ogabek96)
- Calendar
- Add first-day-of-week attribute (#16047 by @ziyoung)
- Avatar
- Add avatar component (#16144 by @luckyCao)
- Upload:
- Add capability to customize thumbnail template (#13192 by @victorzhuk)
#### Bug fixes
- Tree
- Not highlight tree node when currentKey is null (#15668 by @yyjjqq94)
- Fix issue #15538 caused by two Tree sharing the same data. (#15615 by @VanMess)
- Upload
- Update the parameter `fileList` type (#15716 by @underfin)
- Table
- Fix loading icon not display (#15868 by @ziyoung)
- Fix background color of complex table when hovering (#15504 by @cnlon)
- Fix current-row-key and select event bug (#15983 by @ziyoung)
- Height accepts more units (#16013 by @ziyoung)
- Fix reserve-selection not work (#16135 by @ziyoung)
- Docs
- Fix Divider attribute type in zh-cn (#15889 by @haoranyu)
- Menu
- Fixed submenu hidden bug after adding popper-append-to-body (#15391 by @PanJiaChen)
- Select
- Fix initialInputHeight (#15989 by @yyjjqq94)
- Fix default-first-option behavior when typing Chinese (#15431 by @VanMess)
- fix double import problem (#16215 by @lengband)
- Message
- Add type def for offset option (#16027 by @matjaz)
- Timeline
- Fix reverse broken (#16091 by @ziyoung)
- Slider
- Fix #15545 by adding explains about "input" event in Chinese (#15588 by @VanMess)
- InfiniteScroll
- Update package name (#16125 by @iamkun)
- MessageBox
- Fix  distinguishCancelAndClose action not same as docs bug (#15438 by @qingdengyue)
- PopupManager
- Fix z-index cannot be rewritten at first using (#15738 by @luckyCao)
- Docs
- Delete an incorrect closing html tag and empty block code (#16194 by @Alexeykhr)
- Chore
- Update test api host (#15807 by @iamkun)
#### Optimization
- Tree
- Modify loop conditions to improve performance (#15699 by @KingJeason)
- Theme
- Refine GA track & Update footer link forward to online theme roller (#16007 by @island205)
- Badge
- Update badge prop check (#16198 by @iamkun)
- Avatar
- Update theme config var (#16202 by @luckyCao)
- I18n
- Update pt-br.js (#15776 by @gigioSouza)
- Update Farsi translation (#15881 by @pamenary)
- Docs
- Add missing components in quickstart (#16063 by @pape2016)
- Update french translation (#16208 by @blombard)
- Add description $slots.default (#15444 by @Alexeykhr)
- Update Spanish Doc 2.9.1 (#15840 by @Gonzalo2310)
- Fix spelling mistakes in fr (#15837 by @blombard)
- Update changelog 2.9.2 Spanish (#16185 by @Gonzalo2310)
#### Breaking changes
- Form
- Remove success status (#16159 by @ziyoung)
### 2.9.2 ### 2.9.2
*2019-06-21* *2019-06-21*
...@@ -55,7 +136,7 @@ ...@@ -55,7 +136,7 @@
- Image - Image
- Ajout du support pour les attributs de transmission et listeners (#15578 by @VanMess) - Ajout du support pour les attributs de transmission et listeners (#15578 by @VanMess)
- Theme - Theme
- Ajout d'un popup en arrière plan (#15412 by @iamkun) - Ajout d'un popup en arrière plan (#15412 by @iamkun)
- Chore - Chore
- Mise à jour de la nouvelle page d'index 2.9.0 (#15682 by @iamkun) - Mise à jour de la nouvelle page d'index 2.9.0 (#15682 by @iamkun)
...@@ -82,7 +163,7 @@ ...@@ -82,7 +163,7 @@
- Correction de tabindex personnalisé ne fonctionnant pas (#15619 by @SimonaliaChen ) - Correction de tabindex personnalisé ne fonctionnant pas (#15619 by @SimonaliaChen )
- Link - Link
- Correction de la classe de style d'icône (#15752 by @iamkun) - Correction de la classe de style d'icône (#15752 by @iamkun)
- Select - Select
- Revert définit la valeur à null une fois effacée (#15447 by @iamkun) - Revert définit la valeur à null une fois effacée (#15447 by @iamkun)
- Loading - Loading
- Résolution du problème de mise à jour de dom lorsque l'état de chargement change rapidement (#15123 by @FAKER-A) - Résolution du problème de mise à jour de dom lorsque l'état de chargement change rapidement (#15123 by @FAKER-A)
......
## 更新日志 ## 更新日志
### 2.10.0
*2019-06-25*
#### 新特性
- I18n
- 支持乌兹别克语 (#15796 by @ogabek96)
- Calendar
- 支持 `first-day-of-week` 配置 (#16047 by @ziyoung)
- Avatar
- 新增 `Avatar` 组件 (#16144 by @luckyCao)
- Upload:
- 支持自定义缩略图模版 (#13192 by @victorzhuk)
#### Bug 修复
- Tree
-`currentKey``null` 时取消对树节点的高亮 (#15668 by @yyjjqq94)
- 修复多实例共享数据的问题 #15538 (#15615 by @VanMess)
- Upload
- 更新 `fileList` 的类型定义 (#15716 by @underfin)
- Table
- 修复加载 icon 不显示的问题 (#15868 by @ziyoung)
- 修复复杂表格中 hover 行背景色问题 (#15504 by @cnlon)
- 修复 `current-row-key` 和选择事件的问题 (#15983 by @ziyoung)
- `height` 属性接受更多单位 (#16013 by @ziyoung)
- 修复 `reserve-selection` 无效的问题 (#16135 by @ziyoung)
- Menu
- 修复 `popper-append-to-body` 设置后,子菜单无法收起的问题 (#15391 by @PanJiaChen)
- Select
- 修复 `initialInputHeight` 问题 (#15989 by @yyjjqq94)
- 修复输入中文时 `default-first-option` 的行为问题 (#15431 by @VanMess)
- `import` 重复 (#16215 by @lengband)
- Message
- 类型定义中添加 `offset` 属性 (#16027 by @matjaz)
- Timeline
- 修复逆序问题 (#16091 by @ziyoung)
- Slider
- 补充 `input` 事件文档 (#15588 by @VanMess)
- InfiniteScroll
- 更新包名 (#16125 by @iamkun)
- MessageBox
- 修复 `distinguishCancelAndClose` 行为与文档不符的问题 (#15438 by @qingdengyue)
- PopupManager
- 修复无法复写 `z-index` 的问题 (#15738 by @luckyCao)
- Docs
- 删除不必要的内容 (#16194 by @Alexeykhr)
- 更正 `Divider` 属性类型 (#15889 by @haoranyu)
- Chore
- 更新测试 API 地址 (#15807 by @iamkun)
#### 优化
- Tree
-优化循环性能 (#15699 by @KingJeason)
- Theme
- 更新 GA 打点,修改页底地址链接到主题编辑器 (#16007 by @island205)
- Badge
- 更新类型定义 (#16198 by @iamkun)
- Avatar
- 更新主题变量配置 (#16202 by @luckyCao)
- I18n
- 更新葡萄牙语 (#15776 by @gigioSouza)
- 更新波斯语 (#15881 by @pamenary)
- Docs
- 补充入门文档中的组件列表 (#16063 by @pape2016)
- 更新法语文档 (#16208 by @blombard)
-`Alert` 添加 默认插槽文档 (#15444 by @Alexeykhr)
- 更新西班牙语文档 (#15840 by @Gonzalo2310)
- 更新法语文档中的拼写错误 (#15837 by @blombard)
- 更新 2.9.2 西班牙文档 (#16185 by @Gonzalo2310)
#### 非兼容性更新
- Form
- 移除输入框的成功状态 (#16159 by @ziyoung)
### 2.9.2 ### 2.9.2
*2019-06-21* *2019-06-21*
...@@ -408,7 +487,7 @@ Docs ...@@ -408,7 +487,7 @@ Docs
#### 优化 #### 优化
- Alert - Alert
- 组件对通过 slot 传入的 description 也应用默认样式类 (by @iamkun in #14488) - 组件对通过 slot 传入的 description 也应用默认样式类 (by @iamkun in #14488)
- InputNumber - InputNumber
-移除多余的 `parseFloat` (by @JuniorTour in #14172) -移除多余的 `parseFloat` (by @JuniorTour in #14172)
- Menu - Menu
...@@ -491,8 +570,8 @@ Docs ...@@ -491,8 +570,8 @@ Docs
#### 修复 #### 修复
- 构建: - 构建:
- 删除 umd 模块 `lib/index.js` 中本没有的注释 (by @island205 in #14233) - 删除 umd 模块 `lib/index.js` 中本没有的注释 (by @island205 in #14233)
- 修复 nuxt.js 中关于 `export` 关键字的报错 (by @island205 in #14232) - 修复 nuxt.js 中关于 `export` 关键字的报错 (by @island205 in #14232)
- 修复发布 2.5.1 过程中的错误 (by @iamkun in #14228) - 修复发布 2.5.1 过程中的错误 (by @iamkun in #14228)
### 2.5.1 ### 2.5.1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment