Skip to content

Commit

Permalink
feat: update quarkd
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanqi9675 committed Jul 31, 2024
1 parent 0e02f5b commit 606f483
Show file tree
Hide file tree
Showing 7 changed files with 2,582 additions and 169 deletions.
1,178 changes: 1,178 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": "2.0.1",
"version": "2.0.4",
"description": "Web components react reactify",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
Expand All @@ -24,7 +24,7 @@
"*.js"
],
"dependencies": {
"quarkd": "2.0.1",
"quarkd": "2.0.4",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
1,497 changes: 1,339 additions & 158 deletions packages/quark-react/src/docs

Large diffs are not rendered by default.

34 changes: 26 additions & 8 deletions packages/quarkd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,41 @@
# 更新日志
### [2.0.2](https://github.com/hellof2e/quark-design/compare/v2.0.1...v2.0.2) (2024-06-19)

### [2.0.4](https://github.com/hellof2e/quark-design/compare/v2.0.3...v2.0.4) (2024-07-31)

### 🎉 Features
### [2.0.3](https://github.com/hellof2e/quark-design/compare/v2.0.2...v2.0.3) (2024-07-31)

* update quarkd ([b60d6ff](https://github.com/hellof2e/quark-design/commit/b60d6ff0415cb78748c82138dc2ee76cd988e819))
### 🐞 Bug Fixes

- h5 demo display ([b730f2b](https://github.com/hellof2e/quark-design/commit/b730f2b22c08f07ad1bbb48387a5c9f6c7fb8f84))
- h5 yml ([25f7809](https://github.com/hellof2e/quark-design/commit/25f7809af9b19383fd46cf2ae07a09d4a00ac978))
- h5 yml ([a5edd55](https://github.com/hellof2e/quark-design/commit/a5edd55a6fd228fad453af0a315049c7da87b370))
- h5 yml ([1470b31](https://github.com/hellof2e/quark-design/commit/1470b311a225bce9b082eb3aed2a297e3a42a305))
- h5 yml ([52b0271](https://github.com/hellof2e/quark-design/commit/52b0271ed11ea418aff6f46584638fa8282008c8))
- h5 yml ([9a33849](https://github.com/hellof2e/quark-design/commit/9a33849dc2dbfe39f540903378db2bd6edc02d7e))
- h5 yml ([afebe94](https://github.com/hellof2e/quark-design/commit/afebe94c8318bc1b4e41df2b6e3ab2bc090adde9))
- h5 yml ([a286e18](https://github.com/hellof2e/quark-design/commit/a286e184dd6e8e6a7bbfb15de0647afc7b60684a))
- sites mobile-vue layout ([f1bd8e3](https://github.com/hellof2e/quark-design/commit/f1bd8e3b2fc192ffa2a9b67a7b547b15fac5ec6e))

### Documentation

* migration website to quark-ecosystem ([cd7dd50](https://github.com/hellof2e/quark-design/commit/cd7dd50bf9aaccf5eabeaa27744dfef6cbdb9f8c))
* migration website to quark-ecosystem ([a1fd820](https://github.com/hellof2e/quark-design/commit/a1fd820ada7979b30d8119d7dbdb2062dc993d7b))
* migration website to quark-ecosystem ([3e78e05](https://github.com/hellof2e/quark-design/commit/3e78e05aeb97e9f9347662a5eab133117d037291))
* migration website to quark-ecosystem ([1ca47e1](https://github.com/hellof2e/quark-design/commit/1ca47e13cc5da469c297ce9633f7c9309ca9064c))
- 版本号变更和 changelog ([#342](https://github.com/hellof2e/quark-design/issues/342)) ([0e02f5b](https://github.com/hellof2e/quark-design/commit/0e02f5b280fcb59c058f7850316786c9e8a10e57))

### [2.0.2](https://github.com/hellof2e/quark-design/compare/v2.0.1...v2.0.2) (2024-06-19)

### 🎉 Features

- update quarkd ([b60d6ff](https://github.com/hellof2e/quark-design/commit/b60d6ff0415cb78748c82138dc2ee76cd988e819))

### Documentation

- migration website to quark-ecosystem ([cd7dd50](https://github.com/hellof2e/quark-design/commit/cd7dd50bf9aaccf5eabeaa27744dfef6cbdb9f8c))
- migration website to quark-ecosystem ([a1fd820](https://github.com/hellof2e/quark-design/commit/a1fd820ada7979b30d8119d7dbdb2062dc993d7b))
- migration website to quark-ecosystem ([3e78e05](https://github.com/hellof2e/quark-design/commit/3e78e05aeb97e9f9347662a5eab133117d037291))
- migration website to quark-ecosystem ([1ca47e1](https://github.com/hellof2e/quark-design/commit/1ca47e13cc5da469c297ce9633f7c9309ca9064c))

### 🐞 Bug Fixes

* **toast:** max-width not working ([029d1b5](https://github.com/hellof2e/quark-design/commit/029d1b549ae866b9e79d7a0e2fef4d999f0749c9))
- **toast:** max-width not working ([029d1b5](https://github.com/hellof2e/quark-design/commit/029d1b549ae866b9e79d7a0e2fef4d999f0749c9))

### [2.0.1](https://github.com/hellof2e/quark-design/compare/v2.0.0...v2.0.1) (2024-03-19)

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": "2.0.2",
"version": "2.0.4",
"description": "Mobile UI Components built on Web Components.",
"main": "lib/index.js",
"module": "lib/index.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/quarkd/src/docs
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# 更新日志
### [2.0.4](https://github.com/hellof2e/quark-design/compare/v2.0.3...v2.0.4) (2024-07-31)

### [2.0.3](https://github.com/hellof2e/quark-design/compare/v2.0.2...v2.0.3) (2024-07-31)


### 🐞 Bug Fixes

* h5 demo display ([b730f2b](https://github.com/hellof2e/quark-design/commit/b730f2b22c08f07ad1bbb48387a5c9f6c7fb8f84))
* h5 yml ([25f7809](https://github.com/hellof2e/quark-design/commit/25f7809af9b19383fd46cf2ae07a09d4a00ac978))
* h5 yml ([a5edd55](https://github.com/hellof2e/quark-design/commit/a5edd55a6fd228fad453af0a315049c7da87b370))
* h5 yml ([1470b31](https://github.com/hellof2e/quark-design/commit/1470b311a225bce9b082eb3aed2a297e3a42a305))
* h5 yml ([52b0271](https://github.com/hellof2e/quark-design/commit/52b0271ed11ea418aff6f46584638fa8282008c8))
* h5 yml ([9a33849](https://github.com/hellof2e/quark-design/commit/9a33849dc2dbfe39f540903378db2bd6edc02d7e))
* h5 yml ([afebe94](https://github.com/hellof2e/quark-design/commit/afebe94c8318bc1b4e41df2b6e3ab2bc090adde9))
* h5 yml ([a286e18](https://github.com/hellof2e/quark-design/commit/a286e184dd6e8e6a7bbfb15de0647afc7b60684a))
* sites mobile-vue layout ([f1bd8e3](https://github.com/hellof2e/quark-design/commit/f1bd8e3b2fc192ffa2a9b67a7b547b15fac5ec6e))


### Documentation

* 版本号变更和changelog ([#342](https://github.com/hellof2e/quark-design/issues/342)) ([0e02f5b](https://github.com/hellof2e/quark-design/commit/0e02f5b280fcb59c058f7850316786c9e8a10e57))

### [2.0.2](https://github.com/hellof2e/quark-design/compare/v2.0.1...v2.0.2) (2024-06-19)


Expand Down
14 changes: 14 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10173,6 +10173,20 @@ quarkc@^1.0.39:
dependencies:
"@babel/runtime" "^7.22.5"

[email protected]:
version "2.0.1"
resolved "https://registry.yarnpkg.com/quarkd/-/quarkd-2.0.1.tgz#135745dc0ad24a889340d15101c084fbc461e510"
integrity sha512-W65wHX3YN0YkwKgwW8Kt9Jf88neJEs8lf/KPFoGWY4aSqzUPtR/NkNRys6f7+QBoDReepblxSJfj/VG02nOzuQ==
dependencies:
"@better-scroll/core" "^2.4.2"
"@better-scroll/slide" "^2.4.2"
"@better-scroll/wheel" "^2.4.2"
"@quarkd/icons" "^1.0.4"
async-validator "^4.2.5"
body-scroll-lock "3.1.5"
lodash.assign "^4.2.0"
quarkc "^1.0.39"

queue-microtask@^1.2.2:
version "1.2.3"
resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz"
Expand Down

0 comments on commit 606f483

Please sign in to comment.