@nutui/nutui-react 1.4.14-beta.0 → 1.5.0-beta.0

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,27 @@
1
+ # v1.5.0
2
+ `2023-04-12`
3
+
4
+ * :sparkles: feat: steps 组件增加 demo,支持点+icon混合使用 (#899) @xiaoyatong
5
+ * :bug: fix: backtop 第一次滚动时会卡住 (#901) @oasis-cloud
6
+ * :bug: fix: input 组件 type 为数字类型时唤起键盘与微信不一致 (#880) @刘正午
7
+ * :bug: fix: shortpassword 获得焦点后输入显示字符 (#898) @oasis-cloud
8
+ * 📖 docs: table 文档内容和 demo 对齐 (#900) @oasis-cloud
9
+
10
+
11
+ # v1.4.14
12
+ `2023-04-06`
13
+
14
+ * :sparkles: feat: 新增inputnumber组件formatter格式化属性 (#863) @junjun666
15
+ * :bug: fix(input): 修复 nickname 类型获取值失败的问题 (#867) @eiinu
16
+ * :bug: fix: datepicker 选择日期时分秒时页面穿透滚动 (#860) @刘正午
17
+ * :bug: fix: grid-item 组件设置 className 后丢失了原有的 nut-grid-item 样式类 (#872) @刘正午
18
+ * :bug: fix: picker组件适配Taro的实现,修改为原生支持,解决数据量大时卡顿问题 (#885) @xiaoyatong
19
+ * :bug: fix: tabs 组件paneKey为空字符串时返回索引问题 (#870) @刘正午
20
+ * :bug: fix: 修复 textarea 组件 maxlength 属性未生效 (#866) @oasis-cloud
21
+ * 🔨 chore: datepicker 组件 taro 版本修复类型报错 @oasis-cloud
22
+ * 🔨 chore: 修改本地开发切换到移动端路径跳转错误 (#874) @junjun666
23
+ * 🔨 chore: 补充并优化package.json进行规则分类 (#873) @junjun666
24
+
1
25
  # v1.4.13
2
26
  `2023-03-29`
3
27
 
@@ -635,4 +659,4 @@
635
659
 
636
660
  * :zap: feat: 第一个公开版本,发布 Layout、BackTop、Collapse、 ActionSheet、 Toast、 Notify、 Steps、 Drag、 Range、 InfiniteLoading、 Dialog、 Popup、 Swiper、 NoticeBar、 CircleProgress、 Button、 Cell、 Icon、 Price、 Avatar、 OverLay、 Divider、 Navbar、 Elevator、 Tabbar、 FixedNav、 InputNumber、 Checkbox、 Radio、 Picker、 Uploader、 Input、 Switch、 Rate、 Calendar、 ShortPassword、 Tag、 Badge、 Pagination、 Popover、 TextArea、 Signature、 Address、 Barrage
637
661
  等组件。
638
- * :zap: feat: 发布 NutUI-React 官网。
662
+ * :zap: feat: 发布 NutUI-React 官网。
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.14-beta.0 Thu Apr 06 2023 15:52:22 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.5.0 Wed Apr 12 2023 15:51:27 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.14-beta.0 Thu Apr 06 2023 15:52:22 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.5.0 Wed Apr 12 2023 15:51:27 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.14-beta.0 Thu Apr 06 2023 15:52:22 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.5.0 Wed Apr 12 2023 15:51:27 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.14-beta.0 Thu Apr 06 2023 15:52:22 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.5.0 Wed Apr 12 2023 15:51:27 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.14-beta.0 Thu Apr 06 2023 15:52:22 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.5.0 Wed Apr 12 2023 15:51:27 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @nutui/nutui-react v1.4.14-beta.0 Thu Apr 06 2023 15:52:22 GMT+0800 (China Standard Time)
2
+ * @nutui/nutui-react v1.5.0 Wed Apr 12 2023 15:51:27 GMT+0800 (China Standard Time)
3
3
  * (c) 2023 @jdf2e.
4
4
  * Released under the MIT License.
5
5
  */
@@ -6,7 +6,7 @@ var __publicField = (obj, key, value) => {
6
6
  };
7
7
  var _a;
8
8
  /*!
9
- * @nutui/nutui-react v1.4.14-beta.0 Thu Apr 06 2023 15:51:39 GMT+0800 (China Standard Time)
9
+ * @nutui/nutui-react v1.5.0 Wed Apr 12 2023 15:50:57 GMT+0800 (China Standard Time)
10
10
  * (c) 2023 @jdf2e.
11
11
  * Released under the MIT License.
12
12
  */
@@ -9,7 +9,7 @@ var __publicField = (obj, key, value) => {
9
9
  return value;
10
10
  };
11
11
  /*!
12
- * @nutui/nutui-react v1.4.14-beta.0 Thu Apr 06 2023 15:51:39 GMT+0800 (China Standard Time)
12
+ * @nutui/nutui-react v1.5.0 Wed Apr 12 2023 15:50:57 GMT+0800 (China Standard Time)
13
13
  * (c) 2023 @jdf2e.
14
14
  * Released under the MIT License.
15
15
  */
@@ -112,6 +112,7 @@
112
112
  border: 0;
113
113
  text-decoration: none;
114
114
  z-index: -99;
115
+ padding-right: 100%;
115
116
  }
116
117
 
117
118
  &-site {