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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1",
"@taroify/cli": "^0.9.2",
"@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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"license": "MIT",
"private": "true",
"dependencies": {
"@taroify/babel-preset": "^0.9.1",
"@taroify/gulp": "^0.9.1",
"@taroify/stylelint-config": "^0.9.1",
"@taroify/babel-preset": "^0.9.2",
"@taroify/gulp": "^0.9.2",
"@taroify/stylelint-config": "^0.9.2",
"@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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"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.1",
"version": "0.9.2",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down
38 changes: 26 additions & 12 deletions site/content/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。

## 更新内容

### v0.9.2

`2026-03-10`

**Bug Fixes**

- Cell

- 修复 `value` 空占位问题 [1006](https://github.com/mallfoundry/taroify/pull/1006) [@Duo-Huang](https://github.com/Duo-Huang)

- Collapse

- 修复在小程序上表现卡顿问题 [1002](https://github.com/mallfoundry/taroify/pull/1002) [@Pilotager](https://github.com/Pilotager)

### v0.9.1

`2026-03-08`
Expand Down Expand Up @@ -47,33 +61,33 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。

- Cell

- 修复 taroify-cell__value 为空的时候依然占位 [968](https://github.com/mallfoundry/taroify/pull/968) [felix9ia](https://github.com/felix9ia)
- 修复 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)
- 修复切换页面高度问题 [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)
- 修复多个 `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)
- 修复 `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)
- 修复 `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)
- 修正 `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

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.1",
"version": "0.9.2",
"private": true,
"author": "Taroify",
"keywords": ["gatsby"],
Expand Down