File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ before_script:
2424- npm install -g @angular/cli
2525- npm install -g karma
2626- npm install
27- - ng build
27+ - ng build --prod
2828
2929script :
3030- npm run test
Original file line number Diff line number Diff line change 11{
22 "name" : " ng-zorro-antd" ,
3- "version" : " 0.5.0-rc.0 " ,
3+ "version" : " 0.5.0-rc.1 " ,
44 "license" : " MIT" ,
55 "description" : " An enterprise-class UI components based on Ant Design and Angular" ,
66 "scripts" : {
3232 },
3333 "dependencies" : {
3434 "moment" : " ^2.18.1" ,
35- "@angular/cdk" : " ^2.0.0-beta.8" ,
36- "@angular/animations" : " ^4.0.0"
35+ "@angular/cdk" : " ^2.0.0-beta.8"
3736 },
3837 "devDependencies" : {
3938 "@angular/common" : " ^4.0.0" ,
39+ "@angular/animations" : " ^4.0.0" ,
4040 "@angular/core" : " ^4.0.0" ,
4141 "@angular/forms" : " ^4.0.0" ,
4242 "@angular/platform-browser" : " ^4.0.0" ,
4343 "rxjs" : " ^5.0.1" ,
4444 "zone.js" : " ^0.8.14" ,
45-
4645 "@angular/cli" : " 1.3.0" ,
4746 "@angular/compiler" : " ^4.0.0" ,
4847 "@angular/compiler-cli" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 11更新日志
22===
3- # 0.5.0-rc.0
3+
4+ #### 发布周期
5+
6+ * 每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)。
7+ * 每月发布一个带有新特性的向下兼容的版本。
8+ * 含有破坏性升级的版本更新不在发布周期内。
9+
10+ 更新日志也可以在[ Github] ( https://github.com/NG-ZORRO/ng-zorro-antd/releases ) 查看
11+
12+ ## 0.5.0-rc.1
13+ ` 2017-08-19 `
14+
15+ ### Features
16+ * ` Input ` 组件增加` nzBlur ` 和` nzFocus ` 事件 [ #73 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/73 ) [ @giscafer ] ( https://github.com/giscafer )
17+
18+ ### Bug Fixes
19+ * 修复` Steps ` 组件在` Tabs ` 组件中使用时的样式BUG [ #83 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/83 )
20+ * 修复` Pagination ` 上一页和下一页样式BUG [ #17 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/17 )
21+ * 修复` Menu ` 组件在懒加载模块中与` routerLinkActive ` 冲突的BUG [ #52 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/52 )
22+ * 修复` Menu ` 组件在` Layout ` 收起状态下样式错误的BUG [ #35 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/35 ) [ #74 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/74 )
23+ * 修复` Timeline ` 组件使用` ngFor ` 渲染时的BUG [ #66 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/66 ) [ @SangKa ] ( https://github.com/SangKa )
24+ * 修复` Carousel ` 组件内容动态改变时的BUG [ #56 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/56 )
25+ * 修复` Pagination ` 中快速跳转时首页和尾页不会高亮的BUG [ #37 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/37 ) [ @HsuanXyz ] ( https://github.com/HsuanXyz )
26+ * 修复安装时` package.json ` 文件定义导致的Angular版本冲突问题 [ #23 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/issues/23 )
27+ * 修正文档中多处错误 [ @SangKa ] ( https://github.com/SangKa )
28+
29+ ### Performance Improvements
30+ * 修改了` rxjs ` 的引入方式 [ #29 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/29 ) [ @trotyl ] ( https://github.com/trotyl )
31+
32+ ### Other
33+ * 修正了` HostBinding ` 的使用方式 [ #19 ] ( https://github.com/NG-ZORRO/ng-zorro-antd/pull/19 ) [ @trotyl ] ( https://github.com/trotyl )
34+
35+ ## 0.5.0-rc.0
436` 2017-08-15 `
537
638### Features
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ $ npm install ng-zorro-antd --save
6666
6767众所周知,Ant Design作为一门设计语言面世,经历过多年的迭代和积累,它对UI的设计思想已经成为一套事实标准,受到众多前端开发者及企业的追捧和喜爱,也是React开发者手中的神兵利器。希望NG-ZORRO能够让Angular开发者也享受到Ant Design的优秀设计。
6868
69- 在作为Ant Design的Angular实现,NG-ZORRO不仅继承了Ant Design的独到思想和极致体验,同时也结合了Angular框架的优点和特性。目前第一版发布将支持Angular 4.0.0及以上版本,组件的数量现已覆盖Ant Design React版本的80%以上,组件的风格已与Ant Design最新版本保持同步,组件的接口也尽量保持了与Ant Design的React版本一致(由于Angular的某些特性区别,某些组件的使用方式可能有所改变)。
69+ 作为Ant Design的Angular实现,NG-ZORRO不仅继承了Ant Design的独到思想和极致体验,同时也结合了Angular框架的优点和特性。目前第一版发布将支持Angular 4.0.0及以上版本,组件的数量现已覆盖Ant Design React版本的80%以上,组件的风格已与Ant Design最新版本保持同步,组件的接口也尽量保持了与Ant Design的React版本一致(由于Angular的某些特性区别,某些组件的使用方式可能有所改变)。
7070
7171NG-ZORRO 致力于提供给 Angular 开发者愉悦的开发体验。
7272
You can’t perform that action at this time.
0 commit comments