Skip to content

Commit

Permalink
feat: update quarkd
Browse files Browse the repository at this point in the history
  • Loading branch information
sanqi-med committed Jan 16, 2024
1 parent db49dde commit 03db543
Show file tree
Hide file tree
Showing 6 changed files with 3,348 additions and 2,223 deletions.
4,966 changes: 2,755 additions & 2,211 deletions packages/quark-react/CHANGELOG.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/quark-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quarkd/quark-react",
"version": "1.5.11",
"version": "1.5.12",
"description": "Web components react reactify",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"*.js"
],
"dependencies": {
"quarkd": "1.5.11",
"quarkd": "1.5.12",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
558 changes: 558 additions & 0 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

27 changes: 18 additions & 9 deletions packages/quarkd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,41 @@
# 更新日志
### [1.5.11](https://github.com/hellof2e/quark-design/compare/v1.5.10...v1.5.11) (2024-01-16)

### [1.5.12](https://github.com/hellof2e/quark-design/compare/v1.5.8...v1.5.12) (2024-01-16)

### 🐞 Bug Fixes

* 修复toast组件函数式调用不能立即关闭的问题 ([cddfaa5](https://github.com/hellof2e/quark-design/commit/cddfaa592abd06cd93386523d6958e29b63639a4))
- 修复 toast 消失未移除 dom 问题 ([fd1e05e](https://github.com/hellof2e/quark-design/commit/fd1e05e3850205b6f3713a98878a6b632e353e77))
- 修复 toast 组件函数式调用不能立即关闭的问题 ([cddfaa5](https://github.com/hellof2e/quark-design/commit/cddfaa592abd06cd93386523d6958e29b63639a4))
- 去除 react form-item 引入 ([822fa12](https://github.com/hellof2e/quark-design/commit/822fa127ddfb22213a94b0fa5fa0bdfdde864306))

### [1.5.10](https://github.com/hellof2e/quark-design/compare/v1.5.9...v1.5.10) (2024-01-12)
### 🎉 Features

- 国际化支持,新增法语和日语 ([#327](https://github.com/hellof2e/quark-design/issues/327)) ([db49dde](https://github.com/hellof2e/quark-design/commit/db49dde3562a884b0808347954ecf2bb9a5b6daf))

### [1.5.11](https://github.com/hellof2e/quark-design/compare/v1.5.10...v1.5.11) (2024-01-16)

### 🐞 Bug Fixes

* 修复 toast 消失未移除 dom 问题 ([fd1e05e](https://github.com/hellof2e/quark-design/commit/fd1e05e3850205b6f3713a98878a6b632e353e77))
- 修复 toast 组件函数式调用不能立即关闭的问题 ([cddfaa5](https://github.com/hellof2e/quark-design/commit/cddfaa592abd06cd93386523d6958e29b63639a4))

### [1.5.9](https://github.com/hellof2e/quark-design/compare/v1.5.8...v1.5.9) (2024-01-11)
### [1.5.10](https://github.com/hellof2e/quark-design/compare/v1.5.9...v1.5.10) (2024-01-12)

### 🐞 Bug Fixes

- 修复 toast 消失未移除 dom 问题 ([fd1e05e](https://github.com/hellof2e/quark-design/commit/fd1e05e3850205b6f3713a98878a6b632e353e77))

### [1.5.9](https://github.com/hellof2e/quark-design/compare/v1.5.8...v1.5.9) (2024-01-11)

### 🐞 Bug Fixes

* 去除 react form-item 引入 ([822fa12](https://github.com/hellof2e/quark-design/commit/822fa127ddfb22213a94b0fa5fa0bdfdde864306))
- 去除 react form-item 引入 ([822fa12](https://github.com/hellof2e/quark-design/commit/822fa127ddfb22213a94b0fa5fa0bdfdde864306))

### [1.5.8](https://github.com/hellof2e/quark-design/compare/v1.5.7...v1.5.8) (2024-01-09)


### 🎉 Features

* toast 兼容文字过长问题 ([e1cb538](https://github.com/hellof2e/quark-design/commit/e1cb5384d452c053e97e459e4787ee64b51f3b8e))
* update quarkd ([92bf282](https://github.com/hellof2e/quark-design/commit/92bf2823f897035a069edff1550293fdc3e066c3))
- toast 兼容文字过长问题 ([e1cb538](https://github.com/hellof2e/quark-design/commit/e1cb5384d452c053e97e459e4787ee64b51f3b8e))
- update quarkd ([92bf282](https://github.com/hellof2e/quark-design/commit/92bf2823f897035a069edff1550293fdc3e066c3))

### [1.5.7](https://github.com/hellof2e/quark-design/compare/v1.5.5...v1.5.7) (2023-12-28)

Expand Down
2 changes: 1 addition & 1 deletion packages/quarkd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quarkd",
"version": "1.5.11",
"version": "1.5.12",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
14 changes: 14 additions & 0 deletions packages/quarkd/src/docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# 更新日志
### [1.5.12](https://github.com/hellof2e/quark-design/compare/v1.5.8...v1.5.12) (2024-01-16)


### 🐞 Bug Fixes

* 修复 toast 消失未移除 dom 问题 ([fd1e05e](https://github.com/hellof2e/quark-design/commit/fd1e05e3850205b6f3713a98878a6b632e353e77))
* 修复toast组件函数式调用不能立即关闭的问题 ([cddfaa5](https://github.com/hellof2e/quark-design/commit/cddfaa592abd06cd93386523d6958e29b63639a4))
* 去除 react form-item 引入 ([822fa12](https://github.com/hellof2e/quark-design/commit/822fa127ddfb22213a94b0fa5fa0bdfdde864306))


### 🎉 Features

* 国际化支持,新增法语和日语 ([#327](https://github.com/hellof2e/quark-design/issues/327)) ([db49dde](https://github.com/hellof2e/quark-design/commit/db49dde3562a884b0808347954ecf2bb9a5b6daf))

### [1.5.11](https://github.com/hellof2e/quark-design/compare/v1.5.10...v1.5.11) (2024-01-16)


Expand Down

0 comments on commit 03db543

Please sign in to comment.