antd-mobile 2.3.3 β 2.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.en-US.md +7 -0
- package/CHANGELOG.zh-CN.md +7 -0
- package/dist/antd-mobile.css +1 -1
- package/dist/antd-mobile.css.map +1 -1
- package/dist/antd-mobile.js +25 -3
- package/dist/antd-mobile.js.map +1 -1
- package/dist/antd-mobile.min.css +1 -1
- package/dist/antd-mobile.min.css.map +1 -1
- package/dist/antd-mobile.min.js +2 -2
- package/es/style/index.less +4 -1
- package/lib/style/index.less +4 -1
- package/package.json +1 -1
package/CHANGELOG.en-US.md
CHANGED
|
@@ -13,6 +13,13 @@ toc: false
|
|
|
13
13
|
- Monthly release: minor version at the end of every month for new features.
|
|
14
14
|
- Major version release is not included in this schedule for breadking change and new features.
|
|
15
15
|
|
|
16
|
+
### 2.3.4
|
|
17
|
+
|
|
18
|
+
`2020-09-18`
|
|
19
|
+
|
|
20
|
+
- **Feature**
|
|
21
|
+
- π `style` Now you can change body background by changing less variable @am-body-background [#3713](https://github.com/ant-design/ant-design-mobile/pull/3713)
|
|
22
|
+
|
|
16
23
|
---
|
|
17
24
|
### 2.3.3
|
|
18
25
|
|
package/CHANGELOG.zh-CN.md
CHANGED
|
@@ -15,6 +15,13 @@ toc: false
|
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
18
|
+
### 2.3.4
|
|
19
|
+
|
|
20
|
+
`2020-09-18`
|
|
21
|
+
|
|
22
|
+
- **Feature**
|
|
23
|
+
- π `style` η°ε¨ε―δ»₯εη¬ε―Ή body δΈηθζ―ε less (@am-body-background) ζΏζ’ [#3713](https://github.com/ant-design/ant-design-mobile/pull/3713)
|
|
24
|
+
|
|
18
25
|
### 2.3.3
|
|
19
26
|
|
|
20
27
|
`2020-05-19`
|