Skip to content

Commit

Permalink
update: v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy committed Jan 9, 2024
1 parent e1cb538 commit 37c93f8
Show file tree
Hide file tree
Showing 6 changed files with 2,381 additions and 1,273 deletions.
553 changes: 553 additions & 0 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.7",
"version": "1.5.8",
"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.7",
"quarkd": "1.5.8",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
3,065 changes: 1,805 additions & 1,260 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/quarkd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 更新日志
### [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))

### [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.7",
"version": "1.5.8",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
23 changes: 13 additions & 10 deletions packages/quarkd/src/docs
Original file line number Diff line number Diff line change
@@ -1,35 +1,38 @@
# 更新日志
### [1.5.7](https://github.com/hellof2e/quark-design/compare/v1.5.5...v1.5.7) (2023-12-28)
### [1.5.8](https://github.com/hellof2e/quark-design/compare/v1.5.7...v1.5.8) (2024-01-09)


### 🎉 Features

* toast 样式优化兼容 ([cc19178](https://github.com/hellof2e/quark-design/commit/cc191780d08358e4d81c773f1561c70648b2c4c0))
* 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)

### 🎉 Features

- toast 样式优化兼容 ([cc19178](https://github.com/hellof2e/quark-design/commit/cc191780d08358e4d81c773f1561c70648b2c4c0))

### 🐞 Bug Fixes

* radio check ([a82d54c](https://github.com/hellof2e/quark-design/commit/a82d54ccaa76dcafb7a6cd3eee65641d25b4a2bd))
* raido checked ([b9b799e](https://github.com/hellof2e/quark-design/commit/b9b799e7eb80d56ee6cb3d69ebebb9a6f0db662c))
- radio check ([a82d54c](https://github.com/hellof2e/quark-design/commit/a82d54ccaa76dcafb7a6cd3eee65641d25b4a2bd))
- raido checked ([b9b799e](https://github.com/hellof2e/quark-design/commit/b9b799e7eb80d56ee6cb3d69ebebb9a6f0db662c))

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


### 🎉 Features

* toast 样式优化兼容 ([cc19178](https://github.com/hellof2e/quark-design/commit/cc191780d08358e4d81c773f1561c70648b2c4c0))
- toast 样式优化兼容 ([cc19178](https://github.com/hellof2e/quark-design/commit/cc191780d08358e4d81c773f1561c70648b2c4c0))

### [1.5.5](https://github.com/hellof2e/quark-design/compare/v1.5.4...v1.5.5) (2023-12-27)


### 🎉 Features

* update quarkd ([b96a90b](https://github.com/hellof2e/quark-design/commit/b96a90b503216d32e5062c36ecaf9303772a85b2))

- update quarkd ([b96a90b](https://github.com/hellof2e/quark-design/commit/b96a90b503216d32e5062c36ecaf9303772a85b2))

### 🐞 Bug Fixes

* 修复 toast css max-content 不兼容问题 ([251d365](https://github.com/hellof2e/quark-design/commit/251d3652fe723b3e807daaa64960c06bae039c64))
- 修复 toast css max-content 不兼容问题 ([251d365](https://github.com/hellof2e/quark-design/commit/251d3652fe723b3e807daaa64960c06bae039c64))

### [1.5.4](https://github.com/hellof2e/quark-design/compare/v1.5.3...v1.5.4) (2023-12-27)

Expand Down

0 comments on commit 37c93f8

Please sign in to comment.