Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.x changelog #887

Closed
silentcloud opened this issue Feb 24, 2017 · 17 comments
Closed

1.0.x changelog #887

silentcloud opened this issue Feb 24, 2017 · 17 comments
Assignees

Comments

@silentcloud
Copy link
Contributor

No description provided.

@paranoidjk
Copy link
Contributor

paranoidjk commented Feb 24, 2017

1.0.1

Feature

  • roadhog 支持配置 svg-sprite-loader icon文档 (#144)
  • React Native 增加 LocalProvider 国际化方案 (#886)
  • React Native Button , Progress, TextareaItem 支持自定义样式 (#560)
  • 提供 0.9.x iconfont 图标对应的 svg icon (#866)

Improve

  • 所有 demo 代码迁移到 ES6 class 和 Pure function,去除 React.createClass (#824)
  • NavBar 返回间隔从 margin 改为 padding,增大点击区域 (#844)
  • carouse 去除 mixin (#859)
  • Tabs 新增 className (#861)
  • stepper 改为使用 svg icon, 升级 rc-input-number
  • 主题变量分类调整 (ref)

Bugfix

  • 修复 List extra 为空的判断逻辑 (#831)
  • 修复 Toast 不居中的问题 (#827)
  • 修复 InputItem PC 上无法 clear 的 bug (#832)
  • 修复 React-Native SearchBar onChange 重复触发的 bug (#739)
  • 修复 TabBar icon 居中的问题 (#836)
  • 修复带跑马灯效果的 Grid 组件初始化时跑马灯初始宽度为0的问题。(ref)
  • 修复 Button warning 的样式 (#863)

@paranoidjk
Copy link
Contributor

paranoidjk commented Mar 3, 2017

1.0.2

Feature

  • Tabs 新增 pageSize API,新增支持 swipeableTabBar 滑动头部。 (#882
  • Modal 增加 Modal.operation (#925) 感谢 @lixiaoyang1992
  • 新增 Russian Locale (#901) 感谢 @neonxp

Bug Fix

  • Stepper onChange 重复触发 (#891
  • 修复 CheckboxItem 与 BrowserSync 不兼容的问题 (#350)
  • 修复 Tabs className 校验的 bug (#904)
  • RN stepper readOnly 默认改为 false (#890)
  • 修复Grid在较老旧Android版本上宽度计算的问题
  • 修复 RN android Tabbar 和 Toast、Popup、ActionSheet 混合使用时 zIndex 混乱的 bug;(#910
  • 修复 RN Carousel android 闪烁、componentWillUnmount 不执行的 bug;(#899,#906)
  • 修复 ActionSheet(web & RN) maskClosable 不支持 callback index 的问题;(#908)
  • 修复 RN Button 回调参数错误,restProps 覆盖问题;

Improve

  • Icon 增加 try catch,避免控制台报错 (#895)
  • 官网重构支持国际化,自动检测浏览器语言并支持中/英文切换
  • 文档翻译进行中,欢迎参与贡献~ (#329)
  • 官方 demo 更新 antd-mobile-samples

@afc163
Copy link
Member

afc163 commented Mar 3, 2017

一般来说,新增 API 应该发 minor 版本。

@paranoidjk
Copy link
Contributor

@afc163 minor 也可以,不过这个 pageSize 是无缝升级的,用户其实可以完全不感知,发patch也不会有问题

@afc163
Copy link
Member

afc163 commented Mar 3, 2017

像 antd 一样建一个 feature-x.x 分支,任何新增功能都 push 到这上面。这样 patch 版本不会混杂新功能。

@silentcloud
Copy link
Contributor Author

@pingan1927 changelog 可以看哈每个人的 commit 么?我修的都没在 log 里

@paranoidjk
Copy link
Contributor

@silentcloud 看我写的最新的,已经release,有问题可以去补充

@paranoidjk
Copy link
Contributor

@silentcloud 这次我帮大家写了...以后看怎样样运作比较好,是轮值的人根据commit log来写还是大家各自写

@paranoidjk
Copy link
Contributor

另外我新建了feature-1.1分支,如果有不能在 1.0.x 上的 feature 往这个上面合 https://github.com/ant-design/ant-design-mobile/tree/feature-1.1

@paranoidjk
Copy link
Contributor

1.0.5

Feature

  • 补全 accordion React-Native 版本 (#931)
  • stepper 图标支持用户自定义 (链接)
  • 补全 React-Native Button 的 loading 样式 (#946
  • React-Native InputItem 支持输入小数 (950
  • Icon 支持直接添加事件 (#955)
  • React-Native InputItem, TextItem 支持自定义 style (#949)

Bug Fix

  • React Native SearchBar 自动显示取消按钮 (#957)
  • 修复 Tabs 在低版本 Android 浏览器兼容性问题 (#940)
  • React Native 修复 Card extra 覆盖的bug (#969)
  • 修复 ImagePicker 图片旋转方向问题 (#944)
  • 修复 Step 水平溢出的问题 (#952)

Improve && Enhancement

  • 新增 Web && React Native 组件的 snapshot 测试,覆盖率 59% (#921)
  • 文档翻译进度 (#329)
  • 官方 Demo 集合 新增 roadhog 示例

@afc163
Copy link
Member

afc163 commented Mar 10, 2017

严格遵循 Semantic Versioning 2.0.0 语义化版本规范。

这段话可以去掉了。

@paranoidjk
Copy link
Contributor

@afc163 为啥,时不时还有人来问多久发版本之类的,丢个链接方便点...

@silentcloud
Copy link
Contributor Author

1.0.6

Feature

Bug Fix

Improve && Enhancement

@paranoidjk
Copy link
Contributor

1.0.7

Feature

  • Steps 支持自定义颜色。(#1024
  • ListItem 在 Android 上点击新增水波纹动效。(链接

Bug Fix

  • DatePicker 接收 minuteStep。 (#1020)
  • 修复 Stepper 的 icon 多重边框问题。(#1038
  • 修复 SearchBar placeholder 在聚焦时显示不全的问题。(#1047

Improve && Enhancement

  • Modal, Switch, ListItem 新增 platform 参数,可自定义组件样式是否区分 Android/iOS 平台。(#1030)
  • SearchBar 自定义主题时的布局优化。 (#1014)
  • InputItem, TextareaItem, SearchBar 组件样式优化,增大可点击区域。 (#1017)
  • React-Native Steps 支持 React.Node 类型的 title, description#1008
  • DatePicker 确保默认日期在 minDate, maxDate 范围内 (#1033

@silentcloud
Copy link
Contributor Author

silentcloud commented Apr 7, 2017

1.0.8

Feature

  • RN modal 增加 Modal.prompt (#1089

Bug Fix

  • 修复 InputItem、TextareaItem、Search autofocus 的 bug (#1103
  • 修复 SearchBar 点击 x 取消时,placeholder 显示不正确的 bug (#1047
  • 修复 TextareaItem 输入 emoji 表情,字符统计错误问题 (#1085
  • 修复 SearchBar 提交后不自动隐藏键盘的问题;
  • 修复 Tabs onTabClick 无效问题 (#1099
  • 修复 RN Steps 空格引起的问题 (#1008

Improve && Enhancement

  • 更新 rc-slider 版本,增加 minimumTrackStylemaximumTrackStylehandleStyle 属性;

@afc163
Copy link
Member

afc163 commented Apr 8, 2017

新 feature 不要发到 patch 版本上。

@paranoidjk
Copy link
Contributor

close this. Prefer use PR to add new changelog, eg ant-design/ant-design#5671

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants