@nutui/nutui-react-taro 2.3.6-beta.0 → 2.3.6
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.md +11 -0
- package/dist/esm/CalendarCard.js +1 -1
- package/dist/esm/Form.js +2 -1245
- package/dist/esm/FormItem.js +1 -1
- package/dist/esm/{calendarcard.taro-QStCLFET.js → calendarcard.taro-tY-cyh-F.js} +2 -2
- package/dist/esm/formitem.taro-atY4A0pS.js +1406 -0
- package/dist/esm/nutui-react.es.js +2 -2
- package/dist/locales/base.js +1 -1
- package/dist/locales/en-US.js +1 -1
- package/dist/locales/id-ID.js +1 -1
- package/dist/locales/tr-TR.js +1 -1
- package/dist/locales/zh-CN.js +1 -1
- package/dist/locales/zh-TW.js +1 -1
- package/dist/locales/zh-UG.js +1 -1
- package/dist/nutui.react.es.js +39 -37
- package/dist/nutui.react.umd.js +39 -37
- package/dist/style.mjs +1 -1
- package/package.json +2 -2
- package/dist/esm/formitem.taro-4ofczzxA.js +0 -165
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
# v2.3.6
|
|
2
|
+
`2024-01-12`
|
|
3
|
+
|
|
4
|
+
* :sparkles: feat(space): update demos and docs of justify and align (#1856) @Alex.huxiyang
|
|
5
|
+
* :sparkles: feat(tag): image text (#1851) @oasis
|
|
6
|
+
* :sparkles: feat: doc文档优化 (#1850) @Alex.huxiyang
|
|
7
|
+
* :bug: fix(swiper): fix props of saving image at taro, fix parameter of onChange, update taro version to 3.6.22 (#1847) @xiaoyatong
|
|
8
|
+
* :bug: fix: fix some components display bad with the white screen at taro when is development (#1852) @xiaoyatong
|
|
9
|
+
* 🔨 chore(deps): update icons to v1.0.2 (#1853) @oasis
|
|
10
|
+
|
|
11
|
+
|
|
1
12
|
# v2.3.5
|
|
2
13
|
`2024-01-05`
|
|
3
14
|
|
package/dist/esm/CalendarCard.js
CHANGED