mousheng / lowcoder_CN

🔥🔥🔥开源Retool, Tooljet和Appsmith的替代方案,码匠的开源版
GNU Affero General Public License v3.0
159 stars 47 forks source link

Bump antd-mobile from 5.30.0 to 5.32.2 in /client #29

Closed dependabot[bot] closed 12 months ago

dependabot[bot] commented 1 year ago

Bumps antd-mobile from 5.30.0 to 5.32.2.

Release notes

Sourced from antd-mobile's releases.

v5.32.2

Enhancements

  • CheckList: Support number as value type. (#6335)
  • DesignToken: Replace part of hardcode color with css variables. (#6340)

Bug Fixes

  • Ellipsis: Fix when contains \n , ellipsis calculation not work as expect. (#6342)

优化

  • CheckList: 类型定义支持 number 的值类型。(#6335)
  • DesignToken: 将部分写死颜色值替换为 css variables。(#6340)

修复

  • Ellipsis: 修复包含 \n 换行符时,省略计算不正确的问题。(#6342)

v5.32.1

Enhancements

  • PickerView: align the mouseWheel direction with real world. (#6240)
  • Toast: support rtl mode. (#6287)
  • Calendar: Refactor locale field from method to string to be cache-able. (#6276)
  • Design Token: Replace some style with css variables. (#6320)

Bug Fixes

  • TextArea: Fix rows not limited by autoSize. (#6256)
  • Form: Fix Form.Item className repeat issue. (#6278)
  • PullToRefresh: Fix some time not pull-able. (#6296)
  • FloatingPanel: Fix Unable to preventDefault inside passive event listener invocation warning. (#6284)
  • FloatingPanel: Fix prefixCls not fully apply on the component. (#6297)
  • PickView: Fix prefixCls not fully apply on the component. (#6304)
  • CenterPopup: Fix prefixCls not fully apply on the component. (#6305)
  • WaterMark: Fix css variable --adm-water-mark-z-index not working. (#6330)
  • ErrorBlock: Fix title or description not support 0. (#6309)
  • Popup: Fix scroll issue when in some edge case. (#6254)

优化

  • PickerView: 将 mouseWheel 触发的鼠标滚动方向与实际方向一致。(#6240)
  • Toast: 支持 rtl 模式。(#6287)
  • Calendar: 重构 locale 内容从方法为字符串以支持缓存。(#6276)

... (truncated)

Commits
  • 7481c63 chore: bump 5.32.2
  • 62f23d8 feat: hard-coded colors to use variables instead (#6340)
  • adff6a1 feat(CheckList): allow using number as value (#6335)
  • c4de325 fix: page background in dark theme (#6346)
  • fc9031c doc(icon): add margin (#6347)
  • bb991b8 fix(Ellipsis): the whiteSpace style of the calc container should be the sam...
  • 681671d chore: bump 5.32.1
  • dd02e14 fix: (WaterMark) when not set zIndex props, --adm-water-mark-z-index … (#6330)
  • 8a3f426 enhance: replace missing colors with css variables. fix #6319 (#6320)
  • 6b21558 chore: pickview use classPrefix (#6304)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 12 months ago

Superseded by #40.