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 25, 2024
1 parent efc5575 commit fd8285b
Show file tree
Hide file tree
Showing 6 changed files with 2,293 additions and 7 deletions.
1,134 changes: 1,134 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.15",
"version": "1.5.17",
"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.15",
"quarkd": "1.5.17",
"@quarkd/reactify": "^1.0.3"
},
"devDependencies": {
Expand Down
1,139 changes: 1,138 additions & 1 deletion 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 @@
# 更新日志

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

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

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


### 🎉 Features

* update quarkd ([50d0c78](https://github.com/hellof2e/quark-design/commit/50d0c78273930e95f447d3e32dcc94311fdfc805))
* 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)

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

Expand Down

0 comments on commit fd8285b

Please sign in to comment.