Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/didi/mand-mobile into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Feb 25, 2019
2 parents c62ad77 + 0fc4ba5 commit a97490a
Show file tree
Hide file tree
Showing 245 changed files with 198 additions and 317 deletions.
37 changes: 32 additions & 5 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,36 @@ title: Change Log
toc: hidden
---

### 2.1.1

`2019-02-23`

- Fix
- Fix the problem that `postcss` is not in effect at build time, causing assets such as images in `mand-mobile.css` not to be processed by url inline。

### 2.1.0

`2019-02-22`

- Feature
- `Seletor`: `defaultValue` prop remove type limits[#305](https://github.com/didi/mand-mobile/issues/305)
- `ScrollView`: add `immediateCheckEndReaching` prop,in order to check reach bottom immediately and emit `endReached` event[#312](https://github.com/didi/mand-mobile/issues/312)
- `Picker` and `DatePicker`: add `lineHeight` prop, which is used to customize option line height[#323](https://github.com/didi/mand-mobile/issues/323)
- `ScrollView`: add `touchAngle` prop, in order to control scroll angle[#326](https://github.com/didi/mand-mobile/issues/326)
- `Amount`: use system default font

- Fix
- Update type declaration
- `WaterMark`: fix can not click content area[#304](https://github.com/didi/mand-mobile/issues/304)
- `Swiper`: fix when set `isLoop` as `false` and `transition` as `slideY`, can not scroll problem[#311](https://github.com/didi/mand-mobile/issues/311)
- `TabPicker`: fix scroll and click bug[#319](https://github.com/didi/mand-mobile/issues/319)
- `InputItem`: fix wrong cursor position[#322](https://github.com/didi/mand-mobile/issues/322)
- `InputItem`: fix bug at `Vue 2.6+`[#324](https://github.com/didi/mand-mobile/issues/324)
- Update docs

### 2.0.0

`2019-01-30`
`2019-01-30`

- Feature
- `DetailItem` increase supported types of `content`[#285](https://github.com/didi/mand-mobile/issues/285)
Expand All @@ -23,7 +50,7 @@ toc: hidden

### 2.0.0-rc.5

`2019-01-04`
`2019-01-04`

- Feature
- Add `PascalCase` name to global components[#261](https://github.com/didi/mand-mobile/issues/261)
Expand All @@ -36,7 +63,7 @@ toc: hidden

### 2.0.0-rc.4

`2018-12-21`
`2018-12-21`

- Feature
- Optimize `NumberKeyboard` input experience
Expand All @@ -51,11 +78,11 @@ toc: hidden

### 2.0.0-rc.3

`2018-12-14`
`2018-12-14`

🎉🎉🎉 👏👏👏 Learn more in the<a href="#/en-US/docs/migration">Migration from 1.x</a>.

### 1.x
### 1.x

Visit [GitHub](https://github.com/didi/mand-mobile/blob/1.x/CHANGELOG.en-US.md) to read `1.x` change logs.

39 changes: 33 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,36 @@ title: 更新日志
toc: hidden
---

### 2.1.1

`2019-02-23`

- Fix
- 修复构建时`postcss`未生效的问题,导致`mand-mobile.css`中图片等资源未被做url inline处理。

### 2.1.0

`2019-02-22`

- Feature
- `Seletor`属性`defaultValue`去除类型限制[#305](https://github.com/didi/mand-mobile/issues/305)
- `ScrollView`增加属性`immediateCheckEndReaching`,用于控制初始化时就立即触发是否到达底部检查,并在内容不超过容器是也会触发`endReached`,并对事件触发防抖处理[#312](https://github.com/didi/mand-mobile/issues/312)
- `Picker``DatePicker`增加属性`lineHeight`,用于自定义选项高度[#323](https://github.com/didi/mand-mobile/issues/323)
- `ScrollView`增加属性`touchAngle`,用于限制仅一个方向滚动是的滚动触发角度范围[#326](https://github.com/didi/mand-mobile/issues/326)
- `Amount`默认使用系统内置字体

- Fix
- 补充类型声明,修复无默认导出报错
- 修复`WaterMark`内容区域无法点击的问题[#304](https://github.com/didi/mand-mobile/issues/304)
- 修复`Swiper``isLoop``false``transition``slideY`时无法滑动问题[#311](https://github.com/didi/mand-mobile/issues/311)
- 修复`TabPicker`滚动或点击穿透的问题[#319](https://github.com/didi/mand-mobile/issues/319)
- 修复`InputItem`输入过快时偶尔导致光标位置异常的问题[#322](https://github.com/didi/mand-mobile/issues/322)
- 修复`InputItem``Vue 2.6+`中金融键盘闪现问题[#324](https://github.com/didi/mand-mobile/issues/324)
- 修复部分文档问题

### 2.0.0

`2019-01-30`
`2019-01-30`

- Feature
- `DetailItem`属性`content`增加支持类型[#285](https://github.com/didi/mand-mobile/issues/285)
Expand All @@ -23,7 +50,7 @@ toc: hidden

### 2.0.0-rc.5

`2019-01-04`
`2019-01-04`

- Feature
- 全量引入时的注册全局组件名增加`PascalCase`[#261](https://github.com/didi/mand-mobile/issues/261)
Expand All @@ -36,7 +63,7 @@ toc: hidden

### 2.0.0-rc.4

`2018-12-21`
`2018-12-21`

- Feature
- 优化`NumberKeyboard`输入体验
Expand All @@ -51,10 +78,10 @@ toc: hidden

### 2.0.0-rc.3

`2018-12-14`
`2018-12-14`

🎉🎉🎉 👏👏👏 更多内容查看 <a href="#/zh-CN/docs/migration">从1.x迁移</a>。

### 1.x
### 1.x

[GitHub](https://github.com/didi/mand-mobile/blob/1.x/CHANGELOG.md)查看`1.x`的 Change Log。
[GitHub](https://github.com/didi/mand-mobile/blob/1.x/CHANGELOG.md)查看`1.x`的 Change Log。
Loading

0 comments on commit a97490a

Please sign in to comment.