diff --git a/lerna.json b/lerna.json index ad266211..8478a04d 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.9.0", + "version": "0.9.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/package.json b/package.json index 1fcdcf22..a11a6c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taroify", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "private": true, "repository": { @@ -38,7 +38,7 @@ "browserslist": ["last 3 versions"], "devDependencies": { "@biomejs/biome": "^1.9.4", - "@taroify/cli": "^0.9.0", + "@taroify/cli": "^0.9.1", "@types/jest": "^26.0.24", "@types/node": "^14.18.63", "cross-env": "^7.0.3", diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index fa286419..e1f93e05 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/babel-preset", - "version": "0.9.0", + "version": "0.9.1", "private": true, "dependencies": { "@babel/cli": "^7.15.0", diff --git a/packages/cli/package.json b/packages/cli/package.json index b4633d7a..e569a17a 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,12 +1,12 @@ { "name": "@taroify/cli", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "private": "true", "dependencies": { - "@taroify/babel-preset": "^0.9.0", - "@taroify/gulp": "^0.9.0", - "@taroify/stylelint-config": "^0.9.0", + "@taroify/babel-preset": "^0.9.1", + "@taroify/gulp": "^0.9.1", + "@taroify/stylelint-config": "^0.9.1", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^13.1.2", diff --git a/packages/commerce/package.json b/packages/commerce/package.json index 8de49f94..1b7123df 100644 --- a/packages/commerce/package.json +++ b/packages/commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~commerce", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "private": "true", "keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"], diff --git a/packages/core/package.json b/packages/core/package.json index d0242b5a..d6257c9b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/~core", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "private": "true", "keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"], diff --git a/packages/demo/package.json b/packages/demo/package.json index f39efdb7..fbf2a953 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/demo", - "version": "0.9.0", + "version": "0.9.1", "description": "", "author": "Taroify", "private": "true", diff --git a/packages/gulp/package.json b/packages/gulp/package.json index 542561c1..aa953a47 100644 --- a/packages/gulp/package.json +++ b/packages/gulp/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/gulp", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "private": "true", "peerDependencies": { diff --git a/packages/hooks/package.json b/packages/hooks/package.json index 9779d4c3..f16cc66d 100644 --- a/packages/hooks/package.json +++ b/packages/hooks/package.json @@ -1,7 +1,7 @@ { "name": "@taroify/~hooks", "description": "Taroify hooks", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "private": "true", "keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"], diff --git a/packages/icons/package.json b/packages/icons/package.json index 53d13932..9ba8c749 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,7 +1,7 @@ { "name": "@taroify/~icons", "description": "Taroify icon components built on Taro", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "private": "true", "keywords": ["ui", "taro", "react", "mobile", "frontend", "component", "components"], diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 9c69fffd..9eea228c 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/stylelint-config", - "version": "0.9.0", + "version": "0.9.1", "license": "MIT", "private": "true", "main": "index.js", diff --git a/problems/unconfirmed/package.json b/problems/unconfirmed/package.json index 9633c4ae..f4b9a0cf 100644 --- a/problems/unconfirmed/package.json +++ b/problems/unconfirmed/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/unconfirmed", - "version": "0.9.0", + "version": "0.9.1", "description": "", "author": "Taroify", "private": "true", diff --git a/site/content/changelog/index.md b/site/content/changelog/index.md index 15df0387..d03e65d8 100644 --- a/site/content/changelog/index.md +++ b/site/content/changelog/index.md @@ -12,6 +12,69 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 ## 更新内容 +### v0.9.1 + +`2026-03-08` + +**Feature** + +- Calendar + + - 支持配置是否显示主标题 [972](https://github.com/mallfoundry/taroify/pull/972) [@qiuxsgit](https://github.com/qiuxsgit) + +- TabPanel + + - 将TabPane重命名为TabPanel并更新相关组件和文档 [975](https://github.com/mallfoundry/taroify/pull/975) [@Shixuebin](https://github.com/Shixuebin) + +- FloatingPanel + + - 禁用内部 `ScrollView` 的在 IOS 上的 `bounces` 橡皮筋回弹效果 [988](https://github.com/mallfoundry/taroify/pull/988) [@felix9ia](https://github.com/felix9ia) + +- Cell + + - 增加 `valueClass` 属性 [994](https://github.com/mallfoundry/taroify/pull/994) [@xuxucode](https://github.com/xuxucode) + +**Bug Fixes** + +- PullRefresh + + - 在 h5 环境下包裹 List 不能正常滚动的问题 [964](https://github.com/mallfoundry/taroify/pull/964) [@felix9ia](https://github.com/felix9ia) + +- Upload + + - `Uploader` 自定义预览样式异常,增加 `customUploadButton` 属性 [966](https://github.com/mallfoundry/taroify/pull/966) [@naFeKnehC](https://github.com/naFeKnehC) + - 增加 `itemRender` 用来修复使用react children属性时图片重复渲染 [967](https://github.com/mallfoundry/taroify/pull/967) [@naFeKnehC](https://github.com/naFeKnehC) + +- Cell + + - 修复 taroify-cell__value 为空的时候依然占位 [968](https://github.com/mallfoundry/taroify/pull/968) [felix9ia](https://github.com/felix9ia) + +- FixedView + + - 修复切换页面高度问题 [996](https://github.com/mallfoundry/taroify/pull/996) [Pilotager](https://github.com/Pilotager) + +- Toast + + - 修复多个 `Toast` 叠加问题 [998](https://github.com/mallfoundry/taroify/pull/998) [Duo-Huang](https://github.com/Duo-Huang) + +- Icon + + - 修复 `color` 属性不生效问题 [999](https://github.com/mallfoundry/taroify/pull/999) [Pilotager](https://github.com/Pilotager) + +- Radio + + - 修复 `1px` 边框问题 [1000](https://github.com/mallfoundry/taroify/pull/1000) [Pilotager](https://github.com/Pilotager) + +**Other** + +- 修正 `List` 搭配 `PullRefresh` 的使用示例 [968](https://github.com/mallfoundry/taroify/pull/968) [felix9ia](https://github.com/felix9ia) +- 更新 `Progress` 示例 [969](https://github.com/mallfoundry/taroify/pull/969) [lvqq](https://github.com/lvqq) +- 修复 `CI` 环境报错 [970](https://github.com/mallfoundry/taroify/pull/970) [lvqq](https://github.com/lvqq) +- 更新 `Dialog` 样式文档 [973](https://github.com/mallfoundry/taroify/pull/973) [lvqq](https://github.com/lvqq) +- 更新 `Cell` 测试快照 [981](https://github.com/mallfoundry/taroify/pull/981) [Pilotager](https://github.com/Pilotager) +- 更新 `Vite` 按需加载示例 [996](https://github.com/mallfoundry/taroify/pull/996) [Pilotager](https://github.com/Pilotager) +- 更新 `$hd` 注入文档 [1001](https://github.com/mallfoundry/taroify/pull/1001) [Pilotager](https://github.com/Pilotager) + ### v0.9.0 `2025-06-15` @@ -28,9 +91,9 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。 **Feature** -- FloatingPanel [943](https://github.com/mallfoundry/taroify/pull/944) [@HyaCiovo](https://github.com/HyaCiovo) +- FloatingPanel - - 添加手动设置高度功能 + - 添加手动设置高度功能 [943](https://github.com/mallfoundry/taroify/pull/944) [@HyaCiovo](https://github.com/HyaCiovo) **Bug Fixes** diff --git a/site/package.json b/site/package.json index 18d79b18..dc8cdbfc 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "@taroify/site", - "version": "0.9.0", + "version": "0.9.1", "private": true, "author": "Taroify", "keywords": ["gatsby"],