Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
e1d9eadc
Commit
e1d9eadc
authored
Nov 14, 2016
by
qingwei.li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing changelog
parent
21d3cb4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
CHANGELOG.en-US.md
CHANGELOG.en-US.md
+7
-4
CHANGELOG.zh-CN.md
CHANGELOG.zh-CN.md
+7
-4
No files found.
CHANGELOG.en-US.md
View file @
e1d9eadc
...
...
@@ -8,11 +8,14 @@
-
Fixed Switch style when nested in a Form, #967
-
Fixed Loading locks scroll of
`body`
in specific scenarios, #968
-
`span`
of Col is no longer a required attribute, and its default value is
`24`
if omitted
-
DatePicker: add
`disabled`
and
`editable`
attribute.
-
Added add
`disabled`
and
`editable`
attribute for DatePicker, #976
-
Fixed DatePicker readonly with native behavior, #976
-
Added
`close`
method for Message and Notification to manually close an instance
#### Breaking change
-
DatePicker: can't change value when
`readonly`
is true, setting
`editable`
to false if you want to disabled input. #976
-
Added clear value feature for DatePicker, #759
-
Fixed Form reset date type, #937
-
Fixed Table render error using vue-loader 9.9.0
-
Added
`align-center`
prop for Step, #994
-
Fixed Upload missing progress component, #1013
### 1.0.0
...
...
CHANGELOG.zh-CN.md
View file @
e1d9eadc
...
...
@@ -7,11 +7,14 @@
-
修复 Switch 在 Form 中的样式错误,#967
-
修复 Loading 在某些情况下错误地锁定
`body`
滚动的问题,#968
-
Col 组件的
`span`
属性不再是必填属性,在省略的情况下其默认值为
`24`
-
DatePicker 新增
`disabled`
和
`editable`
-
新增 DatePicker
`disabled`
和
`editable`
属性, #976
-
修复 DatePicker 的
`readonly`
与原生行为一致,现在通过设置 editable=false 禁止输入但是可通过弹框选日期, #976
-
新增 Message 和 Notification 的
`close`
方法,用于手动关闭实例
#### 非兼容性更新
-
DatePicker 的
`readonly`
为完全只读,新增的
`editable`
属性设置为 false 可禁止输入但是可通过弹框选择,#976
-
新增 DatePicker 清除功能, #759
-
修复 Form 重置日期报错, #937
-
修复 Table 的 inline-template 在 vue-loader 9.9.0 渲染报错
-
新增 Step 支持内容居中对齐, #994
-
修复 Upload 单独引入时提示 progress 组件不存在, #1013
### 1.0.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment