Skip to content

Commit 3fb4d5f

Browse files
committed
chore(release): v2.7.1
1 parent d107304 commit 3fb4d5f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v2.7.1
2+
3+
`2024-11-22`
4+
5+
- :bug: fix(popup): display should not trigger the scrollview to update (#2773)
6+
- :bug: fix(toast): load dependent CSS (#2776)
7+
- :bug: fix(Form): Form 组件文档 demo 中 Switch 组件使用问题 (#2774)
8+
- :bug: fix(textarea): handle undefined placeholder explicitly (#2748)
9+
- 🏡 chore: jdesign 主题 (#2703)
10+
- 🏡 chore: ci optimize (#2692)
11+
- 🏡 chore: ci (#2690)
12+
- 📖 docs(infiniteLoading): optimize target description (#2770)
13+
- 📖 docs: 官方主题入口 (#2634)
14+
115
# v2.7.0
216

317
`2024-11-01`

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@nutui/nutui-react-taro",
3-
"version": "2.7.0",
2+
"name": "@nutui/nutui-react",
3+
"version": "2.7.1",
44
"style": "dist/style.css",
55
"main": "dist/nutui.react.umd.js",
66
"module": "dist/esm/nutui-react.es.js",

0 commit comments

Comments
 (0)