Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "0.9.1",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
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": "taroify",
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",
"private": true,
"repository": {
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/babel-preset",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"dependencies": {
"@babel/cli": "^7.15.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/commerce/package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/demo",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down
2 changes: 1 addition & 1 deletion packages/gulp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/gulp",
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",
"private": "true",
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -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"],
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/stylelint-config",
"version": "0.9.0",
"version": "0.9.1",
"license": "MIT",
"private": "true",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion problems/unconfirmed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/unconfirmed",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down
67 changes: 65 additions & 2 deletions site/content/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/site",
"version": "0.9.0",
"version": "0.9.1",
"private": true,
"author": "Taroify",
"keywords": ["gatsby"],
Expand Down