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 Jul 27, 2023
1 parent 84e1cba commit 46ddb2c
Show file tree
Hide file tree
Showing 6 changed files with 1,167 additions and 100 deletions.
511 changes: 511 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.1.2",
"version": "1.2.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.1.2",
"quarkd": "1.2.0",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
691 changes: 601 additions & 90 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

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

## [1.2.0](https://github.com/hellof2e/quark-design/compare/v1.1.2...v1.2.0) (2023-07-27)

### 🎉 Features

- code review 问题修复 ([eabf8c6](https://github.com/hellof2e/quark-design/commit/eabf8c63802a0aa1a5116f11ffc24c59c916d7f8))
- form slot crrent 判空 ([698a7d6](https://github.com/hellof2e/quark-design/commit/698a7d692e23ea2922da83acbe1076d5969763d5))
- picker datetime-picker cascader-picker 支持点击遮罩关闭 ([69acd57](https://github.com/hellof2e/quark-design/commit/69acd57fac101963b53a34e13f2c276edd743bbc))
- swipe-cell cr ([bbf441d](https://github.com/hellof2e/quark-design/commit/bbf441d69a5b9172b3729c2c87e728d87ed0c9ef))
- swipe-cell 开发 ([69d7a10](https://github.com/hellof2e/quark-design/commit/69d7a10baef104299107899575777fca1d5a7a7d))
- swipe-cell 开发 ([61fbbc2](https://github.com/hellof2e/quark-design/commit/61fbbc21b67b11e254fb980e6c4248454067baee))
- swipe-cell 异步返回开发 ([5402848](https://github.com/hellof2e/quark-design/commit/54028482cd10bf67bad4129af816f3d1b4ce6304))
- swipe-cell 开发 ([95b70d9](https://github.com/hellof2e/quark-design/commit/95b70d995cfe59da05a6c4b9e25398b342a4cd72))
- swipe-cell 开发 ([2795032](https://github.com/hellof2e/quark-design/commit/279503267921378cdbd152420eb61a8d6f3da175))
- update ([02fa178](https://github.com/hellof2e/quark-design/commit/02fa1785ccc72bfc138746871bc9a71ff60b7189))
- update radio remove console ([344a493](https://github.com/hellof2e/quark-design/commit/344a4939cdb97e07e080d661f307d041d52570e2))
- 单测删除 ([0c7fa93](https://github.com/hellof2e/quark-design/commit/0c7fa93f5f961d992c4091ea5368a9dac680842b))
- 补充单测 ([54a94ec](https://github.com/hellof2e/quark-design/commit/54a94ec3548cf847272dd1446f1bbf38eeb07994))

### 🐞 Bug Fixes

- swpie indicator ([84e1cba](https://github.com/hellof2e/quark-design/commit/84e1cba7b95b68c9be9e79f8f1379f00c0f0903a))

### [1.1.2](https://github.com/hellof2e/quark-design/compare/v1.1.1...v1.1.2) (2023-07-26)

### 🎉 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.1.2",
"version": "1.2.0",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
37 changes: 30 additions & 7 deletions packages/quarkd/src/docs
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# 更新日志
### [1.1.2](https://github.com/hellof2e/quark-design/compare/v1.1.1...v1.1.2) (2023-07-26)
## [1.2.0](https://github.com/hellof2e/quark-design/compare/v1.1.2...v1.2.0) (2023-07-27)


### 🎉 Features

* code review 问题修复 ([eabf8c6](https://github.com/hellof2e/quark-design/commit/eabf8c63802a0aa1a5116f11ffc24c59c916d7f8))
* form slot crrent 判空 ([698a7d6](https://github.com/hellof2e/quark-design/commit/698a7d692e23ea2922da83acbe1076d5969763d5))
* picker datetime-picker cascader-picker支持点击遮罩关闭 ([69acd57](https://github.com/hellof2e/quark-design/commit/69acd57fac101963b53a34e13f2c276edd743bbc))
* swipe-cell cr ([bbf441d](https://github.com/hellof2e/quark-design/commit/bbf441d69a5b9172b3729c2c87e728d87ed0c9ef))
* swipe-cell 开发 ([69d7a10](https://github.com/hellof2e/quark-design/commit/69d7a10baef104299107899575777fca1d5a7a7d))
* swipe-cell 开发 ([61fbbc2](https://github.com/hellof2e/quark-design/commit/61fbbc21b67b11e254fb980e6c4248454067baee))
* swipe-cell 异步返回开发 ([5402848](https://github.com/hellof2e/quark-design/commit/54028482cd10bf67bad4129af816f3d1b4ce6304))
* swipe-cell开发 ([95b70d9](https://github.com/hellof2e/quark-design/commit/95b70d995cfe59da05a6c4b9e25398b342a4cd72))
* swipe-cell开发 ([2795032](https://github.com/hellof2e/quark-design/commit/279503267921378cdbd152420eb61a8d6f3da175))
* update ([02fa178](https://github.com/hellof2e/quark-design/commit/02fa1785ccc72bfc138746871bc9a71ff60b7189))
* update radio remove console ([344a493](https://github.com/hellof2e/quark-design/commit/344a4939cdb97e07e080d661f307d041d52570e2))
* 单测删除 ([0c7fa93](https://github.com/hellof2e/quark-design/commit/0c7fa93f5f961d992c4091ea5368a9dac680842b))
* 补充单测 ([54a94ec](https://github.com/hellof2e/quark-design/commit/54a94ec3548cf847272dd1446f1bbf38eeb07994))


### 🐞 Bug Fixes

* swpie indicator ([84e1cba](https://github.com/hellof2e/quark-design/commit/84e1cba7b95b68c9be9e79f8f1379f00c0f0903a))

### [1.1.2](https://github.com/hellof2e/quark-design/compare/v1.1.1...v1.1.2) (2023-07-26)

### 🎉 Features

* form demo 文档修改 ([93b703a](https://github.com/hellof2e/quark-design/commit/93b703a37324a04b8510a902846249d38e23f657))
* normal size 样式补充 ([e97512d](https://github.com/hellof2e/quark-design/commit/e97512df9265aa6e513ee07dd3cbcda2b78aa1ba))
* radio demo css 修改 ([21568af](https://github.com/hellof2e/quark-design/commit/21568af1f74e0235d36a057f2f8783bcb80e9914))
* update quarkc ([47543c2](https://github.com/hellof2e/quark-design/commit/47543c2139a88b0a4ac9c41a0f76ab618c673291))
* update quarkd ([3916171](https://github.com/hellof2e/quark-design/commit/39161711b552c1dc47c252af3718ba216470b137))
* 重构 radio ([91585b3](https://github.com/hellof2e/quark-design/commit/91585b391dca4769cb172400e888b13399dc499c))
- form demo 文档修改 ([93b703a](https://github.com/hellof2e/quark-design/commit/93b703a37324a04b8510a902846249d38e23f657))
- normal size 样式补充 ([e97512d](https://github.com/hellof2e/quark-design/commit/e97512df9265aa6e513ee07dd3cbcda2b78aa1ba))
- radio demo css 修改 ([21568af](https://github.com/hellof2e/quark-design/commit/21568af1f74e0235d36a057f2f8783bcb80e9914))
- update quarkc ([47543c2](https://github.com/hellof2e/quark-design/commit/47543c2139a88b0a4ac9c41a0f76ab618c673291))
- update quarkd ([3916171](https://github.com/hellof2e/quark-design/commit/39161711b552c1dc47c252af3718ba216470b137))
- 重构 radio ([91585b3](https://github.com/hellof2e/quark-design/commit/91585b391dca4769cb172400e888b13399dc499c))

### [1.1.1](https://github.com/hellof2e/quark-design/compare/v1.1.0...v1.1.1) (2023-07-24)

Expand Down

0 comments on commit 46ddb2c

Please sign in to comment.