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 Mar 18, 2024
1 parent f12f458 commit 82acf21
Show file tree
Hide file tree
Showing 6 changed files with 1,721 additions and 568 deletions.
570 changes: 570 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.17",
"version": "2.0.0",
"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.17",
"quarkd": "2.0.0",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
1,689 changes: 1,128 additions & 561 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

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

## [2.0.0](https://github.com/hellof2e/quark-design/compare/v1.5.17...v2.0.0) (2024-03-18)

### 🎉 Features

- support part pseudo-element ([62cd667](https://github.com/hellof2e/quark-design/commit/62cd667955178b167027285ebea3ff1d9767e9c4))
- update quarkd ([fd8285b](https://github.com/hellof2e/quark-design/commit/fd8285be093acaffe05e8ffc0beecd74c4995697))
- 文档补充 ([#329](https://github.com/hellof2e/quark-design/issues/329)) ([7a7940e](https://github.com/hellof2e/quark-design/commit/7a7940e007540a23d14d917b5910de6f0e2acf69))

### [1.5.17](https://github.com/hellof2e/quark-design/compare/v1.5.16...v1.5.17) (2024-01-25)

### 🎉 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.17",
"version": "2.0.0",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
16 changes: 12 additions & 4 deletions packages/quarkd/src/docs
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# 更新日志
### [1.5.17](https://github.com/hellof2e/quark-design/compare/v1.5.16...v1.5.17) (2024-01-25)
## [2.0.0](https://github.com/hellof2e/quark-design/compare/v1.5.17...v2.0.0) (2024-03-18)


### 🎉 Features

* support part pseudo-element ([62cd667](https://github.com/hellof2e/quark-design/commit/62cd667955178b167027285ebea3ff1d9767e9c4))
* update quarkd ([fd8285b](https://github.com/hellof2e/quark-design/commit/fd8285be093acaffe05e8ffc0beecd74c4995697))
* 文档补充 ([#329](https://github.com/hellof2e/quark-design/issues/329)) ([7a7940e](https://github.com/hellof2e/quark-design/commit/7a7940e007540a23d14d917b5910de6f0e2acf69))

### [1.5.17](https://github.com/hellof2e/quark-design/compare/v1.5.16...v1.5.17) (2024-01-25)

### 🎉 Features

* merge tab ([efc5575](https://github.com/hellof2e/quark-design/commit/efc55757c912919790017d520a7cdce49f229177))
* tabs新增收缩模式 ([6a8f629](https://github.com/hellof2e/quark-design/commit/6a8f6297a73c352641781449071271eada0e2b9b))
* 文字选中设置背景色透明 ([2cf81dc](https://github.com/hellof2e/quark-design/commit/2cf81dc84963ce4ba91c939e08099daeea7a6d56))
- merge tab ([efc5575](https://github.com/hellof2e/quark-design/commit/efc55757c912919790017d520a7cdce49f229177))
- tabs 新增收缩模式 ([6a8f629](https://github.com/hellof2e/quark-design/commit/6a8f6297a73c352641781449071271eada0e2b9b))
- 文字选中设置背景色透明 ([2cf81dc](https://github.com/hellof2e/quark-design/commit/2cf81dc84963ce4ba91c939e08099daeea7a6d56))

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

Expand Down

0 comments on commit 82acf21

Please sign in to comment.