Skip to content

Commit

Permalink
chore(release): v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Sep 7, 2022
1 parent d45c01a commit 0f08f7d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v1.3.2
`2022-09-07`
* :sparkles: feat: Popover 新增国际化 (#260) @yangxiaolu1993
* :sparkles: feat: 下拉刷新组件 (#261) @oasis-cloud
* :sparkles: feat: Actionsheet 新增单元测试,修改事件属性名。 (#272) @xiaoyatong
* :sparkles: feat: Badge 增加测试用例,修改top、right 值的适配,去掉doc中的hidden属性,无此属性。 (#269) @xiaoyatong
* :sparkles: feat: noticebar、range组件增加单元测试 (#267) @vickyYe
* :sparkles: feat: menu scrollFixed 属性 (#268) @oasis-cloud
* :sparkles: feat: tabs 增加国际化 (#262) @yangjinjun3
* :sparkles: feat: Picker、Datepicker组件Taro适配 (#259) @yangxiaolu1993
* :bug: fix: elevator组件支持pc端 (#258) @irisSong
* :bug: fix: Swiper组件taro适配优化 (#263) @lkjh3214
* 📖 docs: Badge增加多语言 (#265) @xiaoyatong
* 📖 docs: actionsheet 文档支持多语言版本 (#264) @xiaoyatong
* 📖 docs: radio 组件文档优化并增加单元测试 (#266) @oasis-cloud
* 📖 docs: layout、fixednav 国际化文档,searchbar 单元测试 (#271) @Ymm0008
* 📖 docs: card\drag组件文档和demo国际化, cell组件英文文档修改 (#270) @irisSong

## v1.3.1
`2022-08-31`
* :sparkles: feat: calendar 组件功能补齐、单元测试 (#228) @love_forever
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.1",
"version": "1.3.2",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 0f08f7d

Please sign in to comment.