Skip to content

Commit

Permalink
chore(release): v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vickyYE committed Jan 17, 2023
1 parent d983e7a commit 859578a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.4.4
`2023-01-17`

* :sparkles: feat: GridItem 支持自定义图标颜色、大小 (#588) @cuicuiworld
* :bug: fix: 修复 inputnumber 无法清空输入框 (#587) @junjun666
* :bug: fix: 修复input组件onChange事件循环问题;修复错误提示样式问题; (#593) @vickyYe
* :bug: fix: 修复 button 组件在 taro 中被破坏的边框 (#589) @oasis-cloud
* 📖 docs: watermark 文档更新 (#590) @oasis-cloud
* 🔨 chore: 添加组件时,增加排序功能;已有组件已完成排序 (#586) @xiaoyatong

# v1.4.3
`2023-01-11`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
"version": "1.4.3",
"version": "1.4.4",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 859578a

Please sign in to comment.