Skip to content

Commit

Permalink
feat: update quarkd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqi9675 committed Jan 19, 2024
1 parent dab58ac commit 50d0c78
Show file tree
Hide file tree
Showing 6 changed files with 1,244 additions and 113 deletions.
559 changes: 559 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.13",
"version": "1.5.14",
"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.13",
"quarkd": "1.5.14",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
773 changes: 666 additions & 107 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,5 +1,12 @@
# 更新日志

### [1.5.14](https://github.com/hellof2e/quark-design/compare/v1.5.13...v1.5.14) (2024-01-19)

### 🎉 Features

- update quarkd ([9e44e81](https://github.com/hellof2e/quark-design/commit/9e44e816ba5a0e726d841ac3085a0e8f10766987))
- 修复非 loading toast zIndex 属性不生效/popup-extra 暴露背景 ([510e9cf](https://github.com/hellof2e/quark-design/commit/510e9cf20fd9e1f1aa573c3ee728c9330a0c928e))

### [1.5.13](https://github.com/hellof2e/quark-design/compare/v1.5.12...v1.5.13) (2024-01-19)

### 🎉 Features
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.13",
"version": "1.5.14",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
12 changes: 9 additions & 3 deletions packages/quarkd/src/docs
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
# 更新日志
### [1.5.13](https://github.com/hellof2e/quark-design/compare/v1.5.12...v1.5.13) (2024-01-19)
### [1.5.14](https://github.com/hellof2e/quark-design/compare/v1.5.13...v1.5.14) (2024-01-19)


### 🎉 Features

* update quarkd ([03db543](https://github.com/hellof2e/quark-design/commit/03db5439e202d28e92c444074499d253d5b86404))
* update quarkd ([9e44e81](https://github.com/hellof2e/quark-design/commit/9e44e816ba5a0e726d841ac3085a0e8f10766987))
* 修复非loading toast zIndex属性不生效/popup-extra暴露背景 ([510e9cf](https://github.com/hellof2e/quark-design/commit/510e9cf20fd9e1f1aa573c3ee728c9330a0c928e))

### [1.5.13](https://github.com/hellof2e/quark-design/compare/v1.5.12...v1.5.13) (2024-01-19)

### 🎉 Features

- update quarkd ([03db543](https://github.com/hellof2e/quark-design/commit/03db5439e202d28e92c444074499d253d5b86404))

### 🐞 Bug Fixes

* swipe bug ([463a41d](https://github.com/hellof2e/quark-design/commit/463a41db96288efd0160cfc0ecbb57dc39949c94))
- swipe bug ([463a41d](https://github.com/hellof2e/quark-design/commit/463a41db96288efd0160cfc0ecbb57dc39949c94))

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

Expand Down

0 comments on commit 50d0c78

Please sign in to comment.