Skip to content

Commit

Permalink
feat(Version): Release 0.6.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilotager committed Dec 8, 2024
1 parent f699b4f commit b9bf521
Show file tree
Hide file tree
Showing 15 changed files with 82 additions and 30 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"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.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"license": "MIT",
"private": true,
"repository": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"*.{css,scss}": "stylelint --fix"
},
"devDependencies": {
"@taroify/cli": "^0.5.1-alpha.0",
"@taroify/cli": "^0.6.0-alpha.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.25",
"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.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"private": true,
"dependencies": {
"@babel/cli": "^7.15.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@taroify/cli",
"version": "0.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"license": "MIT",
"private": "true",
"dependencies": {
"@taroify/babel-preset": "^0.5.1-alpha.0",
"@taroify/eslint-config": "^0.5.1-alpha.0",
"@taroify/gulp": "^0.5.1-alpha.0",
"@taroify/stylelint-config": "^0.5.1-alpha.0",
"@taroify/babel-preset": "^0.6.0-alpha.0",
"@taroify/eslint-config": "^0.6.0-alpha.0",
"@taroify/gulp": "^0.6.0-alpha.0",
"@taroify/stylelint-config": "^0.6.0-alpha.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/~commerce",
"version": "0.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"react": "^18.2.0"
},
"dependencies": {
"@taroify/core": "^0.5.1-alpha.0",
"@taroify/core": "^0.6.0-alpha.0",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"raf": "^3.4.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/~core",
"version": "0.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand Down Expand Up @@ -29,8 +29,8 @@
"react": "^18.2.0"
},
"dependencies": {
"@taroify/hooks": "^0.5.1-alpha.0",
"@taroify/icons": "^0.5.1-alpha.0",
"@taroify/hooks": "^0.6.0-alpha.0",
"@taroify/icons": "^0.6.0-alpha.0",
"classnames": "^2.2.6",
"lodash": "^4.17.21",
"promise": "^8.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/demo",
"version": "0.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down Expand Up @@ -36,10 +36,10 @@
],
"dependencies": {
"@babel/runtime": "^7.7.7",
"@taroify/commerce": "^0.5.1-alpha.0",
"@taroify/core": "^0.5.1-alpha.0",
"@taroify/hooks": "^0.5.1-alpha.0",
"@taroify/icons": "^0.5.1-alpha.0",
"@taroify/commerce": "^0.6.0-alpha.0",
"@taroify/core": "^0.6.0-alpha.0",
"@taroify/hooks": "^0.6.0-alpha.0",
"@taroify/icons": "^0.6.0-alpha.0",
"@tarojs/components": "3.6.23",
"@tarojs/plugin-framework-react": "3.6.23",
"@tarojs/plugin-platform-h5": "3.6.23",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/eslint-config",
"version": "0.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"license": "MIT",
"private": "true",
"main": "index.js",
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.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"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.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
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.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"license": "MIT",
"private": "true",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@taroify/stylelint-config",
"version": "0.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"license": "MIT",
"private": "true",
"main": "index.js",
"peerDependencies": {
"stylelint": "^13.12.0"
},
"dependencies": {
"@taroify/cli": "^0.5.1-alpha.0",
"@taroify/cli": "^0.6.0-alpha.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recess-order": "^2.3.0",
"stylelint-config-sass-guidelines": "^8.0.0",
Expand Down
8 changes: 4 additions & 4 deletions problems/unconfirmed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taroify/unconfirmed",
"version": "0.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"description": "",
"author": "Taroify",
"private": "true",
Expand Down Expand Up @@ -38,9 +38,9 @@
],
"dependencies": {
"@babel/runtime": "^7.7.7",
"@taroify/core": "^0.5.1-alpha.0",
"@taroify/hooks": "^0.5.1-alpha.0",
"@taroify/icons": "^0.5.1-alpha.0",
"@taroify/core": "^0.6.0-alpha.0",
"@taroify/hooks": "^0.6.0-alpha.0",
"@taroify/icons": "^0.6.0-alpha.0",
"@tarojs/components": "3.6.23",
"@tarojs/plugin-framework-react": "3.6.23",
"@tarojs/plugin-platform-h5": "3.6.23",
Expand Down
52 changes: 52 additions & 0 deletions site/content/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,58 @@ Taroify 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。

## 更新内容

### v0.6.0-alpha.0

`2024-12-08`

**Feature**

- Toast

- 支持直接函数调用 [852](https://github.com/mallfoundry/taroify/pull/852) [@hbztd](https://github.com/hbztd)

- Notify

- 支持直接函数调用,添加 `color` `background` 属性 [852](https://github.com/mallfoundry/taroify/pull/852) [@hbztd](https://github.com/hbztd)

- Dialog

- 支持直接函数调用,添加 `title` `message` `messageAlign` `theme` `confirm` `cancel` `onBeforeClose` 属性 [852](https://github.com/mallfoundry/taroify/pull/852) [@hbztd](https://github.com/hbztd)

**Bug Fixes**

- ActionSheet

-`ActionSheet` 组件添加默认的安全区域 [840](https://github.com/mallfoundry/taroify/pull/840) [@sweet7788](https://github.com/sweet7788)

- List

- `scrollParentRect` 判空 [843](https://github.com/mallfoundry/taroify/pull/843) [@Pilotager](https://github.com/Pilotager)

- Pick

- 修复 picker 组件在快速上滑或者下滑时,执行惯性动画期间,再次滚动 picker-column 后出现的位置卡顿问题 [844](https://github.com/mallfoundry/taroify/pull/844) [@kunkuntang](https://github.com/kunkuntang)

- Popup

- 修复手动关闭未触发 `onClose` 事件 [852](https://github.com/mallfoundry/taroify/pull/852) [@hbztd](https://github.com/hbztd)

- TextArea

- 修复 `getStringLength` 在输入 emoji 时无法正确统计字符长度 [853](https://github.com/mallfoundry/taroify/pull/853) [@CodeMak1r-zy](https://github.com/CodeMak1r-zy)

- Form

- 修复 `validateFirst` [857](https://github.com/mallfoundry/taroify/pull/857) [@linxianxi](https://github.com/linxianxi)

**Other**

- 完善 DateTimePicker 文档 [834](https://github.com/mallfoundry/taroify/pull/834) [@sweet7788 ](https://github.com/sweet7788)
- 完善 FormItem 文档 [837](https://github.com/mallfoundry/taroify/pull/837) [@Niubility-SunLight](https://github.com/Niubility-SunLight)
- 完善 Form 文档 [847](https://github.com/mallfoundry/taroify/pull/847) [@lvqq](https://github.com/lvqq)
- 完善 Calendar 文档 [850](https://github.com/mallfoundry/taroify/pull/853) [@CodeMak1r-zy](https://github.com/CodeMak1r-zy)
- lodash 支持 tree shaking [851](https://github.com/mallfoundry/taroify/pull/851) [@hbztd](https://github.com/hbztd)

### v0.5.1-alpha.0

`2024-10-28`
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.5.1-alpha.0",
"version": "0.6.0-alpha.0",
"private": true,
"author": "Taroify",
"keywords": [
Expand Down

0 comments on commit b9bf521

Please sign in to comment.