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
0b94a122
Commit
0b94a122
authored
Sep 01, 2016
by
baiyaaaaa
Committed by
GitHub
Sep 01, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #135 from baiyaaaaa/next
update changelog && readme
parents
11b86871
81539964
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
61 deletions
+15
-61
CHANGELOG.md
CHANGELOG.md
+8
-59
README.md
README.md
+7
-2
No files found.
CHANGELOG.md
View file @
0b94a122
## 更新日志
## 更新日志
###
0.2.0
###
1.0.0-rc.2(待发布)
*2016-0
7-29
*
*2016-0
9-02
*
-
增加 grid 相关组件
-
修复 upload 上传的问题,并增加上传成功和失败的钩子函数
-
form-item 增加 required 属性
-
button 组件增加
`nativeType`
属性,用于组件内
`<button>`
标签的
`type`
属性,默认值为
`
'button'
###
# 非兼容性更新
###
1.0.0-rc.1
-
progress 的 percentage 属性值范围从 0~1 改变为 1~100.
*2016-08-30*
### 0.1.9
*2016-07-12*
-
迁移到 Vue 2.0.0 RC runtime only build。
-
增加了更多的组件包括 row 、column 、badge、card、rate、steps等等。
-
增加 menu 组件
#### 非兼容性更新
-
使用了新的图标集,原有的某些图标可能不存在了
### 0.1.8
*2016-07-07*
-
dropdown 和 tooltip 首次出现闪动问题
### 0.1.7
*2016-07-06*
-
dropdown 增加触发下拉菜单方式的参数
-
修正若干组件的样式问题和浏览器兼容问题
-
修复 popper.js 产生的过多 scroll 事件绑定
-
在 radio-group 里增加 radio-button 类型
-
为 select 添加 singleCancelable 选项
### 0.1.6
*2016-06-30*
-
dropdown-menu 改为动态创建
-
修复 textarea 缺失 model 参数的 bug
-
修复 pagination 和 input-group 在 safari 下的样式问题
### 0.1.5
*2016-06-29*
-
为 MessageBox 和 Notification 注册全局方法
-
button 的 loading 状态时改为不触发 hover 和点击等操作
-
input组件 增加 maxlength 和 minlength 属性支持
### 0.1.4
*2016-06-29*
-
增加 Tabs、Form、MessageBox、Alert、Notification、Slider 组件
-
dropdown menu 现在是直接插入到 body 节点下,并且修正了自适应宽度的 bug
-
dropdown item 点击后关闭 dropdown menu
-
radio 绑定值增加 Number 类型支持
-
增加 radio-group 组件
-
增加 checkbox-group 组件
-
Select 组件 API 更新,现在的用法和原生 select 标签更加相似
README.md
View file @
0b94a122
...
@@ -2,11 +2,11 @@
...
@@ -2,11 +2,11 @@
> UI Elements for admin page.
> UI Elements for admin page.
## Demo/Docs
## Demo/Docs
http
s://element-component.github.io/element
http
://element-test.faas.elenet.me/
## Usages
## Usages
```
shell
```
shell
npm i
element-ui
-S
npm
i
nstall
element-ui
```
```
## Quick Start
## Quick Start
...
@@ -61,6 +61,11 @@ Vue.component(Button.name, Button)
...
@@ -61,6 +61,11 @@ Vue.component(Button.name, Button)
}
}
```
```
## Changelog
Details changes for each release are documented in the
[
release notes
](
https://github.com/eleme/element-ui/releases
)
.
## LICENSE
## LICENSE
MIT
MIT
<!-- [](https://travis-ci.org/ElemeFE/element-ui) [](https://www.npmjs.org/package/element-ui) [](https://npmjs.org/package/element-ui) -->
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