Skip to content

Commit

Permalink
chore(release): v1.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxiaolu1993 committed Oct 26, 2022
1 parent c31f682 commit b2d952a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.3.8
`2022-10-26`

* :sparkles: feat: tabs 组件支持 css 粘性布局 (#346) @leiyu0932
* :sparkles: feat: tabpane 组件增加 className 属性 (#343) @oasis-cloud
* :sparkles: feat: sidenavbar 事件名修改为 onClick (#359) @oasis-cloud
* :sparkles: feat: collapse 组件增加 className 和 style 支持 (#360) @oasis-cloud
* :sparkles: feat: tabbar 组件增加 onSwitch 事件 (#361) @oasis-cloud
* :sparkles: feat: timeselect 组件增加 onSelect onPannelChange onTimeChange 事件 (#362) @oasis-cloud
* :sparkles: feat: virtuallist 组件增加 onScroll 事件 (#363) @oasis-cloud
* :sparkles: feat: input、noticebar、range组件 event 事件修改, divider组件demo优化 (#365) @vickyYE
* :sparkles: feat: avartar、steps、video、inputnumber 组件事件优化 (#371) @junjun666
* :bug: fix: 修改 signature 组件taro demo文案 (#344) @irisSong
* :bug: fix: switch 组件-事件命名修改 (#352) @libin0824
* :bug: fix: radio 组件中的 render 数组改成 fragment (#353) @oasis-cloud
* :bug: fix: taro/components 组件的使用,taro:h5 启动报错 (#357) @oasis-cloud
* :bug: fix: uploader 使用 isDeletable 无法隐藏 删除按钮 (#366) @junjun666
* :bug: fix: cell 和 signature 修改 Event (#367) @irisSong
* :bug: fix: 修改 collapse 组件的事件名称 (#369) @zhenyulei
* 📖 docs: button 组件文档中事件 click 改为 onClick (#356) @oasis-cloud
* 📖 docs: icon 组件文档中事件 click 改为 onClick (#358) @oasis-cloud
* 📖 docs: input 数据变化控制例子补充 (#364) @vickyYE
* 📖 docs: layout 文档修改 (#368) @Ymm0008
* 📖 docs: tabs 文档优化 (#370) @oasis-cloud


# v1.3.7
`2022-10-19`
* :sparkles: feat: 优化 menu 组件的弹出动画效果 (#341) @oasis-cloud
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.3.7",
"version": "1.3.8",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit b2d952a

Please sign in to comment.