mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-29 09:49:16 +08:00
[build] 0.8.0
This commit is contained in:
parent
32fb3d63cf
commit
a9f3415598
@ -1,5 +1,13 @@
|
|||||||
## 更新日志
|
## 更新日志
|
||||||
|
|
||||||
|
## [v0.7.10](https://github.com/youzan/vant/tree/v0.7.10) (2017-08-16)
|
||||||
|
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.8...v0.7.10)
|
||||||
|
|
||||||
|
**合并的 Pull Request (可能有不兼容改动):**
|
||||||
|
|
||||||
|
- fix: 修复popup和dialog同时出现时,几率出现dialog被挡住的情况 [\#75](https://github.com/youzan/vant/pull/75) ([pangxie1991](https://github.com/pangxie1991))
|
||||||
|
- 修复:popup滚动穿透 [\#73](https://github.com/youzan/vant/pull/73) ([cookfront](https://github.com/cookfront))
|
||||||
|
|
||||||
## [v0.7.8](https://github.com/youzan/vant/tree/v0.7.8) (2017-08-10)
|
## [v0.7.8](https://github.com/youzan/vant/tree/v0.7.8) (2017-08-10)
|
||||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.7...v0.7.8)
|
[Full Changelog](https://github.com/youzan/vant/compare/v0.7.7...v0.7.8)
|
||||||
|
|
||||||
@ -90,7 +98,7 @@
|
|||||||
|
|
||||||
**非兼容更新和新特性:**
|
**非兼容更新和新特性:**
|
||||||
|
|
||||||
- packages/utils目录支持SSR [\#51](https://github.com/youzan/vant/pull/51) ([cookfront](https://github.com/cookfront))
|
- src/utils目录支持SSR [\#51](https://github.com/youzan/vant/pull/51) ([cookfront](https://github.com/cookfront))
|
||||||
|
|
||||||
## [v0.6.3](https://github.com/youzan/vant/tree/v0.6.3) (2017-07-04)
|
## [v0.6.3](https://github.com/youzan/vant/tree/v0.6.3) (2017-07-04)
|
||||||
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.2...v0.6.3)
|
[Full Changelog](https://github.com/youzan/vant/compare/v0.6.2...v0.6.3)
|
||||||
|
@ -37,7 +37,7 @@ import Swipe from './swipe';
|
|||||||
import SwipeItem from './swipe-item';
|
import SwipeItem from './swipe-item';
|
||||||
import DatetimePicker from './datetime-picker';
|
import DatetimePicker from './datetime-picker';
|
||||||
|
|
||||||
const version = '0.7.9';
|
const version = '0.8.0';
|
||||||
const components = [
|
const components = [
|
||||||
Button,
|
Button,
|
||||||
Switch,
|
Switch,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vant-css",
|
"name": "vant-css",
|
||||||
"version": "0.7.10",
|
"version": "0.8.0",
|
||||||
"description": "vant css.",
|
"description": "vant css.",
|
||||||
"main": "lib/index.css",
|
"main": "lib/index.css",
|
||||||
"style": "lib/index.css",
|
"style": "lib/index.css",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user