Skip to content

Commit ba42f25

Browse files
committed
bump 1.3.10
1 parent c0989ec commit ba42f25

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

CHANGELOG.en-US.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
---
1212

13+
## 1.3.10
14+
`2019-06-11`
15+
- 🐞 Remove useless `module.export` of package. [#850](https://github.com/vueComponent/ant-design-vue/issues/850)
16+
1317
## 1.3.9
1418
`2019-05-26`
1519
- 🐞 Fix `TreeSelect` without `dataRef` [#712](https://github.com/vueComponent/ant-design-vue/issues/712)

CHANGELOG.zh-CN.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
---
1212

13+
## 1.3.10
14+
`2019-06-11`
15+
- 🐞 移除打包后多余的 `module.export` [#850](https://github.com/vueComponent/ant-design-vue/issues/850)
16+
1317
## 1.3.9
1418
`2019-05-26`
1519
- 🐞 修复 `TreeSelect` 没有 `dataRef` 的问题 [#712](https://github.com/vueComponent/ant-design-vue/issues/712)

antd-tools/postcssConfig.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@ const rucksack = require('rucksack-css');
22
const autoprefixer = require('autoprefixer');
33

44
module.exports = {
5-
plugins: [
6-
rucksack(),
7-
autoprefixer({
8-
browsers: ['last 2 versions', 'Firefox ESR', '> 1%', 'ie >= 9', 'iOS >= 8', 'Android >= 4'],
9-
}),
10-
],
5+
plugins: [rucksack(), autoprefixer()],
116
};

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ant-design-vue",
3-
"version": "1.3.9",
3+
"version": "1.3.10",
44
"title": "Ant Design Vue",
55
"description": "An enterprise-class UI design language and Vue-based implementation",
66
"keywords": [
@@ -67,15 +67,14 @@
6767
"@vue/server-test-utils": "1.0.0-beta.16",
6868
"@vue/test-utils": "1.0.0-beta.16",
6969
"acorn": "^6.0.5",
70-
"autoprefixer": "^8.1.0",
70+
"autoprefixer": "^9.6.0",
7171
"axios": "^0.18.0",
7272
"babel-cli": "^6.26.0",
7373
"babel-core": "^6.26.0",
7474
"babel-eslint": "^10.0.1",
7575
"babel-helper-vue-jsx-merge-props": "^2.0.3",
7676
"babel-jest": "^23.6.0",
7777
"babel-loader": "^7.1.2",
78-
"babel-plugin-add-module-exports": "^1.0.0",
7978
"babel-plugin-import": "^1.1.1",
8079
"babel-plugin-inline-import-data-uri": "^1.0.1",
8180
"babel-plugin-istanbul": "^4.1.1",

0 commit comments

Comments
 (0)