Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump antd from 4.6.6 to 4.15.0 in /superset-frontend #16

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 8, 2021

Bumps antd from 4.6.6 to 4.15.0.

Release notes

Sourced from antd's releases.

4.15.0

  • 🆕 Table now supports rowSelection.defaultSelectedRowKeys. #29879 @​keelii
  • 🐞 Fix TextArea display value will be cut by maxLength when in controlled. Fix onCompositionEnd not trigger when input exceed maxLength. Fix emoji count not align with maxLength & showCount. #29867
  • 🐞 Fix Button click effect style not working in shadow root. #29897 @​JohnDeved
  • Pagination
    • 💄 Fix Pagination focus style stay after interaction. #29891
    • 🐞 Fix Pagination jump input height not correct when config modifyVars. #29886 @​SyMind
  • 🐞 Fix Steps progress item getting cut at edge. #29893
  • 🛠 Prevent Upload drop event bubbling to handle nest case. #29832 @​jojonarte
  • 🐞 Apply ConfigProvider componentSize on Tabs component. #29844 @​bn3t
  • 💄 Remove Tag hover style since it do not have click interactive. #29874
  • 🇫🇷 Add missing fr_FR translations. #29839 @​bn3t
  • 🇸🇪 Add missing sv_SE translations. #29896 @​isakol

  • 🆕 Table 新增 rowSelection.defaultSelectedRowKeys 支持。#29879 @​keelii
  • 🐞 修复 TextArea 受控时展示值会被 maxLength 截取的问题;修复 maxLength 下超出部分无法触发 onCompositionEnd 事件的问题;修复使用 emoji 时 maxLengthshowCount 计数逻辑不一致的问题。#29867
  • 🐞 修复 Button 点击效果在 Shadow Root 下不生效的问题。#29897 @​JohnDeved
  • Pagination
    • 💄 优化 Pagination 切换页码后 focus 样式遗留的问题。#29891
    • 🐞 修复 Pagination 使用 modifyVars 自定义主题时,页面跳转输入框高度没有按照预期改变。#29886 @​SyMind
  • 🐞 修复 Steps 进度在边缘会被截断的问题。#29893
  • 🛠 Upload 默认阻止拖拽冒泡事件以支持嵌套结构。#29832 @​jojonarte
  • 🐞 ConfigProvider 的 componentSize 现在也会作用到 Tabs 上。#29844 @​bn3t
  • 💄 移除 Tag 鼠标悬浮样式以避免其误以为是可点击交互组件。#29874
  • 🇫🇷 补充 fr_FR 语言缺失内容。#29839 @​bn3t
  • 🇸🇪 补充 sv_SE 语言缺失内容。#29896 @​isakol

4.14.1

  • 🐞 Fix Tabs position shift when active item changed. #29781
  • 🐞 Fix placeholder not being hidden when Image is loaded from cache. #29829
  • 💄 Improve Checkbox/Radio label text layout. #29788
  • TypeScript
    • 🤖 Fix Upload type declaration of beforeUpload. #29766

  • 🐞 修复 Tabs 切换时标题宽度变化的问题。#29781
  • 🐞 修复 Image 从缓存加载图片时,placeholder 不会隐藏的问题。#29829
  • 💄 优化 Checkbox/Radio 文本的换行展示样式。#29788
  • TypeScript
    • 🤖 修复 Upload beforeUpload 属性类型声明。#29766

4.14.0

  • Upload
    • 🆕 Upload onChange to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via onChange.info.originFileObj. For future upgrades, please use this method to access the original text first. #29737
    • 🐞 Fix Upload onChange params file can not cloneDeep by lodash. #29718
    • 🐞 Fix Upload crash when fileList is null. #29702
    • 💄 Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. #29686
  • 🐞 Fix the bug that Modal footer buttons not spaced properly when using href in button. #29681 @​n0ruSh
  • 🆕 Add parent class for different Notification types. #29634 @​n0ruSh
  • 🆕 Typography editable supports onCancel and onEnd. #29615 @​jueinin
  • Tabs

... (truncated)

Changelog

Sourced from antd's changelog.

4.15.0

2021-03-29

  • 🆕 Table now supports rowSelection.defaultSelectedRowKeys. #29879 @​keelii
  • 🐞 Fix TextArea display value will be cut by maxLength when in controlled. Fix onCompositionEnd not trigger when input exceed maxLength. Fix emoji count not align with maxLength & showCount. #29867
  • 🐞 Fix Button click effect style not working in shadow root. #29897 @​JohnDeved
  • Pagination
    • 💄 Fix Pagination focus style stay after interaction. #29891
    • 🐞 Fix Pagination jump input height not correct when config modifyVars. #29886 @​SyMind
  • 🐞 Fix Steps progress item getting cut at edge. #29893
  • 🛠 Prevent Upload drop event bubbling to handle nest case. #29832 @​jojonarte
  • 🐞 Apply ConfigProvider componentSize on Tabs component. #29844 @​bn3t
  • 💄 Remove Tag hover style since it do not have click interactive. #29874
  • 🇫🇷 Add missing fr_FR translations. #29839 @​bn3t
  • 🇸🇪 Add missing sv_SE translations. #29896 @​isakol

4.14.1

2021-03-22

  • 🐞 Fix Tabs position shift when active item changed. #29781
  • 🐞 Fix placeholder not being hidden when Image is loaded from cache. #29829
  • 💄 Improve Checkbox/Radio label text layout. #29788
  • TypeScript
    • 🤖 Fix Upload type declaration of beforeUpload. #29766

4.14.0

2021-03-14

  • Upload
    • 🆕 Upload onChange to change back to the original behavior (before Upload false returns the original file, and the rest of the scene returns the encapsulated object). Now you can always get the original file via onChange.info.originFileObj. For future upgrades, please use this method to access the original text first. #29737
    • 🐞 Fix Upload onChange params file can not cloneDeep by lodash. #29718
    • 🐞 Fix Upload crash when fileList is null. #29702
    • 💄 Upload motion add 2s deadline to avoid developer manually remove motion makes hanging. #29686
  • 🐞 Fix the bug that Modal footer buttons not spaced properly when using href in button. #29681 @​n0ruSh
  • 🆕 Add parent class for different Notification types. #29634 @​n0ruSh
  • 🆕 Typography editable supports onCancel and onEnd. #29615 @​jueinin
  • Tabs
  • 🐞 Button with htmlType='reset' will reset all form fileds. #29752 @​jueinin
  • 🐞 Fix AutoComplete custom input className missing. #29725
  • 💄 Fix console warning when setting margin style on Row. #29688
  • 💄 Fix the error style where the disabled Input has affix elements. #29670
  • 💄 Optimize the cursor style of Form.Item tooltip info. #29650
  • 🇨🇿 Fix typo in cs_CZ locale. #29675 @​jvaclavik
  • 🇨🇦 Add fr_CA locale. #29748 @​liufenghua808

... (truncated)

Commits

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 @github
Copy link
Author

dependabot bot commented on behalf of github Apr 8, 2021

The following labels could not be found: npm, dependabot.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github May 11, 2021

Superseded by #17.

@dependabot dependabot bot closed this May 11, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/superset-frontend/antd-4.15.0 branch May 11, 2021 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants