Skip to content

Commit

Permalink
chore(release): v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed Mar 29, 2024
1 parent df959e6 commit 0f303f0
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 13 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v2.5.1
`2024-03-29`


*🏡 chore(deps): update dependency @types/testing-library__jest-dom to v6 (#2127) @renovate[bot]
* 📖 docs(readme): change npm to pnpm in the document (#2131) @JedediahXu
* :sparkles: feat(popover): rtl (#2121) @xiaoyatong
* :sparkles: feat(ellipsis): rtl (#2128) @irisSong
* :sparkles: feat(Form): rtl (#2120) @xiaoyatong
* :sparkles: feat(progress): Taro新增lazy属性 (#2108) @Alex-huxiyang
* :bug: fix(datepicker): 修复 datepicker 类型为hour-minutes/time时选中值无法回显的问题 (#2141) @yeyu98
* :bug: fix(Toast): demo拆解与规范 (#2073) @OrdinarySF
* :bug: fix(calendar): demo拆解与规范 (#2137) @mikasayw
* :bug: fix(DatePicker): demo拆解与规范 (#2133) @yeyu98
* :bug: fix(uploader): demo拆解与规范 (#2140) @irisSong
* :bug: fix(tabs): 修复 tab 过多时滚动定位不准确的问题 (#2135) @eiinu
* :bug: fix(range): demo拆解与规范 (#2139) @ShuchenEason
* :bug: fix(imagepreview): demo拆解与规范 (#2134) @Alex-huxiyang
* :bug: fix(textarea): demo拆解与规范 (#2132) @Amylee9712
* :bug: fix(tour): demo拆解与规范 (#2130) @Alex-huxiyang
* :bug: fix(actionsheet): demo拆解与规范 (#2124) @ZissyW
* :bug: fix(icon): update taro demo (#2129) @eiinu
* :bug: fix(popup): demo拆解与规范 (#2122) @ZissyW
* :bug: fix(numberkeyboard): demo拆解与规范 (#2123) @ZissyW


# v2.5.0
`2024-03-22`

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react",
"version": "2.5.0",
"name": "@nutui/nutui-react-taro",
"version": "2.5.1",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/esm/nutui-react.es.js",
Expand Down Expand Up @@ -95,8 +95,8 @@
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@nutui/icons-react": "^1.0.2",
"@nutui/icons-react-taro": "^1.0.2",
"@nutui/icons-react": "^1.0.4",
"@nutui/icons-react-taro": "^1.0.4",
"@nutui/touch-emulator": "^1.0.0",
"@react-spring/web": "~9.6.1",
"@use-gesture/react": "10.2.20",
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/packages/configprovider/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ export type NutCSSVariables =
| 'nutuiBlack5'
| 'nutuiTabsTitlesHeight'
| 'nutuiTabsTitlesBackgroundColor'
| 'nutuiTabsTitlesPadding'
| 'nutuiTabsTitlesGap'
| 'nutuiTabsTitlesFontSize'
| 'nutuiTabsTitlesItemMinWidth'
Expand Down

0 comments on commit 0f303f0

Please sign in to comment.