Selaa lähdekoodia

Changelog: update for 1.1.2

Leopoldthecoder 8 vuotta sitten
vanhempi
commit
af7165da18
3 muutettua tiedostoa jossa 24 lisäystä ja 1 poistoa
  1. 12 0
      CHANGELOG.en-US.md
  2. 11 0
      CHANGELOG.zh-CN.md
  3. 1 1
      examples/versions.json

+ 12 - 0
CHANGELOG.en-US.md

@@ -1,5 +1,17 @@
 ## Changelog
 
+### 1.1.2
+
+*2016-12-30*
+
+- Fixed `sortable` and `fixed` attribute of Table not working in Vue 2.1.7+
+- Fixed Input Number not resetting on blur when input with illegal values, #2098
+- Removed `title` scoped slot of Collapse, and added `title` named slot, #2100
+- Fixed range selection in TimePicker not working issue
+- Fixed Tabs' active tab switching when a non-active tab is removed, #2106
+- Fixed console error reporting when navigating Select with arrow keys, #2120
+- Fixed incorrect validation timing of filterable Select in Form, #2120
+
 ### 1.1.1
 
 *2016-12-29*

+ 11 - 0
CHANGELOG.zh-CN.md

@@ -1,5 +1,16 @@
 ## 更新日志
 
+### 1.1.2
+*2016-12-30*
+
+- 修复 Vue 2.1.7 升级导致的 Table `sortable` 和 `fixed` 无法使用的问题
+- 修正 Input Number 在手动输入越界值时,blur 触发时没有重置为原来的值的问题,#2098
+- 移除 Collapse 的 `title` scoped slot, 并新增 `title` named slot,#2100
+- 修复 TimePicker 范围选择无法使用的问题
+- 修复 Tabs 删除非当前激活的 tab 后,当前激活的 tab 变化的问题,#2106
+- 修复 Select 在使用方向键导航时控制台报错的问题,#2120
+- 修复 Form 中可搜索的 Select 验证时机错误的问题,#2120
+
 ### 1.1.1
 *2016-12-29*
 

+ 1 - 1
examples/versions.json

@@ -1,4 +1,4 @@
 {
   "1.0.9": "1.0",
-  "1.1.1": "1.1"
+  "1.1.2": "1.1"
 }