@nutui/nutui-react 1.3.3-beta.1 → 1.3.3

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 CHANGED
@@ -1,3 +1,13 @@
1
+ ## v1.3.3
2
+ `2022-09-14`
3
+ * :sparkles: chore: 组件 icon 自定义以及优化typing 导出 (#283) @oasis-cloud
4
+ * :sparkles: chore: sideEffects 优化 (#280) @oasis-cloud
5
+ * :sparkles: feat: drag组件增加单元测试 (#277) @irisSong
6
+ * :sparkles: feat: 适配jd小程序。 (#278) @xiaoyatong
7
+ * :bug: fix: 修复 button 组件 loading 效果 (#284) @oasis-cloud
8
+ * :bug: fix: countdown 组件 props 能力补全、demo 和文档国际化 (#279) @irisSong
9
+ * :bug: fix : rate组件taro适配 (#276) @libin0824
10
+
1
11
  ## v1.3.2
2
12
  `2022-09-07`
3
13
  * :sparkles: feat: Popover 新增国际化 (#260) @yangxiaolu1993
@@ -1,4 +1,5 @@
1
1
  import'../../../styles/font/iconfont.css';
2
2
 
3
+
3
4
 
4
5
  import '../../../packages/icon/icon.scss'
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.3-beta.1 Wed Sep 14 2022 10:51:40 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.3 Wed Sep 14 2022 14:14:31 GMT+0800 (China Standard Time)
3
3
  * (c) 2022 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.3-beta.1 Wed Sep 14 2022 10:51:40 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.3 Wed Sep 14 2022 14:14:31 GMT+0800 (China Standard Time)
3
3
  * (c) 2022 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.3-beta.1 Wed Sep 14 2022 10:51:40 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.3 Wed Sep 14 2022 14:14:31 GMT+0800 (China Standard Time)
3
3
  * (c) 2022 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.3-beta.1 Wed Sep 14 2022 10:51:40 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.3 Wed Sep 14 2022 14:14:31 GMT+0800 (China Standard Time)
3
3
  * (c) 2022 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.3-beta.1 Wed Sep 14 2022 10:51:40 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.3 Wed Sep 14 2022 14:14:31 GMT+0800 (China Standard Time)
3
3
  * (c) 2022 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.3-beta.1 Wed Sep 14 2022 10:51:04 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.3 Wed Sep 14 2022 14:14:07 GMT+0800 (China Standard Time)
3
3
  * (c) 2022 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.3.3-beta.1 Wed Sep 14 2022 10:51:04 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.3.3 Wed Sep 14 2022 14:14:07 GMT+0800 (China Standard Time)
3
3
  * (c) 2022 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,4 +1,5 @@
1
- @import '../../styles/animation/icon.scss';
1
+ @import '../../styles/mixins/index.scss';
2
+ @import '../../styles/animation/index.scss';
2
3
 
3
4
  .nut-icon {
4
5
  display: inline-block;