Skip to content

Commit

Permalink
chore(release): v2.6.22
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Oct 12, 2024
1 parent a9fd510 commit 7b1ed92
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# v2.6.22

`2024-10-12`

- :sparkles: feat(popup): lockscroll 增加可选值 strict, 用于支持 iOS12 (#2629)
- :bug: fix(dialog): revert defaultprops
- :bug: fix(range): usememo (#2638)
- :bug: fix(backtop & menu): lint, code simplification, deprecated pageYOffset removed (#2633)
- :bug: fix: taro async warning in taro-h5 env (#2636)
- :bug: fix(range): refactor & lint fixed (#2637)
- :bug: fix(radio): lint fixed (#2635)
- :bug: fix(navbar): safearea displays abnormal when safeAreaInsetTop has been set true (#2632)
- :bug: fix: usecallback to fix render too many times, button,animatingnumbers,avatar,audio; and fix avatargroup when length > maxsize (#2628)
- 🏡 chore(demo): display bound dispatchSetState in demo8 of table demos (#2626)
- 📖 docs: swiper 可通过 css 的 touch-action 设置用户操作行为 (#2630)
- 📖 docs: 文档构建出现未闭合标签的错误提示

# v2.6.21

`2024-09-27`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
"version": "2.6.21",
"name": "@nutui/nutui-react-taro",
"version": "2.6.22",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down

0 comments on commit 7b1ed92

Please sign in to comment.