Skip to content

Commit

Permalink
chore: release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Sep 12, 2024
1 parent 1d1771a commit bbfe3b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-react",
"purename": "tdesign",
"version": "1.8.1",
"version": "1.8.2",
"description": "TDesign Component for React",
"title": "tdesign-react",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 43 files
+27 −27 .github/workflows/pull-request.yml
+47 −0 docs/mobile/api/checkbox.en-US.md
+26 −14 docs/mobile/api/checkbox.md
+23 −0 docs/mobile/api/empty.en-US.md
+23 −0 docs/mobile/api/empty.md
+19 −0 docs/mobile/api/image-viewer.en-US.md
+6 −5 docs/mobile/api/image-viewer.md
+17 −0 docs/mobile/api/indexes.en-US.md
+6 −0 docs/mobile/api/indexes.md
+19 −0 docs/mobile/api/popover.en-US.md
+19 −0 docs/mobile/api/popover.md
+15 −0 docs/mobile/api/pull-down-refresh.en-US.md
+3 −11 docs/mobile/api/pull-down-refresh.md
+35 −0 docs/mobile/api/radio.en-US.md
+23 −5 docs/mobile/api/radio.md
+35 −0 docs/mobile/api/stepper.en-US.md
+16 −10 docs/mobile/api/stepper.md
+33 −0 docs/mobile/api/swipe-cell.en-US.md
+9 −29 docs/mobile/api/swipe-cell.md
+39 −0 docs/mobile/api/tabs.en-US.md
+15 −17 docs/mobile/api/tabs.md
+26 −0 docs/web/api/list.en-US.md
+30 −0 docs/web/api/list.md
+1 −0 js/avatar/utils.ts
+72 −16 js/input-number/large-number.ts
+6 −1 js/input-number/number.ts
+3 −2 style/mobile/_variables.less
+6 −6 style/mobile/components/_index.less
+16 −12 style/mobile/components/avatar/v2/_index.less
+9 −0 style/mobile/components/avatar/v2/_mixin.less
+11 −8 style/mobile/components/avatar/v2/_var.less
+1 −71 style/mobile/components/button/v2/_index.less
+1 −16 style/mobile/components/button/v2/_var.less
+24 −14 style/mobile/components/radio/v2/_index.less
+5 −0 style/mobile/components/radio/v2/_mixin.less
+1 −1 style/mobile/components/result/v2/_var.less
+1 −1 style/mobile/components/swipe-cell/v2/_index.less
+1 −1 style/mobile/components/toast/v2/_index.less
+1 −1 style/mobile/package.json
+37 −0 style/mobile/theme/_font.less
+2 −0 style/mobile/theme/_index.less
+41 −0 test/unit/input-number/formatDecimal.test.js
+23 −6 test/unit/input-number/largeNumberToFixed.test.js

0 comments on commit bbfe3b9

Please sign in to comment.