forked from jd-opensource/nutui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4420b7b
commit bed0ef6
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
## v3.0.0-beta.13 | ||
|
||
`2021-04-18` | ||
|
||
* :zap: feat(cell-group): 列表组组件 @richard1015 | ||
* :bug: fix(toast): function undefined bug #444 @richard1015 | ||
* :bug: fix(address): style bug @szg2008 | ||
* :bug: fix(pxCheck): typeof number check (#441) @xjh22222228 | ||
* :zap: feat: steps @szg2008 @ailululu | ||
|
||
|
||
|
||
## v3.0.0-beta.12 | ||
|
||
`2021-04-14` | ||
|
||
* :zap: chore(dialog): 重构函数式,标签式 @richard1015 | ||
* :zap: chore(textarea): 重构展示方式 & 部分Api @richard1015 | ||
* :zap: doc: icon size type desc modify @richard1015 | ||
* :bug: fix(inputnumber): blur event calc error @richard1015 | ||
* :bug: fix: button icon style bug @richard1015 | ||
* :bug: fix: tabbar 样式修改 (#445) @Drjingfubo | ||
* :bug: fix: radio @szg2008 | ||
|
||
|
||
## v3.0.0-beta.11 | ||
|
||
`2021-04-01` | ||
|
||
* :zap: chore(popup): dep component 'show' replace 'visible' @richard1015 | ||
|
||
|
||
## v3.0.0-beta.10 | ||
|
||
`2021-04-7` | ||
|
||
* :bug: fix(datepicker):修复日期展示问题 #428 @yangkaixuan | ||
|
||
|
||
## v3.0.0-beta.9 | ||
|
||
`2021-3-31` | ||
|
||
> :tada: :tada: :tada: NutUI 3.0 来了! | ||
### 新特性 | ||
|
||
- :zap: 全新的架构,基于 vite 构建 | ||
- :lipstick: 全新的视觉样式,参照京东 APP v9.0视觉规范 | ||
- :sparkles: 全新的按需加载方式 | ||
- :art: 支持定制主题 | ||
- :sparkles: 支持 TypeScript | ||
- :sparkles: 重构所有 2.0 组件 | ||
- :sparkles: 详尽的文档和示例 | ||
|
||
|
||
### ⚠️ 升级必读 | ||
|
||
- 3.x 基于 Vue3 版本 3.x 不兼容 2.x,建议直接升级到 3.x 的最新版本 |