Skip to content

Commit

Permalink
chore(release): v2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Jan 3, 2025
1 parent c08d827 commit 10a56f7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.7.5

`2025-01-03`

- 🏡 chore(pre-commit): add check-lock-file script (#2916)
- :sparkles: feat(performance): getRectByTaro 方法在小程序内增加缓存以提升性能 (#2831)
- :sparkles: feat(uploader): suppport chooseMedia in web (#2902)
- :bug: fix(textarea): 字数限制文本遮挡输入框的内容 (#2910)
- :bug: fix: 调整日历日期 (#2914)
- :bug: fix: update backtop demos (#2865)
- :bug: fix: scss variables jmapp

# v2.7.4

`2024-12-20`
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-taro",
"version": "2.7.4",
"name": "@nutui/nutui-react",
"version": "2.7.5",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down
1 change: 1 addition & 0 deletions src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export type NutCSSVariables =
| 'nutuiTextareaFont'
| 'nutuiTextareaPadding'
| 'nutuiTextareaLimitColor'
| 'nutuiTextareaLimitAlign'
| 'nutuiTextareaTextColor'
| 'nutuiTextareaTextCurrorColor'
| 'nutuiTextareaTextLineHeight'
Expand Down

0 comments on commit 10a56f7

Please sign in to comment.