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 22, 2024
1 parent e890f2a commit 38d9a5a
Show file tree
Hide file tree
Showing 6 changed files with 1,259 additions and 116 deletions.
561 changes: 561 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.14",
"version": "1.5.15",
"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.14",
"quarkd": "1.5.15",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
781 changes: 671 additions & 110 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions packages/quarkd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# 更新日志

### [1.5.15](https://github.com/hellof2e/quark-design/compare/v1.5.14...v1.5.15) (2024-01-22)

### 🎉 Features

- update quarkd ([50d0c78](https://github.com/hellof2e/quark-design/commit/50d0c78273930e95f447d3e32dcc94311fdfc805))

### 🐞 Bug Fixes

- textarea 默认 rows ([e890f2a](https://github.com/hellof2e/quark-design/commit/e890f2a3560ee207041591ee599cb17dbf12b5c6))

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


### 🎉 Features

* update quarkd ([50d0c78](https://github.com/hellof2e/quark-design/commit/50d0c78273930e95f447d3e32dcc94311fdfc805))


### 🐞 Bug Fixes

* textarea 默认rows ([e890f2a](https://github.com/hellof2e/quark-design/commit/e890f2a3560ee207041591ee599cb17dbf12b5c6))

### [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))
- 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)

Expand Down

0 comments on commit 38d9a5a

Please sign in to comment.