Skip to content

Commit

Permalink
feat: update quarkd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqi9675 committed Jun 21, 2023
1 parent 33d66b3 commit b502aef
Show file tree
Hide file tree
Showing 7 changed files with 3,599 additions and 10,624 deletions.
5,779 changes: 3,106 additions & 2,673 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.0.66",
"version": "1.0.67",
"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.0.66",
"quarkd": "1.0.67",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
453 changes: 453 additions & 0 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

34 changes: 22 additions & 12 deletions packages/quarkd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,45 @@
# 更新日志

### [1.0.67](https://github.com/hellof2e/quark-design/compare/v1.0.66...v1.0.67) (2023-06-21)

### 🎉 Features

- code optimize ([d95bd29](https://github.com/hellof2e/quark-design/commit/d95bd29277e85cafaa85889cff525f458e7a27dd))
- code optimize ([4314138](https://github.com/hellof2e/quark-design/commit/43141386f4b11ae7e9e047e194affc35f19b7c6f))
- update button demo ([c9b9e13](https://github.com/hellof2e/quark-design/commit/c9b9e13c10ab6613e89ec7b4948955fe3e38369d))
- update dialog readme ([635a1dd](https://github.com/hellof2e/quark-design/commit/635a1dd612b84e9bec7b7e6ec6df2f280eb569f9))

### 🐞 Bug Fixes

- 修复 checkbox,radio 样式问题 ([33d66b3](https://github.com/hellof2e/quark-design/commit/33d66b35fd90535294e9d76b68c0b1cb63f04955))

### [1.0.66](https://github.com/hellof2e/quark-design/compare/v1.0.65...v1.0.66) (2023-06-16)

### [1.0.65](https://github.com/hellof2e/quark-design/compare/v1.0.64...v1.0.65) (2023-06-16)


### 🎉 Features

* upload 增加自定义删除icon 功能 ([b5136f9](https://github.com/hellof2e/quark-design/commit/b5136f986a900d050b841b381ab8aac6ed7c4612))
- upload 增加自定义删除 icon 功能 ([b5136f9](https://github.com/hellof2e/quark-design/commit/b5136f986a900d050b841b381ab8aac6ed7c4612))

### [1.0.64](https://github.com/hellof2e/quark-design/compare/v1.0.63...v1.0.64) (2023-06-13)


### 🎉 Features

* uploader 组件新增 failed 状态 及示例 ([faca121](https://github.com/hellof2e/quark-design/commit/faca121f5e2f3e9af22b082384189d50ef8c980f))
- uploader 组件新增 failed 状态 及示例 ([faca121](https://github.com/hellof2e/quark-design/commit/faca121f5e2f3e9af22b082384189d50ef8c980f))

### [1.0.63](https://github.com/hellof2e/quark-design/compare/v1.0.62...v1.0.63) (2023-06-12)


### 🎉 Features

* radio optimize ([4214825](https://github.com/hellof2e/quark-design/commit/42148252bc4703e9681e6136748df36e302ce914))
* radio optimize ([44ad7c4](https://github.com/hellof2e/quark-design/commit/44ad7c47af7af8c3ff24c97ea2389862fc222e2e))
* radio optimize ([74d7ce5](https://github.com/hellof2e/quark-design/commit/74d7ce505bcc7368c25297b0731a951214823551))
* radio optimize ([f780bf7](https://github.com/hellof2e/quark-design/commit/f780bf7eda47a772c6409ee1d342ca811479b14e))
* radio optimize ([4c45d82](https://github.com/hellof2e/quark-design/commit/4c45d82e039fbd4d874d73b600a0afc47919e7b0))

- radio optimize ([4214825](https://github.com/hellof2e/quark-design/commit/42148252bc4703e9681e6136748df36e302ce914))
- radio optimize ([44ad7c4](https://github.com/hellof2e/quark-design/commit/44ad7c47af7af8c3ff24c97ea2389862fc222e2e))
- radio optimize ([74d7ce5](https://github.com/hellof2e/quark-design/commit/74d7ce505bcc7368c25297b0731a951214823551))
- radio optimize ([f780bf7](https://github.com/hellof2e/quark-design/commit/f780bf7eda47a772c6409ee1d342ca811479b14e))
- radio optimize ([4c45d82](https://github.com/hellof2e/quark-design/commit/4c45d82e039fbd4d874d73b600a0afc47919e7b0))

### 🐞 Bug Fixes

* uploader doc err ([9d69eaf](https://github.com/hellof2e/quark-design/commit/9d69eaf6fe2cbc8740ee50e67ae10959e20252e8))
- uploader doc err ([9d69eaf](https://github.com/hellof2e/quark-design/commit/9d69eaf6fe2cbc8740ee50e67ae10959e20252e8))

### [1.0.62](https://github.com/hellof2e/quark-design/compare/v1.0.61...v1.0.62) (2023-06-09)

Expand Down
Loading

0 comments on commit b502aef

Please sign in to comment.