mousheng / lowcoder_CN

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

chore(deps): bump antd-mobile from 5.30.0 to 5.32.0 in /client #16

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps antd-mobile from 5.30.0 to 5.32.0.

Release notes

Sourced from antd-mobile's releases.

v5.32.0

Features

  • Locale: Russian language support. (#6224)
  • DatePickerView: Support tillNow. (#6236)

Enhancements

  • Radio: Support onClick event. (#6228)
  • Checkbox: Support onClick event. (#6235)

Bug Fixes

  • Input: Fix type="number" can not type number start with 0. (#6217)
  • VirtualInput: Fix when value is 0 not hide placeholder. (#6231)
  • TextArea: Fix autoSize calculation not correct in some case. (#6239)

特性

  • Locale: 支持俄罗斯语。(#6224)
  • DatePickerView: 支持 tillNow 配置 至今 选项。(#6236)

优化

  • Radio: 支持 onClick 事件。(#6228)
  • Checkbox: 支持 onClick 事件。(#6235)

修复

  • Input: 修复当 type="number" 时,输入数字无法以 0 开头的问题。(#6217)
  • VirtualInput: 修复当值为数字 0 时,占位提示不会消失的问题。(#6231)
  • TextArea: 修复 autoSize 计算异常的问题。(#6239)

v5.31.1

Bug Fixes

  • Form: Fix Subscribe not update when use dynamic renderProps. (#6207)
  • Swiper: Fix onIndexChange trigger when parent component force render. (#6208)
  • NoticeBar: Fix using extra and closable in same time cause UI break line. (#6206)

修复

  • Form: 修复 Subscribe 在动态改变 renderProps 时不会更新的问题。(#6207)
  • Swiper: 修复父组件强制刷新时会导致 onIndexChange 事件被跳过的问题。(#6208)
  • NoticeBar: 修复同时设置 extraclosable 会折行的样式问题。(#6206)

... (truncated)

Commits
  • be422bc chore: bump 5.32.0
  • a765ced chore: auto merge branches (#6244)
  • ae1f895 chore: code style simplify (#6241)
  • d12f5de fix(TextArea): hidden textarea element is not positioned relative to its pare...
  • 374e13d fix: virtual input value 0 (#6231)
  • e286ab7 feat(DatePickerView): support till now (#6236)
  • 2a78b4b enhance: Checkbox add click event (#6235)
  • 6337f96 doc: Improve doc descriptions of some components (#6233)
  • 1029d6f test: fix failed test (#6227)
  • 7f85638 docs: update doc of SwipeAction ProgressBar ProgressCircle Popover Switch (...
  • 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 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 1 year ago

Superseded by #24.