mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[changelog] 1.0.5
This commit is contained in:
parent
ecd11dc732
commit
62f03ac00d
@ -17,4 +17,6 @@ github_changelog_generator \
|
||||
--issues-label "**Issue**" \
|
||||
--pr-label "**Improvements**" \
|
||||
--no-unreleased \
|
||||
--max-issues 200 \
|
||||
--since-tag v1.0.0 \
|
||||
-o $basepath/../../docs/markdown/zh-CN/changelog-generated.md
|
||||
|
@ -1,5 +1,25 @@
|
||||
## Changelog
|
||||
|
||||
### [1.0.5](https://github.com/youzan/vant/tree/v1.0.5)
|
||||
`2018-04-13`
|
||||
|
||||
**Improvements**
|
||||
|
||||
- add touch mixin [\#869](https://github.com/youzan/vant/pull/869) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tabbar: support Number type info [\#845](https://github.com/youzan/vant/pull/845) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Radio: name support any types [\#863](https://github.com/youzan/vant/pull/863) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- fix NavBar title max width limitation [\#867](https://github.com/youzan/vant/pull/867) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Button vertical align incorrect when loading [\#858](https://github.com/youzan/vant/pull/858) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix CellSwipe should only trigger swipe when drag horizontally [\#866](https://github.com/youzan/vant/pull/866) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix ImagePreview manually close not work [\#864](https://github.com/youzan/vant/pull/864) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix SubmitBar inherit wrong font size [\#857](https://github.com/youzan/vant/pull/857) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix SwitchCell text vertical align [\#852](https://github.com/youzan/vant/pull/852) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- fix Swipe not stop touch event propagation [\#846](https://github.com/youzan/vant/pull/846) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [1.0.4](https://github.com/youzan/vant/tree/v1.0.4)
|
||||
`2018-04-10`
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,25 @@
|
||||
## 更新日志
|
||||
|
||||
### [1.0.5](https://github.com/youzan/vant/tree/v1.0.5)
|
||||
`2018-04-13`
|
||||
|
||||
**Improvements**
|
||||
|
||||
- 抽象 touch 通用 mixin [\#869](https://github.com/youzan/vant/pull/869) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Tabbar: 支持 Number 类型的 info [\#845](https://github.com/youzan/vant/pull/845) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- Radio: name 属性支持任意类型 [\#863](https://github.com/youzan/vant/pull/863) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
- 修复 NavBar 标题长度未限制的问题 [\#867](https://github.com/youzan/vant/pull/867) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 Button loading 状态下无法水平对齐的问题 [\#858](https://github.com/youzan/vant/pull/858) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 CellSwipe 在垂直滑动时也会触发 Swipe 的问题 [\#866](https://github.com/youzan/vant/pull/866) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 ImagePreview close 方法失效的问题 [\#864](https://github.com/youzan/vant/pull/864) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 SubmitBar 字体大小继承错误的问题 [\#857](https://github.com/youzan/vant/pull/857) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 SwitchCell 文字未垂直居中的问题 [\#852](https://github.com/youzan/vant/pull/852) [@chenjiahan](https://github.com/chenjiahan)
|
||||
- 修复 Swipe touch 事件冒泡问题 [\#846](https://github.com/youzan/vant/pull/846) [@chenjiahan](https://github.com/chenjiahan)
|
||||
|
||||
|
||||
### [1.0.4](https://github.com/youzan/vant/tree/v1.0.4)
|
||||
`2018-04-10`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user