Code Monkey home page Code Monkey logo

Comments (38)

greenkeeper avatar greenkeeper commented on June 12, 2024

After pinning to 3.20.4 your tests are passing again. Downgrade this dependency 📌.

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.20.5 to 3.20.6.

Your tests are still failing with this version. Compare changes

Release Notes for 3.20.6
  • 🐞 Fix Col miss the place when its height is 0. #17748 @yoyo837
  • 🐞 Fix Cascader was broken when options's children is null. #17756
  • 🐞 Fix Checkbox padding where all spans align left. #17752 #17761 @inovux
  • 🐞 Fix Input line height style bug in IE. #17759
  • 🐞 Fix last item of Rate has additional margin. #17764 @inovux
  • 🐞 Fix Radio.Button disabled item border style. #17775
  • 🐞 Fix DatePicker @input-hover-border-color variables not working. #17784
  • 🐞 Fix Transfer not re-render list when dataSource with lazy. #17783
  • 🐞 Fix RangePicker defaultValue startTime later than endTime. #17694 @mraiguo
  • 💄 Tweak long placeholder truncate style. #17797 @Kapiroska
  • 🐞 Fix Menu circular dependencies. #17805 @phthhieu
  • 🐞 Fix Alert message style. #17808 @mtadams007
  • 🐞 Fix Result extra is not centered. #17786 @nnecec
  • 🐞 Fix Progress with mini value not keeps bar radius round. #17819
  • 🐞 Fix Statistic.Countdown format not escaping characters in square brackets. #17841
  • 🐞 Fix Table custom filterDropdown always triggering onChange in some situations. #17846
  • 🐞 Fix TimePicker weird render bug in Safari. #17857

  • 🐞 修复 Col 在高度为 0 时的占位问题。 #17748 @yoyo837
  • 🐞 修复 Cascader optionschildrennull 时报错的问题。#17756
  • 🐞 修复 Checkbox 左对齐的内边距问题。#17752 #17761 @inovux
  • 🐞 修复 Input 在 IE 下错位的问题。#17759
  • 🐞 修复最后一个 Rate 有额外边距的问题。#17764 @inovux
  • 🐞 修复 Radio.Button 失效项的边框样式问题。#17775
  • 🐞 修复 DatePicker @input-hover-border-color 变量不生效的问题。#17784
  • 🐞 修复 Transfer 在 lazy 时更新数据不触发重新渲染的问题。#17783
  • 🐞 修复 RangePicker defaultValue 中开始时间可大于结束时间的问题。#17694 @mraiguo
  • 💄 优化 placeholder 文字过长时的截断样式兼容性问题。#17797 @Kapiroska
  • 🐞 修复 Menu 循环依赖的问题。#17805 @phthhieu
  • 🐞 修复 Alert message 样式问题。#17808 @mtadams007
  • 🐞 修复 Result extra 部分不居中的问题。#17786 @nnecec
  • 🐞 修复 Progress 在 value 较小时,左边条不够圆的问题。#17819
  • 🐞 修复 Statistic.Countdown format 不支持方括号保留字符串的问题。#17841
  • 🐞 修复 Table 自定义 filterDropdown 在某些情况下消失时总是触发 onChange 的问题。#17846
  • 🐞 修复 TimePicker 在 Safari 下的滚动条渲染问题。#17857
Commits

The new version differs by 52 commits.

  • 3e62daf Release 3.20.6 (#17861)
  • eb6307f :memo: changelog
  • f7d7d58 fix: readme
  • 5752fb5 fix: lazy
  • d7ab9c4 :memo: en changelog
  • 1a183dd fix: docs changelog cn
  • 902a813 :memo: zh-CN changelog
  • e6874e4 Merge pull request #17857 from ant-design/fix-safari-style
  • be030d2 :bug: Fix TimePicker safari render bug
  • d933e5e Merge pull request #17846 from ant-design/fix-table-filter-dropdown
  • ce7ab24 :bug: Fix Table filterDropdown always trigger onChange
  • 22179f3 :lipstick: code style optimizaiton
  • bce3696 fix count escape (#17841)
  • d4164f6 Update faq.en-US.md (#17832)
  • bc2d246 :lipstick: correct @input-hover-border-color (#17820)

There are 52 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.20.6 to 3.20.7.

Your tests are still failing with this version. Compare changes

Release Notes for 3.20.7
  • 🐞 Fix Upload can not click in Form.Item. #17897

  • 🐞 修复 Upload 在 Form.Item 中无法点击的问题。#17897
Commits

The new version differs by 2 commits.

  • 5a128c4 docs: add changelog (#17902)
  • 24bfcac fix: Upload can not click in Form.Item (#17897)

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.20.7 to 3.21.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.21.0
  • 🌟 Breadcrumb adds Separator component. #17873 @long-zhuge
  • 🌟 Descriptions adds colon props. #17560 @hengkx
  • 🌟 Rotate zero when Sider triggers in right mode. #18043 @kagawagao
  • 🌟 Table add getPopupContainer props. #17806
  • 🌟 Add new color gray for Timeline.Item for unfinished or disabled status. #17731
  • 🌟 Upload adds transformFile to support transforming file before file uploading. #18009 @lijinke666
  • 🐞 Fix ConfigProvider getPopupContainer not working in Table. #17806
  • 🐞 Fix Statistic font not align with global font. #18044
  • 🐞 Fix Form.Item label replace regexp. #17985 @shaodahong
  • 🐞 Fix Select search style. #17760 @chenyizhongx
  • 🐞 Fix DatePicker style bug when mode is decade. #17887 @xrkffgg
  • 🐞 Fix wave effect performance of Button and other related component. #17945
  • 🐞 Fix Tabs tabBarExtraContent align issue. #17969
  • 🐞 Fix Tabs error when type is editable-card and child component is false. #17965 @oldturkey
  • 🐞 Remove a tag in Alert's close tag. #17872 @geograous
  • 💄 Unified drawer and modal mask opacity. #17943
  • 💄 Optimize RangePicker focus style. #17983
  • 💄 Tag now will be rendered as a span. #17971
  • 💄 Enhance accessibility of Table expanded icon. #17781
  • 💄 Merge LocaleProvider into ConfigProvider. #17816
  • 💄 Add some less variables. #17976 @Yangzhedi #17613 @alxkosov:
    • @table-footer-bg
    • @table-footer-color
    • menu-icon-size
    • menu-icon-size-lg
  • 🇲🇾 Add locale Malay. #17546 @austin-krave
  • 🇸🇪 Add Swedish translation for Typography (Text) component. #17858 @Malven
  • 🇫🇷 Add French translation for Typography (Text) component. #17418 @Clafouti
  • 🏴 Add Tamil spanish translations. #17903 @sivaraj-dev
  • TypeScript

  • 🌟 新增 Breadcrumb.Separator 组件,可进行 separator 自定义。#17873 @long-zhuge
  • 🌟 Descriptions 新增 colon 属性。#17560 @hengkx
  • 🌟 当 Sider 在右边时,翻转 trigger 方向。#18043 @kagawagao
  • 🌟 Table 新增 getPopupContainer 属性用于设置表格内的各类浮层渲染节点。#17806
  • 🌟 Timeline.Item 新增 gray 色彩类型,可用于未完成或失效状态。#17731
  • 🌟 Upload 新增 transformFile 支持上传之前转换文件。#18009 @lijinke666
  • 🐞 修复 ConfigProvider getPopupContainer 对 Table 不生效的问题。 #17806
  • 🐞 修复 Statistic 字体与全局字体不一致的问题。#18044
  • 🐞 修复 Form.Item label 正则替换问题。#17985 @shaodahong
  • 🐞 修复 Select 搜索框箭头样式问题。 #17760 @chenyizhongx
  • 🐞 修复 DatePicker 中选择 mode 为 decade 时,border 样式 bug。#17887 @xrkffgg
  • 🐞 修复 Button 以及相关组件的波纹性能问题。#17945
  • 🐞 修复 Tabs tabBarExtraContent 不居中对齐的问题。#17969
  • 🐞 修复 Tabs 在 typeeditable-card 且子组件为 false 值时会报错的问题。#17965 @oldturkey
  • 🐞 移除 Alert 关闭标签中的 a 标签。#17872 @geograous
  • 💄 统一 Drawer 和 Modal 的 mask 透明度为 45%。#17943
  • 💄 优化 RangePicker 当前选中样式,与 DatePicker 样式统一。#17983
  • 💄 调整 Tag 的 html 标签为 span#17971
  • 💄 提升 Table 展开按钮的无障碍体验。#17781
  • 💄 将 LocaleProvider 合并入 ConfigProvider。#17816
  • 💄 增加 less 变量 #17976 @Yangzhedi #17613 @alxkosov
    • @table-footer-bg
    • @table-footer-color
    • menu-icon-size
    • menu-icon-size-lg
  • 🇲🇾 新增马来语语言包。#17546 @austin-krave
  • 🇸🇪 新增 Typography 的瑞典语言翻译。#17858 @Malven
  • 🇫🇷 新增 Typography 的法语语言翻译。#17418 @Clafouti
  • 🏴 新增部分组件的泰米尔语语言翻译。#17903 @sivaraj-dev
  • TypeScript
Commits

The new version differs by 117 commits.

  • f0d6c05 Release 3.21.0
  • e96e839 docs: 3.21.0 changelog (#18071)
  • 13a306f fix: add ta_IN.tsx
  • 83b71b8 changelog
  • 10bd46f Merge branch 'sivaraj-dev-master'
  • 4e57d8a :white_check_mark: fix snapshots
  • a223726 Feature (#18069)
  • fb67012 Conflicts (#18070)
  • e97bd6f feat: resolve conflicts
  • 0240d12 feat(Upload): add transformFile option for transform file before request (#18009)
  • f634855 chore: transfer ajax table demo (#18067)
  • f9b6358 :memo: Fix English express
  • eb40cf4 Fixed spelling of official. (#18063)
  • b1ac12a :bug: Fix Checkbox checked extra space (#18059)
  • 678f8a5 feat: menu component customization: create new variables for easy customization (#17273)

There are 117 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.20.7 to 3.21.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.21.0
  • 🌟 Breadcrumb adds Separator component. #17873 @long-zhuge
  • 🌟 Descriptions adds colon props. #17560 @hengkx
  • 🌟 Rotate zero when Sider triggers in right mode. #18043 @kagawagao
  • 🌟 Table add getPopupContainer props. #17806
  • 🌟 Add new color gray for Timeline.Item for unfinished or disabled status. #17731
  • 🌟 Upload adds transformFile to support transforming file before file uploading. #18009 @lijinke666
  • 🐞 Fix ConfigProvider getPopupContainer not working in Table. #17806
  • 🐞 Fix Statistic font not align with global font. #18044
  • 🐞 Fix Form.Item label replace regexp. #17985 @shaodahong
  • 🐞 Fix Select search style. #17760 @chenyizhongx
  • 🐞 Fix DatePicker style bug when mode is decade. #17887 @xrkffgg
  • 🐞 Fix wave effect performance of Button and other related component. #17945
  • 🐞 Fix Tabs tabBarExtraContent align issue. #17969
  • 🐞 Fix Tabs error when type is editable-card and child component is false. #17965 @oldturkey
  • 🐞 Remove a tag in Alert's close tag. #17872 @geograous
  • 💄 Unified drawer and modal mask opacity. #17943
  • 💄 Optimize RangePicker focus style. #17983
  • 💄 Tag now will be rendered as a span. #17971
  • 💄 Enhance accessibility of Table expanded icon. #17781
  • 💄 Merge LocaleProvider into ConfigProvider. #17816
  • 💄 Add some less variables. #17976 @Yangzhedi #17613 @alxkosov:
    • @table-footer-bg
    • @table-footer-color
    • menu-icon-size
    • menu-icon-size-lg
  • 🇲🇾 Add locale Malay. #17546 @austin-krave
  • 🇸🇪 Add Swedish translation for Typography (Text) component. #17858 @Malven
  • 🇫🇷 Add French translation for Typography (Text) component. #17418 @Clafouti
  • 🏴 Add Tamil spanish translations. #17903 @sivaraj-dev
  • TypeScript

  • 🌟 新增 Breadcrumb.Separator 组件,可进行 separator 自定义。#17873 @long-zhuge
  • 🌟 Descriptions 新增 colon 属性。#17560 @hengkx
  • 🌟 当 Sider 在右边时,翻转 trigger 方向。#18043 @kagawagao
  • 🌟 Table 新增 getPopupContainer 属性用于设置表格内的各类浮层渲染节点。#17806
  • 🌟 Timeline.Item 新增 gray 色彩类型,可用于未完成或失效状态。#17731
  • 🌟 Upload 新增 transformFile 支持上传之前转换文件。#18009 @lijinke666
  • 🐞 修复 ConfigProvider getPopupContainer 对 Table 不生效的问题。 #17806
  • 🐞 修复 Statistic 字体与全局字体不一致的问题。#18044
  • 🐞 修复 Form.Item label 正则替换问题。#17985 @shaodahong
  • 🐞 修复 Select 搜索框箭头样式问题。 #17760 @chenyizhongx
  • 🐞 修复 DatePicker 中选择 mode 为 decade 时,border 样式 bug。#17887 @xrkffgg
  • 🐞 修复 Button 以及相关组件的波纹性能问题。#17945
  • 🐞 修复 Tabs tabBarExtraContent 不居中对齐的问题。#17969
  • 🐞 修复 Tabs 在 typeeditable-card 且子组件为 false 值时会报错的问题。#17965 @oldturkey
  • 🐞 移除 Alert 关闭标签中的 a 标签。#17872 @geograous
  • 💄 统一 Drawer 和 Modal 的 mask 透明度为 45%。#17943
  • 💄 优化 RangePicker 当前选中样式,与 DatePicker 样式统一。#17983
  • 💄 调整 Tag 的 html 标签为 span#17971
  • 💄 提升 Table 展开按钮的无障碍体验。#17781
  • 💄 将 LocaleProvider 合并入 ConfigProvider。#17816
  • 💄 增加 less 变量 #17976 @Yangzhedi #17613 @alxkosov
    • @table-footer-bg
    • @table-footer-color
    • menu-icon-size
    • menu-icon-size-lg
  • 🇲🇾 新增马来语语言包。#17546 @austin-krave
  • 🇸🇪 新增 Typography 的瑞典语言翻译。#17858 @Malven
  • 🇫🇷 新增 Typography 的法语语言翻译。#17418 @Clafouti
  • 🏴 新增部分组件的泰米尔语语言翻译。#17903 @sivaraj-dev
  • TypeScript
Commits

The new version differs by 117 commits.

  • f0d6c05 Release 3.21.0
  • e96e839 docs: 3.21.0 changelog (#18071)
  • 13a306f fix: add ta_IN.tsx
  • 83b71b8 changelog
  • 10bd46f Merge branch 'sivaraj-dev-master'
  • 4e57d8a :white_check_mark: fix snapshots
  • a223726 Feature (#18069)
  • fb67012 Conflicts (#18070)
  • e97bd6f feat: resolve conflicts
  • 0240d12 feat(Upload): add transformFile option for transform file before request (#18009)
  • f634855 chore: transfer ajax table demo (#18067)
  • f9b6358 :memo: Fix English express
  • eb40cf4 Fixed spelling of official. (#18063)
  • b1ac12a :bug: Fix Checkbox checked extra space (#18059)
  • 678f8a5 feat: menu component customization: create new variables for easy customization (#17273)

There are 117 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.21.0 to 3.21.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.21.1
  • 🐞 Fix ConfigProvider crash with multiple children. #18075

  • 🐞 修复 ConfigProvider 存在多个子节点崩溃的问题。#18075
Commits

The new version differs by 3 commits.

  • 0bc948d update changelog (#18076)
  • f13148e fix: update changelog (#18073)
  • 2d7df45 fix: ConfigProvider wrapper locale no need with only children (#18075)

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.21.1 to 3.21.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.21.2
  • 🐞 Fix React does not recognize the noStyle prop on a DOM element warning. #18088
  • 🐞 Fix Input prefix & suffix not align with text. #18097
  • 🐞 Fix ConfigProvider nest in LocaleProvider make locale not work. #18105

  • 🐞 修复 React does not recognize the noStyle prop on a DOM element 的问题。#18088
  • 🐞 修复 Input prefix & suffix 文本没对齐的问题。#18097
  • 🐞 修复 ConfigProvider 嵌套于 LocaleProvider 内时 locale 无效的问题。#18105
Commits

The new version differs by 9 commits.

  • c6d04a7 docs: add 3.21.2 changelog (#18106)
  • f656657 fix: ConfigProvider should not block LocaleProvider (#18105)
  • 197649b fix: Revert #17684 (#18097)
  • adc1879 Merge pull request #18088 from ant-design/fix-noStyle
  • 9630410 :bug: Fix noStyle warning
  • 6bb8829 :memo: Fix changelog
  • 6fe1e41 :memo: Improve API Table design
  • 83a7687 :memo: antd/lib/xxx => antd/es/xxx again
  • 887aa4c :memo: antd/lib/xxx => antd/es/xxx

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.21.3 to 3.21.4.

Your tests are still failing with this version. Compare changes

Release Notes for 3.21.4
  • 🐞 Fix the problem that Dropdown.Button requires title props.

  • 🐞 修复 Dropdown.Button 的 title 类型。
Commits

The new version differs by 67 commits.

  • 8163c98 Bump 3.21.4
  • a82f1a1 docs: add 3.21.4 changelog
  • 2815198 fix: Dropdown.Button[title] should be optional
  • 57833a2 chore: fix css style
  • 64f1aa0 Bump 3.21.3
  • 4708a62 Add 3.21.3 changelog (#18187)
  • 5e49310 docs: add 3.21.3 changelog
  • b105ed2 Merge pull request #18185 from ant-design/improve-cov
  • 3ef5661 :white_check_mark: Add test case for AutoComplete
  • 682a720 Merge pull request #18184 from ant-design/improve-cov
  • d81bae6 :memo: fix AutoComplete API table
  • 97df742 update getContainer to props before (#18182)
  • 94ab1ea :white_check_mark: Add test case for AutoComplete
  • 03dc799 Merge pull request #18180 from ant-design/fix-ts
  • ca3f4a1 :white_check_mark: Fix TypeScript errors

There are 67 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.22.0 to 3.22.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.22.1
  • 🔥 The official website now supports the search icon through the picture! #18425
  • 💄 Tweak Table expand icon style. c5344bd
  • 🐞 Fix prop style is getting duplicated on Table. #18330 @MrHeer
  • 🐞 Fix Input line height style bug in IE11. #17759
  • 🐞 Fix Steps progressDot broken style. #18356
  • 🐞 Fix an issue with plain icon button style errors. #18458 @qhanw
  • 🐞 Fix TextArea with autosize in controlled mode that scrollbar blink when typing. #18401
  • 🐞 Fixed an issue where Input.Password ref could not get the input element and had no focus and blur method. #18441
  • 🐞 Fix Upload wrong line break. #18423
  • 💄 Add less variables @select-dropdown-bg @select-item-selected-bg @select-item-active-bg @anchor-border-colorr @descriptions-bg. #18444 #18372 @MrHeer

  • 🔥 官网现在支持通过图片搜索图标啦!#18425
  • 💄 调整 Table 展开按钮的样式。c5344bd
  • 🐞 修复 Table 的 style 属性被应用了两次的问题。#18330 @MrHeer
  • 🐞 修复 Input 在 IE11 下错位的问题。#17759
  • 🐞 修复 Input.Password ref 获取不到 input 元素且没有 focusblur 方法的问题。#18441
  • 🐞 修复 Steps progressDot 样式错位问题。#18356
  • 🐞 修复纯图标按钮样式错误的问题。#18458 @qhanw
  • 🐞 修复 TextArea 受控模式下配置 autosize 时,输入会导致滚动条闪烁的问题。#18401
  • 🐞 修复 Upload 错误换行的问题。#18423
  • 💄 增加 less 变量 @select-dropdown-bg @select-item-selected-bg @select-item-active-bg @anchor-border-colorr @descriptions-bg#18444 #18372 @MrHeer
Commits

The new version differs by 164 commits.

  • 5e56dc5 up to 3.22.1
  • 845dd13 add 3.22.1 changelog (#18465)
  • cde78c8 修复纯图标按钮在默认形状下不同大小均显示为正方形 (#18458)
  • 271c7aa :clapper: update steps demo style
  • 735b78d Merge pull request #18425 from lewis617/icon-pic-search
  • c6c947f :bug: Fix Input.Password cannot get input element (#18441)
  • 021e9af feat: less vars for select and anchor (#18444)
  • 721a545 fix: descriptions background is not themeable (#18372) (#18440)
  • 8a1d184 500->503
  • 4b3179c 使用 Result 组件显示服务端错误信息
  • 38b8d07 docs: link (#18438)
  • df35390 上传前压缩图片为300px以内,防止超时报错
  • 5d5b001 修复localstorage在ssr过程中的报错
  • 3828822 兼容不支持 localstorage 的浏览器
  • 2d96dc4 bugfix: localStorage not defined

There are 164 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.22.1 to 3.22.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.22.2
  • 🐞 Fix Mentions has additional height in Form. #18478
  • 🐞 Fix disabled Input should not be allowed to clear. #18482
  • 🐞 Fix Input.Password crash with Cannot read property 'input' of null when unmount. #18475
  • 🐞 Fix Table style should applied to outside wrapper. #18494
  • 🐞 Fix PageHeader default english text. #18471 @hjiawei

  • 🐞修复 Mentions 在 Form 中高度略高的问题。#18478
  • 🐞修复失效 Input 依然支持 allowClear 的问题。#18482
  • 🐞修复 Input.Password unmount 时报错 Cannot read property 'input' of null#18475
  • 🐞修正 Table style 属性到最外层容器。#18494
  • 🐞修正 PageHeader 默认英文文案。#18471 @hjiawei
Commits

The new version differs by 11 commits.

  • 5779c70 :sparkles: 3.22.2 (#18498)
  • 0a2c610 changelog add data (#18491)
  • f3244d6 fix(Table): apply props.style to container div (#18494)
  • dba3ea8 Capitalize Text and PageHeader default locale strings (#18471)
  • 817f3c2 replace instances of typo 'collpse' with collapse (#18488)
  • 26c61a1 :bug: Input disabled should not be allowed to clear (#18482)
  • 7e9cc07 fix: Mentions in Form has additional height (#18478)
  • c9a703d :bug: Fix Input.Password unmount crash (#18475)
  • 493bd72 Merge pull request #18472 from ant-design/fix-site-workflow
  • 823e561 rm: old site workflow
  • 9b1ede4 Create deploy-site.yml

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.22.2 to 3.23.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.0
  • 🔥 Pageheader has been redesigned to accommodate more situations. #18128
  • 🌟 Card support tabBarExtraContent prop. #18433 @lengthmin
  • 🌟 Anchor.Link add add new property target. #18335 @DiamondYuan
  • 🌟 Breadcrumb support children use with React.Fragment. #18340 @long-zhuge
  • 🌟 Card.Grid add new prop hoverable for support disable hover state. #18457 @MrHeer
  • 🇦🇲 Added locales for the Armenian language. #18586 @ashmna
  • InputNumber
    • 🌟 Support onPressEnter prop. #18346
    • 🐞 Fix React lifecycle warning. #18346
  • Less variables
    • 💄 Add @modal-footer-border-color-split. #18522
    • 💄 Add @input-number-handler-bg @input-number-handler-border-color. #18533
    • 💄 Add @card-background @card-skeleton-bg. #18531
    • 💄 Add @typography-title-font-weight. #18456 @MrHeer
  • 🛎 Add warning when use value of Switch, Checkbox, Upload. #18497
  • 🛠 Refactor styleChecker to arrow function for fix serverless target in next.js. #18541 @ZhengYuTay
  • 🐞 Fix circle Button not circle in some situation. #18516
  • 🐞 Fix icon position in Input. #18521 @xrkffgg
  • 🐞 Fix RangePicker selected date style. #18559
  • Descriptions
    • 🐞 Fix Descriptions last Item has wrong calculated width issue. #18568
    • 🐞 Description.Item will reuse key in render if user provided. #18578
  • 🐞 Fix Tab content width not correct in Safari. #18574
  • 🐞 Fix Mentions popup position not correct when prefix is empty string. #18576
  • 🐞 Fix Upload.Dragger can upload multiple files when multiple is false. #18580
  • 🐞 Fix Card actions style when contains link Button. #18588
  • 🐞 Fix Input not vertical align with Button in Chrome. #18603
  • 🐞 Fix nested List style in grid layout. #18589
  • TypeScript
    • 🐞 Fix Steps.Step component's subTitle prop types. #18525 @wtzeng1
    • 🐞 Ensure title or overlay is required in Tooltip props definition. #18515 @laysent

  • 🔥 PageHeader 样式重新设计以适应更多的情况。#18128
  • 🌟 Card 组件新增了 tabBarExtraContent 属性。#18433 @lengthmin
  • 🌟 Anchor.Link 增加 target 属性。#18335 @DiamondYuan
  • 🌟 Breadcrumb 支持子组件使用 React.Fragment 的场景。#18340 @long-zhuge
  • 🌟 Card.Grid 新增 hoverable 属性允许禁用浮动效果。#18457 @MrHeer
  • 🇦🇲 新增亚美尼亚语。#18586 @ashmna
  • InputNumber
    • 🌟 新增 onPressEnter 属性。#18346
    • 🐞 修复在 React 16.9 下的生命周期警告信息。#18346
  • Less 变量
    • 💄 增加 @modal-footer-border-color-split#18522
    • 💄 增加 @input-number-handler-bg @input-number-handler-border-color#18533
    • 💄 增加 @card-background @card-skeleton-bg#18531
    • 💄 增加 @typography-title-font-weight#18456 @MrHeer
  • 🛎 Switch、Checkbox 和 Upload 使用 value 时会提示正确的属性名。#18497
  • 🛠 使用箭头函数重构 styleChecker 来修复在 next.js 中的问题。#18541 @ZhengYuTay
  • 🐞 修复圆形 Button 有时候不是圆形的问题。#18516
  • 🐞 修复 Input 中图标位置不居中情况。#18521 @xrkffgg
  • 🐞 修复 RangePicker 多余的选中日期样式。#18559
  • Descriptions
    • 🐞 修复 Descriptions.Item 最后一个宽度计算不正确的问题。#18568
    • 🐞 Description.Item 在渲染时会复用用户提供的 key#18578
  • 🐞 修复 Tab 内容宽度在 Safari 下不正确的问题。#18574
  • 🐞 修复 Mentions 的 prefix 为空字符串时,弹窗位置不正确的问题。#18576
  • 🐞 修复 Upload.Dragger 在 multiple 为 false 时,仍然可以上传多份文件的问题。#18580
  • 🐞 修复 Button[href] 在 Card actions 中样式变形的问题。#18588
  • 🐞 修复 Chrome 中 Input 与 Button 不垂直对齐的问题。#18603
  • 🐞 修复网格 List 中内嵌 List 的边距问题。#18589
  • TypeScript
    • 🐞 修复 Steps.Step 组件 subTitle 属性类型。#18525 @wtzeng1
    • 🐞 确保 Tooltip 属性定义中,titleoverlay 至少有一个是必填的。#18515 @laysent
Commits

The new version differs by 84 commits.

  • facf316 Merge pull request #18616 from ant-design/chore/version
  • 44c255b chore: upgrade version to 3.23.0
  • 65d9045 Merge pull request #18455 from ant-design/changelog
  • ae34158 fix: review issue for changelog
  • 6d2db75 fix: changelog typo
  • 60fb5dd fix: review issue for 3.23.0 changelog
  • a1bc9f2 fix: review issue of changelog
  • 8a4ac23 fix: typo
  • 3b2b3a0 ✅ fix option-label-prop.md typo error
  • c733c62 docs: update changelog
  • 39cf5bc chore: add new item and fix review issue
  • cc9c658 fix: Chrome input position not align with button (#18603)
  • 30b1ded :memo: Update Mentions doc
  • 97094cf docs: add new feat in feature
  • 5f0e5ea docs: add new commit in master

There are 84 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.23.0 to 3.23.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.1
  • 🐞 Fix Upload can not upload more than one file when multiple is false. #18626

  • 🐞 修复 Upload 在 multiplefalse 时无法上传多于一个文件的问题。#18626
Commits

The new version differs by 6 commits.

  • 774e679 docs: 3.23.1 changelog (#18627)
  • e5d644f Revert "fix: Drapper mulitple should work" (#18626)
  • e4a3b72 :bug: Fix MonthPicker switch icon overflow
  • 849237b :lipstick: Add @tree-node-hover-bg and @tree-node-selected-bg less variables
  • 9dc0378 Add missing typescript inputValue to Select to enable placeholder to display for type string
  • 50ab115 Update README.md

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.23.1 to 3.23.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.2
  • 🐞 Fix round Button font size too large. #18701
  • 🐞 Fix Descriptions warning with same key when bordered is true. #18637
  • 🐞 Fix Drawer animation when placement is right and mask is false. #18636
  • 🐞 Fix Icon that component and children prop should have priority over type prop. #18592
  • 🐞 Fix Layout.Sider boundary values for max-width. #18553 @Nikitenkova
  • 🐞 Fix PageHeader that back icon can't coexist with breadcrumb. #18691
  • 🗑Deprecated Select inputValue prop and use searchValue instead. #18629
  • TypeScript
    • 🐞 Fix type definition of status for Result. #18445
    • 🐞 Fix type definition of target for Anchor.Link. #18646
    • 🐞 Fix type definition of transformFile params for Upload. #18671
    • 🐞 Fix type definition of title and footer for Table. #18697 @yoyo837

  • 🐞 修复圆形按钮的字体大一号的问题。#18701
  • 🐞 修复 Descriptions 带边框时控制台告警的问题。#18637
  • 🐞 修复 Drawer 无遮罩从右边展开时的动画问题。#18636
  • 🐞 修复 Icon 中 componentchildren 属性优先级低于 type 的问题。#18592
  • 🐞 修复 Layout.Sider 的最大宽度的响应式断点值。#18553 @Nikitenkova
  • 🐞 修复 PageHeader 中返回图标与面包屑无法共存的问题。#18691
  • 🗑 废弃 Select 的 inputValue 属性,请使用 searchValue 代替。#18629
  • TypeScript
    • 🐞 修复 Result 中 status 的类型定义。#18445
    • 🐞 修复 Anchor.Link 中 target 的类型定义。#18646
    • 🐞 修复 Upload 中 transformFile 函数的参数定义。#18671
    • 🐞 修复 Table 中 titlefooter 的类型定义。#18697 @yoyo837
Commits

The new version differs by 35 commits.

  • e71aee4 test: Update snapshot
  • d0f3c18 Bump 3.23.2
  • f5a20fe docs: Add the changelog of 3.23.2 (#18710)
  • 35aaf6b fix: status types
  • d0f9529 fix: result types
  • 01970b6 Update work-with-us.zh-CN.md
  • ffe0645 fix(PageHeader): Allow back icon to coexist with breadcrumb, close #18094 (#18691)
  • 9157bc9 :bug: Fix round button font size too large
  • 2189bf5 Remove border parameter from Descriptions size demo (#18518)
  • 8641383 update type
  • e479f1f update docs
  • 43bcd0e Update index.zh-CN.md
  • 701b3f5 Update index.en-US.md
  • 5d2596b component props are readonly
  • 784ad7d update

There are 35 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.23.2 to 3.23.3.

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.3
  • 🐞 Fix ConfigProvider locale not working with Modal in some situation. #18732
  • 🐞 Fix Avatar extrusion style when using long pictures. #18768 @Eusen
  • 🐞 Fix InputNumber active border style. #18791 @escorponox
  • 🐞 Fix Input.Search not trigger onSearch when click clear icon. #18783
  • 🐞 Fix text color of Button inside Menu. #18820
  • 🐞 Fix size="small" Table header missing right border. #18821
  • ⌨️ Enhance accessibility of Alert close button. #18750 @MrHeer
  • 💄 Tweak Button type="link" should not insert space. #18724
  • TypeScript
    • 🐞 Fix type definition of onMouseEnter and onMouseLeave for Tree. #18796 @MrHeer

  • 🐞 修复 ConfigProvider locale 国际化在某些场景下对 Modal 不生效的问题。#18732
  • 🐞 修复 Avatar 长图片时被挤压的样式问题。#18768 @Eusen
  • 🐞 修复 InputNumber 高亮边框的样式问题。#18791 @escorponox
  • 🐞 修复 Input.Search 点击清除图标时没有触发 onSearch 的问题。#18783
  • 🐞 修复 Menu 内的 Button 字体颜色。#18820
  • 🐞 修复 Table size="small" 时丢失列头右边框的问题。#18821
  • ⌨️ 增强 Alert 关闭按钮的可访问性。#18750 @MrHeer
  • 💄 优化 Button 类型为 link 时,中文字符之间不再自动插入空格。#18724
  • TypeScript
    • 🐞 修复 Tree 中 onMouseEnteronMouseLeave 类型。#18796 @MrHeer
Commits

The new version differs by 67 commits.

  • 1acd7e2 Merge pull request #18819 from ant-design/release-3.23.3
  • a9773d5 :memo: changelog
  • bc7179f upd: version
  • f9058e0 :memo: changelog
  • 81e6f50 Merge pull request #18821 from ant-design/fix-table-border-style
  • 08000b2 :white_check_mark: fix stylelint
  • 1311ea8 :up: upgrade stylelint and stylelint-config-standard
  • 0cccefb Fix grammar
  • fe30adc Improve code for better compatibility
  • 9ea143b Merge pull request #18820 from ant-design/fix-menu-button
  • b935db8 :bug: Fix small table headers missing border
  • 7a964a0 :bug: Fix Button text color inside Menu
  • fc81c13 docs: Add Article in guideline (#18815)
  • 13dd1c4 Merge pull request #18800 from ant-design/fix-job
  • 1f01b40 fix: tweak indent

There are 67 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.23.3 to 3.23.4.

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.4
  • 🐞 Fix item not disabled when Transfer is disabled. #18849
  • 🐞 Revert Dragger to class component to fix ref warning. #18707
  • 🐞 Fix Input addonAfter icon height bug in Chrome. #18858
  • 🐞 Fix Menu lost state when being collapsed to 0px. #18907
  • 🐞 Disabled input should not trigger the action of suffix part. #18900
  • 🐞 Fix title and content of Alert not break line when long text exist. #18929
  • 💄 Add @page-header-back-color less variable. #18887
  • TypeScript
    • 🐞 Fix Table event type definition. #18910

  • 🐞 修复 Transfer disabled 下勾选框不被禁用的问题。#18849
  • 🐞 回滚 Dragger 到 class component 以修复 ref 警告信息。#18707
  • 🐞 修复 Input addonAfter 里图标高度在 Chrome 下偏大的问题。#18858
  • 🐞 修复 Menu 在 collapsedWidth={0} 时,折叠后丢失 selectedKeys 状态的问题。#18907
  • 🐞 修复 Input 在禁用状态时,后缀图标可点击的问题。#18900
  • 🐞 修复 Alert 标题和内容过长不换行的问题。#18929
  • 💄 增加 @page-header-back-color less 变量。#18887
  • TypeScript
    • 🐞 修复 Table 事件的类型定义。#18910
Commits

The new version differs by 33 commits.

  • 34c220a docs: add 3.23.4 changelog (#18932)
  • 25bdb78 fix: Alert add css word break (#18929)
  • 8b4bd0c Merge pull request #18922 from ant-design/fix-site-title-char
  • 1e90eb1 fix: site specialChar encoding
  • 068556c docs: update props data description for Upload (#18915)
  • 3e4fd43 table: Correct onRow event handlers to receive a MouseEvent instead of SyntheticEvent
  • 1d8c6f8 fix: Disabled input should not trigger the action of suffix part #18889
  • 3e2cd50 docs: Add TreeSelect async demo (#18906)
  • 974fb1b :white_check_mark: add test case for #18825
  • 54ffa2c :bug: Fix Menu lost state when collapsed to 0px
  • ca6e2f3 Update overview.zh-CN.md
  • 020711d :up: upgrade rc-footer
  • fa88090 :lipstick: footer style details
  • d9b0582 :art: color picker in footer
  • 16dff49 :lipstick: transfer footer to rc-footer

There are 33 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.23.4 to 3.23.5.

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.5
  • 🐞 Fix Upload preview image cannot fill the picture card box. #18990
  • 🐞 Fix Breadcrumb not support data-* and aria-* attributes. #18941 @sosohime
  • 🐞 Fix TreeSelect removeIcon and clearIcon not working. #18949 @sosohime
  • 🐞 Fix Tree switcherIcon prop not working when showLine is true. #18829 @MrHeer
  • 🐞 Fix style bug of Button with icon only when in Button.Group. #18994
  • 🐞 Remove Select useless prop searchValue which is a total misunderstanding. #19003
  • 🐞 Fix Avatar string blink when ssr render at first time. #19029
  • TypeScript

  • 🐞 修复 Upload 预览图片无法填充满图片框的问题。#18990
  • 🐞 修复 Breadcrumb 不支持 data-*aria-* 的问题。#18941 @sosohime
  • 🐞 修复 TreeSelect removeIconclearIcon 不工作的问题。#18949 @sosohime
  • 🐞 修复 Tree 组件当 showLine 设置后 switcherIcon 没有正常工作的问题。#18829 @MrHeer
  • 🐞 修复按钮图标在 Button.Group 中的错位问题。#18994
  • 🐞 移除 Select 中无效属性 searchValue 的定义及文档。#19003
  • 🐞 修复 Avatar 文本头像在 ssr 时会闪烁的问题。#19029
  • TypeScript
Commits

The new version differs by 37 commits.

  • e3273bb Release 3.23.5
  • ba7ddfa changelog (#19056)
  • e07bba9 chore: replace resizeObserver with rc-resize-observer (#19057)
  • e5aea71 :white_check_mark: increase upload test cov
  • 8219438 Fix/detect antd button by static (#19045)
  • 5728763 fix: IE11 syntax error
  • 049799e fix: detect antd button by children.type.[staticProperty] instead of same class for HOC case (#19042)
  • b536643 :white_check_mark: add test case for Collapse
  • 49ecf9b :white_check_mark: add more test cases for DatePicker
  • 7ae663d fix: ssr should not render string at first (#19029)
  • 49c9ee4 Input.tsx的otherProps为什么不去掉size
  • 46d0ff3 :white_check_mark: update snapshot
  • e9b0c29 Rename algin.md to align.md
  • 5c10cf8 :white_check_mark: add more test cases for Tranfer
  • c387fdc Update values.en-US.md

There are 37 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.23.5 to 3.23.6.

Your tests are still failing with this version. Compare changes

Release Notes for 3.23.6
  • 🐞 Fix Typography ref warning of React. #19074

  • 🐞 修复 Typography 提示获取不到 ref 的错误信息。#19074
Commits

The new version differs by 8 commits.

  • 95c4177 docs: :memo: changelog for 3.23.6
  • 2a399bf :up: upgrade preact
  • 634c202 :white_check_mark: update snapshots
  • 47dee4c :white_check_mark: fix eslint problems
  • 8ab77d2 chore(deps-dev): bump logrocket-react from 3.0.1 to 4.0.0
  • 0a09b3b tweak: site title unescape
  • 4680ddc fix: Typography warning for ref error (#19074)
  • 3d378f2 fix: Typography funtion compoent use Ref console log warning (#19066)

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.23.6 to 3.24.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.24.0
  • 🔥 Promote Yuque on home page.
  • Table
    • 🌟 Added tableLayout property for table-layout attribute. And using tableLayout="fixed" by default in scroll table to resolve align issue caused by cell content. #17284
    • 🌟 Added column.ellipsis to ellipsize cell content.
    • 🌟 Added the scroll.scrollToFirstRowOnChange property to set whether to scroll to the top of the table after page changing. #18726
    • 🌟 filterDropdown added a visible parameter to get the display state of the dropdown box. #17614 @sedx
    • 🌟 title added a sortColumn parameter to get the currently sorted column. #19012 @swillis12
    • 🌟 The sorter parameter of onChange will always contain column information when sorting. #19226
    • 🐞 �Fix Table filter submenu checkbox margin. #e1a4f28
  • 🌟 Anchor added a onChange attribute to listen for changes to anchor links. #18715
  • Upload
  • 🌟 Input.Search added a loading property to show the state in the load. #18771
  • 🌟 Grid's gutter property added support for vertical spacing. Now you can set an array for gutter and the second value of the array for vertical spacing. #18979
  • 🌟 message added support for updating content with a unique key. #18678
  • 🌟 Layout added a zeroWidthTriggerStyle property to control the style of the special trigger that appears when collapsedWidth is 0. #19079
  • 🌟 Drawer added the drawerStyle and headerStyle properties. #19109
  • PageHeader
    • 💄 Redesigned. #19100
    • 🌟 Added ghost property to set whether white background is needed. #19100
  • ConfigProvider
    • 🌟 Added pageHeader to globally control the style of PageHeader. #19100
    • 🐞 Fixed the issue that moment can't be tree-shark. #19115
  • 🐞 Fixed the issue that the removeIcon and clearIcon properties of TreeSelect didn't work. #18949
  • 🐞 Fixed the issue that the switcherIcon does not take effect after the Tree setting showLine. #18829 @MrHeer
  • 🐞 Fixed the issue that the Slider component set the handle size and positioned incorrectly. #19120
  • Collapse
  • 🐞 Fixed the issue that defaultExpandAll does not take effect when Tree.DirectoryTree component passed treeData. #19148
  • 🐞 Fixed the issue with some of the Menu styles under Dropdown. #19150
  • 🐞 Fixed Cascader's placeholder internationalization error. #19227 @kagawagao
  • 🌟 Added less variables @typography-title-margin-top, @typography-title-margin-bottom. #18746
  • 🗑 Discard the autosize property of Input.TextArea, use autoSize instead. #19177

  • 🔥 首页新增语雀的推广链接。
  • Table
    • 🌟 新增 tableLayout 属性,支持设置表格的 table-layout 布局,并在固定表头/列下默认开启 tableLayout="fixed",解决因为表格自动根据内容排版造成的列对齐问题。#17284
    • 🌟 新增 column.ellipsis 支持单元格内容自动省略。
    • 🌟 新增 scroll.scrollToFirstRowOnChange 属性,用于设置在翻页后是否滚动到表格顶部。#18726
    • 🌟 filterDropdown 新增 visible 参数,用于获取下拉框的显示状态。#17614 @sedx
    • 🌟 title 方法新增 sortColumn 参数,用于获取当前排序的列。#19012 @swillis12
    • 🌟 排序时 onChangesorter 参数将始终包含 column 信息。#19226
    • 🐞 修复�过滤下拉菜单的间距问题。#e1a4f28
  • 🌟 Anchor 新增 onChange 属性,用于监听锚点链接的改变。#18715
  • Upload
  • 🌟 Input.Search 新增 loading 属性,用于展示加载中的状态。#18771
  • 🌟 Grid 的 gutter 属性新增垂直间距的支持,现在你可以给 gutter 设置一个数组,数组的第二个值就表示垂直间距。#18979
  • 🌟 message 新增支持通过唯一的 key 来更新内容。#18678
  • 🌟 Layout 新增 zeroWidthTriggerStyle 属性以控制当 collapsedWidth0 时,出现的特殊 trigger 的样式。#19079
  • 🌟 Drawer 新增 drawerStyleheaderStyle 属性。#19109
  • PageHeader
    • 💄 重新设计了样式 #19100
    • 🌟 新增 ghost 属性,用于设置是否需要白底背景。#19100
  • ConfigProvider
    • 🌟 新增 pageHeader 用于全局控制 PageHeader 的样式。#19100
    • 🐞 修复 moment 不能被 tree shaking 的问题。#19115
  • 🐞 修复 TreeSelect 的 removeIconclearIcon 属性不生效的问题。#18949
  • 🐞 修复 Tree 设置 showLineswitcherIcon 不生效的问题。#18829 @MrHeer
  • 🐞 修复 Slider 组件设置 handle 大小后定位错误的问题。#19120
  • Collapse
  • 🐞 修复 Tree.DirectoryTree 组件传入 treeDatadefaultExpandAll 不生效的问题。#19148
  • 🐞 修复 Dropdown 下部分 Menu 样式错乱的问题。#19150
  • 🐞 修复 Cascader 的 placeholder 国际化错误。#19227 @kagawagao
  • 🌟 新增 less 变量 @typography-title-margin-top 和 `@typography-title-margin-bottom。#18746
  • 🗑 废弃 Input.TextArea 的 autosize 属性,请使用 autoSize 代替。#19177
Commits

The new version differs by 136 commits.

  • de9635e docs: add 3.24.0 changelog
  • 04f333b Revert "docs: add 3.24.0 changelog"
  • 99addfb bump 3.24.0
  • 3f38861 Merge pull request #19236 from ant-design/release-3.24.0
  • dee4b25 docs: add 3.24.0 changelog
  • ab34970 fix: fix cascader placeholder internationalization (#19227)
  • fb2bafb upgrade snapshot
  • a9d7178 upgrade snapshot
  • cd3d9ef Merge branches 'add-args-unsorting' and 'master' of github.com:ant-design/ant-design
  • 8e2b247 :white_check_mark: update snapshots
  • 59f231f :lipstick: fix menu style broken in dropdown
  • 5a07b85 upgrade fires change event test case
  • 0522d55 snapshot
  • 8ffaeb8 Docs: upload with aliyun oss (#19054)
  • a2f28f0 :lipstick: add @typography-title-margin-top and @typography-title-margin-bottom (#18746)

There are 136 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.24.0 to 3.24.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.24.1
  • 🐞 Fix Table throw React.createRef is not a function error in old version of React . #19262
  • 🐞 Fix Table TypeScript definition missing Column and ColumnGroup. #19251

  • 🐞 修复 Table 在旧版 React 会报 React.createRef is not a function 的错误信息。#19262
  • 🐞 修复 Table TypeScript 定义丢失 Column 和 ColumnGroup 的问题。#19251
Commits

The new version differs by 7 commits.

  • 5bd3d4a docs: Update 3.24.1 changelog (#19270)
  • 0f83e0a fix: should work in old version react (#19262)
  • d6c5e53 docs: fix page header API (#19257)
  • f2e541a refactor: improve typescript module declare (#19254)
  • 7d32f99 fix: Add missing typescript define (#19251)
  • 5676ea2 docs: update changlog
  • 71e0f9b docs: update changelog

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.24.1 to 3.24.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.24.2
  • 🐞 修复 Table scroll.x 设置 max-content 无效导致横向滚动消失的问题。#19284
  • 🐞 修复 Table 将 column.filterDropdown 作为新属性设置时报错的问题。#19302
  • 🐞 Fix Upload 点击下载按钮会触发预览的问题。#19268 @qq645381995
  • 🐞 修复 Comment 长作者名在小屏幕上破坏布局的问题。#19272 @rayronvictor
  • Typescript

  • 🐞 Fix Table scroll={{ x: 'max-content' }} rendered without scrollbar problem in Chrome. #19284
  • 🐞 Fix Table crash when passing column.filterDropdown as new prop. #19302
  • 🐞 Fix Upload download button trigger preview unexpectedly. #19268 @qq645381995
  • 🐞 Fix Comment long author name breaks on small screen. #19272 @rayronvictor
  • Typescript
Commits

The new version differs by 16 commits.

  • ee6f2d3 :sparkles: release 3.24.2
  • b9b239e test: add test case for ref test (#19302)
  • e7ebf85 fix(#18280): add type [Moment.moment, undefined] to RangePickerValue (#19300)
  • cd6ff75 test: official site checker before publish (#19247)
  • 8a715d0 :memo: :clapper: improve grid demo and documentaion
  • 13d219c :bug: Fix Table scroll.x max-content not working
  • 63feb68 Fix Select Mode Type
  • 9cfc151 Fix Select Mode Type
  • 53c55ce Fix Select Mode Type
  • 59ec7f3 corrected the typographical error of word 'case' to 'care' (#19290)
  • b280b63 chore: fix compile fail when use cnpm installed
  • 40aca57 chore: Remove React function polyfill (#19279)
  • 3f037b6 Improve types for customRequest prop on Upload component
  • 3eead25 Fix typos in en-US contributing guide (#19277)
  • a31deb7 fix: 修复点击下载按钮会执行预览方法 (#19268)

There are 16 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.24.2 to 3.24.3.

Your tests are still failing with this version. Compare changes

Release Notes for 3.24.3
  • 🐞 Fix Table sort not working when columns inside render. #19404
  • 🐞 Fix Grid responsive gutter not working. #19308
  • 🐞 Fix small Table border style. #19312 #19342
  • 🐞 Fix the problem that Menu in Dropdown is not highlighted when SubMenu is selected. #19313
  • 🐞 Fix the problem that moment.js in Typography & Drawer & Statistic can't be tree-shaking. #19317
  • 🐞 Fix Input.Search react warnings of non-boolean attribute and unique key. #19357
  • 🐞 Fix Modal icon position when not use title. #19419
  • 💄 Fix a problem with the mouse pointer error when Checkbox is disabled. #19403
  • 💄 Add @modal-header-color variable. #19385
  • 🛠 Improved some TypeScript definitions. #19377 #19343 #19333

  • 🐞 修复 Table columns 在 render 中会导致排序失效的问题。#19404
  • 🐞 修复 Grid 响应式 gutter 失效的问题。#19308
  • 🐞 修复小号 Table 边框样式问题。#19312 #19342
  • 🐞 修复 Dropdown 中的 Menu 在 SubMenu 选中后父级菜单未高亮的问题。#19313
  • 🐞 修复 Typography & Drawer & Statistic 中的 moment.js 无法被 tree-shaking 的问题。#19317
  • 🐞 修复 Input.Search 出现 non-boolean attributeunique key 警告信息。#19357
  • 🐞 修复 Modal 没有标题时,图标没能对齐的问题。#19419
  • 💄 修复 Checkbox 在被禁用时,光标仍为可选状态的问题。#19403
  • 💄 新增 @modal-header-color 变量。#19385
  • 🛠 多处 TypeScript 的定义更新。#19377 #19343 #19333
Commits

The new version differs by 38 commits.

  • c675354 fix eslint error
  • b4280cb bump 3.24.3
  • 2590c61 docs: changelog for 3.24.3 (#19436)
  • 17ad782 refactoring: refactor search code (#19441)
  • 99d8f07 :bug: Fix sort order of columns in render
  • a31748d feat: Add some code owner (#19414)
  • 802a4a1 fix: lint (#19434)
  • 7691047 fix: Modal icon position while no title (#19419)
  • 670fbe3 docs: add "maxLength" property to Input Doc
  • bf13a34 fix: disabled cursor (#19403)
  • f1bf9eb docs:Use tensorflow.js to predict icon (#19411)
  • 693d5a1 General components doc tweaks (#19416)
  • d2a8a10 chore: :memo: add CODEOWNERS file (#19410)
  • d5ad7d7 update Types
  • 2761460 style: add @modal-header-color variable (#19385)

There are 38 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.24.3 to 3.25.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.25.0
  • 🌟 Transfer listStyle support function callback. #19330 @lxnxbnq
  • 🌟 icon of Avatar support ReactNode. #19368
  • 🌟 TextArea support allowClear. #19310 @Rustin-Liu
  • 🌟 Upload support to custom method for request. #19533
  • 🌟 Upload onChange add XMLHttpRequest as additional param. #19539 @hahmadia
  • 🐞 Fix WeekPicker defaultPickerValue not works. #19141 @NightFox7
  • 🐞 Fix DatePicker onEsc is not a function TypeError. #19474
  • 🐞 Fix table does not automatically scroll to the top when change page size. #19474 @MrHeer
  • 💄 Fix Icon Button not aligned well in Button.Group. #19453
  • 💄 Fix Checkbox not aligned center of some cases in Chrome. #19452
  • 💄 Fix Menu margin collapsed issue. #19476 @wangweijun0418
  • 💄 Remove useless style in Select. #19510 @jacklee814
  • 💄 Added less variables @input-number-hover-border-color, @select-background. #19546
  • 🌍 Add downloadFile in all locale files. #19361 @DemetriusHR
  • 🇹🇭 Add missing translations in Thai (th_TH) locale. #19378 @anawinwz
  • Typescript

  • 🌟 Transfer listStyle 支持回调函数。#19330 @lxnxbnq
  • 🌟 Avatar 的 icon 属性支持传递 ReactNode。#19368
  • 🌟 TextArea 支持 allowClear#19310 @Rustin-Liu
  • 🌟 Upload 新增 method 属性用于修改请求方式。#19533
  • 🌟 Upload onChange 新增 XMLHttpRequest 作为额外参数。#19539 @hahmadia
  • 🐞 修复 WeekPicker 中 defaultPickerValue 不生效的问题。#19141 @NightFox7
  • 🐞 修复 DatePicker 抛出 onEsc is not a function 错误。#19474
  • 🐞 修复 Table 改变每页大小时不滚动到第一行的问题。#19474 @MrHeer
  • 💄 修复 Button.Group 下图标按钮没有对齐的问题。#19453
  • 💄 修复 Checkbox 对勾在 Chrome 下有时没有居中的问题。#19452
  • 💄 修复 Menu margin 样式重合的问题。#19476 @wangweijun0418
  • 💄 移除 Select 中没有必要的样式。#19510 @jacklee814
  • 💄 新增 less 变量 @input-number-hover-border-color, @select-background#19546
  • 🌍 国际化添加缺失的 downloadFile 支持。#19361 @DemetriusHR
  • 🇹🇭 添加丢失的泰文国际化 (th_TH)。#19378 @anawinwz
  • Typescript
Commits

The new version differs by 36 commits.

  • e88f021 docs: 3.25.0 changelog (#19549)
  • c1d55ad Revert "remove labelAlign: PropTypes.string"
  • 7649608 remove labelAlign: PropTypes.string
  • 187b103 chore: Delete duplicate variables (#19547)
  • 3402f65 tuple FormLabelAlign (#19543)
  • 15d8494 Merge pull request #19544 from ant-design/feature-merge-master
  • 696f560 feat: input,select less vars (#19546)
  • 5bf96bb merge master
  • 2144589 Gets the XMLHttpRequest Object in Onchange function (#19539)
  • 0189244 fix: fix remove url
  • dc2ba55 doc fix layout breakpoints url
  • 53efaa8 :zap: support Upload method
  • 3d8b9df fix: table does not automatically scroll to the top when change page size (#19465)
  • 767d2d0 feat: Add allowClear to TextArea (#19310)
  • 92caa2d docs: improve table demo description

There are 36 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.25.0 to 3.25.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.25.1
  • 🐞 Fix less variables of @menu-icon-size and @menu-icon-size-lg not working. #19553 @yoyo837
  • 🐞 Fix DirectoryTree defaultExpandedAll not working with treeData. #19646
  • 🐞 Fix Drawer content overflow when placement prop is top or bottom. #19506 @shaodahong
  • 🐞 Fix broken Menu.ItemGroup style inside Dropdown again. #19578
  • 🐞 Fix Dropdown that menu icon margin-right style is missing. #19635
  • 🐞 Fix Form.Item custom props not working. #19599 @yoyo837
  • 🐞 Fix Icon extraCommonProps not working properly. #19572 @yoyo837
  • 🐞 Fix Modal.method() scrollbar not disabled. #19233 @emersonlaurentino
  • Table
    • 🐞 Fix border missing in fixed columns. #19559
    • 🐞 Fix Column with sortOrder throw error of inifinite loop. #19558
    • 🐞 Fix Column defaultSortOrder not working. #19558
  • TypeScript
    • 🐞 Fix type definition of ListStyle for Transfer. #19568 @lxnxbnq
    • 🐞 Fix type definition of multiple props for RangePicker. #19421 @JennieJi

  • 🐞 修复定制 @menu-icon-size@menu-icon-size-lg less 变量不生效的问题。#19553 @yoyo837
  • 🐞 修复 DirectoryTree 中 defaultExpandedAll 在使用 treeData 时不生效的问题。#19646
  • 🐞 修复 Drawer 中 placement 属性为 top 或 bottom 时内容溢出的问题。#19506 @shaodahong
  • 🐞 修复 Dropdown 下 Menu.ItemGroup 样式错乱的问题。 #19578
  • 🐞 修复 Dropdown 中菜单图标丢失右边距的问题。#19635
  • 🐞 修复 Form.Item 中自定义属性无法生效的问题。#19599 @yoyo837
  • 🐞 修复 Icon 中 extraCommonProps 属性不生效的问题。 #19572 @yoyo837
  • 🐞 修复 Modal.method() 中浏览器滚动条没有禁用的问题。#19233 @emersonlaurentino
  • Table
    • 🐞 修复合并单元格和固定列同时使用时边框丢失的问题。#19559
    • 🐞 修复 Column 设置了 sortOrder 属性导致死循环的问题。#19558
    • 🐞 修复 Column 的 defaultSortOrder 属性不生效的问题。#19558
  • TypeScript
    • 🐞 修复 Transfer 中 ListStyle 的类型定义。#19568 @lxnxbnq
    • 🐞 修复 RangePicker 中多个属性的类型定义缺失的问题。#19421 @JennieJi
Commits

The new version differs by 32 commits.

  • 9dcaad0 Bump 3.25.1
  • c2ff794 docs: Add the changelog of 3.25.1 (#19657)
  • e116eea Update chalk to version 3.0.0
  • c6a7c44 Merge branch 'depfu/update/npm/typescript-3.7.2'
  • 91fcf98 :bug: fix error for [email protected]
  • 3afc432 Update typescript to version 3.7.2
  • 451d01b fix: refactor collect tree key code logic (#19646)
  • 0cf62f6 :up: upgrade rc-form and rc-animate for lifecyle warning
  • 499494c chore: react-helmet => react-helmet-async
  • c9682fc :memo: Add FAQ for ConfigProvider locale not working
  • 5916582 :bug: Fix Dropdown icon missing margin right (#19635)
  • 1d4f240 chore(deps-dev): bump @typescript-eslint/parser from 2.4.0 to 2.6.1 (#19630)
  • 94c3978 :memo: fix English translation missing of site footer
  • 8c23d8b :up: upgrade rc-footer
  • be0fd70 removing getContainer fixed (#19233)

There are 32 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.25.1 to 3.25.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.25.2
Commits

The new version differs by 22 commits.

  • 5ff193c docs: 3.25.2 changelog (#19768)
  • 91faa7e :clapper: improve notification placement demo
  • 5ecd32a site: :memo: Add GA event for opening in stackblitz
  • 26b9e1f test: introduce codesandbox ci (#19721)
  • d744df5 Fix Documentation for Menu API (#19757)
  • 0cb5601 fix: drawer footer fixed (#19751)
  • 2f30c80 fix: Update NL-nl locales (#19734)
  • 4079f36 Revert "fix: update Select type interface (#19730)" (#19733)
  • 8b705e3 fix: update Select type interface (#19730)
  • 6860336 fix: add missing null option type (#19722)
  • dfe7fd3 feat: code add stackblitz (#19714)
  • 3264844 fix: type interface SliderProps (#19713)
  • cedc956 Update index.en-US.md
  • 807fea0 fix[Style] Transfer (#19693)
  • af2dd37 Fixed typing issue in Table > filterDropdown (#19701)

There are 22 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.25.2 to 3.25.3.

Your tests are still failing with this version. Compare changes

Release Notes for 3.25.3
  • 🐞 Fix TimePicker disabled item style when focussed. #19812 @yoyo837
  • 🐞 Fix Menu.Item link style inside Badge. #19810
  • 🐞 Fix Upload picture-card type, for crashed style when list item is removing. #19783 @qq645381995
  • 🇳🇱 Update sk-SK locales. #19787 @Kamahl19
  • TypeScript

  • 🐞 修复 TimePicker 禁用项 focus 时的样式问题。#19812 @yoyo837
  • 🐞 修复 Menu.Item 链接在 Badge 内时,始终处于 active 状态的问题。#19810
  • 🐞 修复 Upload 类型为 picture-card 时,列表删除时的样式问题。#19783 @qq645381995
  • 🇳🇱 更新 sk-SK 国际化。#19787 @Kamahl19
  • TypeScript
Commits

The new version differs by 31 commits.

  • a210784 Merge pull request #19905 from ant-design/release-3.25.3
  • c8a2acb :memo: changelog
  • 19a8118 :memo: changelog
  • 34ff6db :memo: Upload changelog
  • f2ac4f3 docs: 🔗 fix g2plot link
  • fb4ed9a chore(Table): Update custom-filter-panel.md demo (#19899)
  • 46026c3 :memo: changelog Menu.Item
  • 5d26cb0 :memo: 3.25.3 changelog
  • 958bc51 docs: 🔗 fix antv.alipay.com to new antv.vision
  • fb66bce docs: fix promote link
  • 041b7fa fix: cp command do not work in MacOS, #19775
  • be30d4b docs: 🔥 announce brand new antv.vision
  • fecdfd9 Update rc-tabs to version 9.7.0 (#19726)
  • 040fe56 fix time-picker disabled item focus style (#19812)
  • 102efd5 docs: Improved grammar in AutoComplete docs (#19875)

There are 31 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.25.3 to 3.26.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.0
  • 🏆 3.26.0 will be the last minor version of antd v3. And v4 beta is coming!
  • 🌟 Notification support closeIcon props. #19618 @liuchao233
  • 🌟 Typography support pt_BR locale. #19651 @liuchao233
  • 🌟 Table support defaultFilteredValues props. #18925 @mgcrea
  • 🇲🇰 Locale add Macedonian support. #19647 @sradevski
  • 🐞 Fix Input.Group compat mode has wrong border radius for Input Addon. #19926
  • 🐞 Fix Spin render default indicator when indicator is null. #19943
  • 🐞 Fix Button component disabled with loading not prevent pointer-events. #19958
  • 🐞 Fix message can not cancel when key is provided. #19967
  • 🐞 Fix image in Upload with picture-card mode exceeds the border. #20008 @qq645381995
  • 🐞 Fix Input clear icon overlap with feedback icon. #20017
  • 🐞 Fix Slider tooltip text not align center. #20016
  • 🐞 Fix Descriptions items not working with React.Fragment. #20019
  • 🛠 Upload under drag mode moves className and style to the real effect dom.#19987
  • 💄Add less variable @table-header-bg-sm and fix small Table footer style. #19939

  • 🏆 3.26.0 将为 antd v3 最后一个 minor 版本,v4 beta 版即将发布!
  • 🌟 Notification 支持 closeIcon 属性。#19618 @liuchao233
  • 🌟 Typography 添加 pt_BR 国际化支持。#19651 @liuchao233
  • 🌟 Table 支持 defaultFilteredValues 属性。#18925 @mgcrea
  • 🇲🇰 国际化添加北马其顿支持。#19647 @sradevski
  • 🐞 修复 Input.Group 紧凑模式下使用 Input Addon 圆角不对的问题。#19926
  • 🐞 修复 Spin 在 indicator 属性为 null 时,渲染默认的旋转图标。#19943
  • 🐞 修复 Button 组件 disabledloading 状态下没有阻止鼠标事件。#19958
  • 🐞 修复 message 组件使用 key 时无法手动取消的问题。#19967
  • 🐞 修复 Upload 在 picture-card 模式下,图片过长会超出边界的问题。#20008 @qq645381995
  • 🐞 修复 Input 清除图标和反馈图标重合的问题。#20017
  • 🐞 修复 Slider 的 tooltip 内容没有居中的问题。#20016
  • 🐞 修复 Descriptions 内使用 React.Fragment 的渲染问题。#20019
  • 🛠 Upload 拖拽模式下的 classNamestyle 将会作用到真正的 dom 上。#19987
  • 💄 新增 less 变量 @table-header-bg-sm 并修复小号 Table 的 footer 样式。#19939
Commits

The new version differs by 30 commits.

  • 73db454 3.26.0 change log (#20026)
  • ca6260c Update index.zh-CN.md (#19627)
  • a713a6a Merge pull request #20024 from ant-design/merge-feature
  • 1d516d7 merge feature
  • 6e69bcc fix test case
  • d7e8102 :bug: Fix Descriptions items not working with React.Fragment (#20019)
  • 0ec7fa8 :bug: Fix Slider tooltip not aligned center (#20016)
  • 329edc1 :bug: Fix Input clear icon overclap with feedback icon (#20017)
  • 74e0587 Update stylelint-config-prettier to version 7.0.0 (#20013)
  • 815d525 :memo: change home page promote url
  • b022eaf fix: fix upload long picture style (#20008)
  • 53eee98 :bug: docs: fix scrollama error
  • c824569 move className and style to ant-upload-drag (#19987)
  • f7d211f Update http-server to version 0.12.0 (#19982)
  • d6430ad fix: update message content with a unique key and cancel manually (#19967)

There are 30 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.0 to 3.26.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.1
  • 🐞 Fix List pagination options text align. #20037
  • 🐞 Fix Button text not align well in Chrome. #20059
  • 🐞 Fix DescriptionItem className error applied to label. #20067 @Liu-Ya
  • 🐞 Fix Tree duplicated icons when showLine is true. #20090
  • 🐞 Fix Editable Typography flush in Firefox. #20118
  • 🐞 Improve Icon component definition to be compatible with create-react-app svg component. #20142
  • Table
    • 🐞 Fix small table header border missing. #20030
    • 🐞 Fix filterIcon throws error when render string or number.
    • 🐞 Fix filterIcon shows wrong title when returns Tooltip. #20049
    • 🐞 Fix columns have 9px align issue in Windows Chrome. #19952

  • 🐞 修复 List 下分页选项文本对齐问题。#20037
  • 🐞 修复 Chrome 下 Button 文字没有垂直居中的问题。#20059
  • 🐞 修复 DescriptionItem 的 className 错误应用于 label。#20067 @Liu-Ya
  • 🐞 修复 Tree showLine 为 true 时展示多余图标的问题。#20090
  • 🐞 修复 Typography 可编辑组件在 Firefox 下闪动的问题。#20118
  • 🐞 修复 Icon component 的定义,使其兼容于 create-react-app 的 svg 组件定义。#20142
  • Table
    • 🐞 修复小号 Table 表头边框丢失的问题。#20030
    • 🐞 修复 filterIcon 返回字符串或数字时报错的问题。
    • 🐞 修复 filterIcon 返回 Tooltip 时显示了错误的 title#20049
    • 🐞 修复在 Windows Chrome 下固定列有 9px 的对齐问题。#19952
Commits

The new version differs by 36 commits.

  • fd6d179 chore: lock eslint-plugin-impor
  • e01e545 :up: upgrade eslint-plugin-import
  • 13fb839 :up: fix eslint errors
  • 85fcf0f :bug: fix Icon component ts error with cra definition
  • 0b1a540 Bump 3.26.1
  • ea1f00d Merge pull request #20140 from ant-design/release-3.26.1
  • bef81be add 3.6.1 changelog
  • b875f2a Update react-dnd to version 10.0.2 (#20138)
  • 408fbb4 Update stylelint-config-prettier to version 8.0.0 (#20129)
  • 850a5b4 Docs: fix table demo typing error (#20115)
  • ab36853 :memo: improve create-react-app documentation
  • 9b65863 :white_check_mark: Add lighthouse-ci action
  • adf5288 :lipstick: Fix Editable Textarea flash in Firefox
  • 4300c04 :memo: improve Typography demo description
  • fb68fcd :lipstick: use classNames in Editable

There are 36 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.1 to 3.26.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.2
  • 🐞 Fix DatePicker disabledTime TypeScript definition to be optional. #20153 @khaledkhalil94
  • 🐞 Fix Transfer's title of dataSource TypeScript definition to be optional. #20144 @mraiguo

  • 🐞 修正 DatePicker disabledTime 属性 TypeScript 定义为可选。#20153 @khaledkhalil94
  • 🐞 修正 Transfer dataSourcetitle 属性 TypeScript 定义为可选。#20144 @mraiguo
Commits

The new version differs by 6 commits.

  • 20ef1f1 :clapper: improve Dropdown context menu demo
  • 62839eb :sparkles: bump 3.26.2
  • 2f7998c Fix: "disabledTime" property type in date-picker
  • fee211e :memo: Add docs for ConfigProvider getPopupContainer
  • 8188956 When using the render property to customize the title, the title property of the datasource is not required
  • 57cb4a4 docs: update changelog

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.2 to 3.26.3.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.3
  • 🛠 support unpkg field in package.json. #20193
  • 🐞 Fix Tree showLine and showIcon missing icon. #20196
  • 🐞 Fix Modal combine Drawer cause invalid scroll problem. #20242
  • 🐞 Fix Drawer switchScrollingEffect prop on a DOM element warning. #20175
  • 🐞 Fix Select Option label definition. #20190 @ZhechenLi
  • 💄 Optimize Form feedback icon padding. #20164 @Satloff
  • 💄 Add less variables for Select/Cascader to optimize dropdown padding and border radius. #20156 @Satloff

  • 🛠 antd package.json 中补充 unpkg 字段。#20193
  • 🐞 修复 Tree showLineshowIcon 同时开启时 [+] [-] 图标丢失的问题。#20196
  • 🐞 修复 Modal 和 Drawer 结合使用时导致滚动失效的问题。#20242
  • 🐞 修复 Drawer switchScrollingEffect prop on a DOM element 警告。#20175
  • 🐞 修复 Select Option 的 label 属性定义。#20190 @ZhechenLi
  • 💄 优化 Form 反馈图标的间距样式。#20164 @Satloff
  • 💄 Select/Cascader 新增和优化边距 padding 和圆角的相关 less 变量。#20156 @Satloff
Commits

The new version differs by 12 commits.

  • 32cf75c :sparkles: Release 3.26.3 (#20258)
  • 7cb4d4b Add link of "Install and Initialization" to Getting started (#20251)
  • 65ea688 fix: Modal combine Drawer cause overflow invalid (#20242)
  • 1958b78 docs: copy state to props is a bad practice (#20212)
  • a90e447 docs: Update Tree docs (#20208)
  • b02d80d :clapper: improve Tree showLine demo
  • 0a5ec67 :bug: Fix Tree showLine and showIcon missing icon
  • f459ae9 :wrench: Add unpkg field in package.json (#20193)
  • 6301c20 fix: fix type of OptionProps
  • fdc6070 :lipstick: fix home buttons align of Windows Firefox
  • 721d8cb improve dropdown/cascader/select customization
  • b0d55c8 fix icon spacing in forms

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.3 to 3.26.4.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.4
  • 🐞 Fix upload preview not support ico file type issue. #20375 @Rustin-Liu
  • 🐞 Fix Form feedback icon combine Input suffix display not correct. #20363
  • 🐞 Fix Tag onClick been triggered when close it. #20355
  • 🐞 Fix Cascader component form check color trigger issue. #20347 @xrkffgg
  • 🐞 Disallow auto focus input after triggering onSearch event in mobile and tablet devices. #20332 @YaoKaiLun
  • 🐞 Fix Tabs ink bar missing transition animation. #20283
  • 🐞 Fix TreeNode without icon show white block in showIcon mode. #20274
  • TypeScript

  • 🐞 修复 Upload 组件预览不支持 .ico 文件问题。#20375 @Rustin-Liu
  • 🐞 修复 Form feedback 图标结合 Input suffix 显示不正确。#20363
  • 🐞 修复 Tag 关闭时 onClick 被触发的问题。#20355
  • 🐞 修复 Cascader 组件 Form 校验触发时,鼠标悬浮显示颜色问题。#20347 @xrkffgg
  • 🐞 修复移动端点击搜索后,自动聚焦输入框,导致弹出键盘的问题。#20332 @YaoKaiLun
  • 🐞 修复 Tabs 高亮条宽度的 transition 过度动画失效的问题。#20283
  • 🐞 修复 TreeNode 不设置 icon 时会展示一个空白占位的问题。#20274
  • TypeScript
    • ⚡️ 更新 Table onChangefilters 的定义。#20337 @MrHeer
Commits

The new version differs by 27 commits.

  • 088ca07 docs: 3.26.4 changelog (#20379)
  • f4fd7cf Update index.zh-CN.md (#20382)
  • 0a00c5e Correct Grammar in Form Component's Documentation (#20381)
  • 92169c4 upload: fix upload not support ico file type issue(#20360) (#20375)
  • 74082de fix(Form): feedback icon with input suffix display not correct (#20363)
  • f98deba chore: :memo: improve docs and config json (#20364)
  • 6e27c62 :bug: fix Tag onClick triggered when close (#20355)
  • 38dab1f fix: cascader error color (#20347)
  • f14f934 update TreeSelect docs (#20341)
  • 32744e7 fix: Disallow auto focus input after triggering "onSearch" event in mobile and tablet devices (#20332)
  • ea9e9fb :bug: (Table): fix filters define in onChange (#20337)
  • 7a2d1f2 :lipstick: optimize Steps labelPlacement vertical UI (#20325)
  • aa0b1c5 chore: :wastebasket: remove unused prop
  • ced537d docs: :memo: fix site overflow style
  • 930ad2e docs: 📝 Description List => Descriptions (#20316)

There are 27 commits in total.

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.4 to 3.26.5.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.5
  • Table
    • 🐞 Revert the logic of return fisrt page by default after sort. #20507
    • 🐞 Fix header wrong text align when colspan=1. #20463
  • 🐞 Fix Tabs ink bar disappearing when animated prop is false. #20417 @xrkffgg
  • 🐞 Fix Tree wrong indent. #20456

  • Table
    • 🐞 回滚排序后默认回到第一页的逻辑。#20507
    • 🐞 修复分组列头在 colspan=1 时文本没有对齐的问题。#20463
  • 🐞 修复 Tabs 的 animated 属性为 false 时,高亮条消失的问题。#20417 @xrkffgg
  • 🐞 修复 Tree 节点缩进不正确的问题。#20456
Commits

The new version differs by 13 commits.

  • 8e793c4 Bump 3.26.5
  • 8947275 docs: Add the changelog of 3.26.5 (#20520)
  • df8f343 revert Table page return 1 after sort (#20507)
  • 670bd4b :white_check_mark: update snapshots
  • 75ed2e0 :memo: Add instruction about disabledDate
  • 2f72e47 :bug: Fix Table header text align when colspan=1 (#20463)
  • 77dc5fa :memo: Update draggable.md (#20458)
  • 9ea5fb3 :bug: Fix Tree wrong indent (#20456)
  • 847f5fc fix: tab bar animated style (#20417)
  • 44a63ac :memo: update feature
  • 1ae0984 doc: fix warning date (#20413)
  • dc3bf75 docs: add #20325 in 3.26.4 changelog (#20395)
  • b826157 update TreeSelect docs (#20402)

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.5 to 3.26.6.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.6
  • 📢 v3 branch changes from master to 3.x-stable and v4 merge into master.
  • 💄 Improve Steps type="navigation" UI in small screen. #20545
  • 🐞 Fix message.xxx pass null will failed. #20546
  • 🐞 Remove Input.Password value attribute from dom. #20544

  • 📢 v3 分支由 master 进入 3.x-stable,v4 合入 master
  • 💄 优化 Steps type="navigation" 在小屏幕下的样式。#20545
  • 🐞 修复 message.xxx 传入 null 会报错的问题。#20546
  • 🐞 优化 Input.Password 在 dom 中明文显示 value 属性的问题。#20544
Commits

The new version differs by 12 commits.

  • 44c9bca docs: 3.26.6 changelog (#20647)
  • 4df1cd3 docs: update Modal docs (#20612)
  • 2f7c895 Revert "Update colors.en-US.md (#20606)" (#20607)
  • c513296 Update colors.en-US.md (#20606)
  • 2416f73 fix: url 404 (#20589)
  • d102c2b :up: upgrade stylelint-order (#20585)
  • 2adf8ce fix: 💄 Remove Input.Password value attribute from dom (#20544)
  • 528f1df Fix image misplacing (#20552)
  • 4297f33 fix: use Object.prototype.toString to check object (#20546)
  • 8ea9356 :lipstick: Improve Step type="navigation" UI in small screen (#20545)
  • bcb71b8 chore: dev mode always show debug default (#20535)
  • 121437b Remove inconsistant style (#20533)

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.6 to 3.26.7.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.7
  • 💄 Optimize Table fixed columns blank problem in some case. #20821 @AshoneA
  • 🐞 Fix Tree switcherIcon shown in leaf node problem. #20753
  • 🐞 Fix Badge z-index higher than Table fixed columns. #20751
  • 🐞 Fix Cascader search bug when fieldNames is existed and label/value share same name. #20720
  • 🐞 Fix Collapse background color with wrong less variable. #20718 @kuitos
  • 🐞 Fix Input.Group inside <Form layout="vertical" > 1px bug. #20685

  • 💄 优化 Table 固定列在某些情况下出现空白间隔的问题。#20821 @AshoneA
  • 🐞 修复 Tree switcherIcon 在叶子节点上展示的问题。#20753
  • 🐞 修复 Badge 在 Table 固定列中穿透的问题。#20751
  • 🐞 修复 Cascader fieldNames 中 label 和 value 共用一个值时搜索功能失效的问题。#20720
  • 🐞 修复 Collapse 背景使用错误的 less 变量。#20718 @kuitos
  • 🐞 修复 <Form layout="vertical" > 内 Input.Group 偏上一像素的问题。#20685
Commits

The new version differs by 13 commits.

  • b6fc016 chore: check commit (#20880)
  • 92fe411 docs: 3.26.7 changelog (#20873)
  • ab29ecb fix: better approach to solve not show overflow content when in elastic (#20821)
  • 23d5a85 :clapper: improve Tag demo
  • 6e4fa95 :bug: fix Tree switcherIcon shown in leaf node (#20753)
  • 2753ce9 :bug: tweak @zindex-badge for table fixed column
  • 057f5b8 :bug: Fix Cascader search bug when fieldNames existed (#20720)
  • d3eea22 fix: correct the collapse-borderless class variable (#20718) (#20721)
  • da2f54a refactor: improve digital input in tooltip demo (#20702) (#20717)
  • e5dd231 site: 📣 promote yuque activity
  • c6eafe8 :bug: fix Input.Group 1px bug in vertical layout form (#20685)
  • 0520b84 docs: Update year in change log (#20670)
  • 8dd91ca docs: Update home for antd next link

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.7 to 3.26.8.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.8
  • 🐞 Fix Tooltip hidden when title is 0. #20894
  • 🐞 Fix List actions inconsistent position. #20897
  • 🐞 Fix Card font-size of actions not in less theme variables. #21106
  • 🐞 Fix Layout components displayName. #21124
  • 🐞 Fix Modal.confirm okButtonProps and cancelButtonProps interface. #21165

  • 🐞 修复 Tooltip title0 时没有显示的问题。#20894
  • 🐞 修复 List actions 位置不在右边的问题。#20897
  • 🐞 修复 Card actions 字体大小不受 less 变量影响的问题。#21106
  • 🐞 修正 Layout 各组件的 displayName#21124
  • 🐞 优化 Modal.confirm 的 okButtonPropscancelButtonProps 的 TypeScript 类型。#21165
Commits

The new version differs by 11 commits.

  • 59c29a4 :sparkles: release 3.26.8 (#21187)
  • d3102bb :bug: fix site menu affix bug (#21188)
  • e036e4c site: 📣 promote g2plot
  • da3540b Replace NativeButtonProps with ButtonProps for okButtonProps and cancelButtonProps. (#21165)
  • bba87d4 update display names for layout components (#21124)
  • 6de8522 fix: card actions font-size issue (#21106)
  • 674074c fix: 3.x deploy site (#20682)
  • c68f446 fix error docs (#20926)
  • a96a95c :bug: Fix List item flex layout (#20897)
  • b112378 :bug: Fix Tooltip title 0 is not shown (#20894)
  • db4bec9 version 3.23.0 (#20890)

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.8 to 3.26.9.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.9
  • 🐞 Fix Badge that count is not align when wrapped by Typography. #21237
  • 🐞 Fix Steps that icon is not align when size="small" and labelPlacement="vertical". #21258
  • 🐞 Fix Typography not focus at the end of textarea when editable is true. #21268
  • TypeScript

Commits

The new version differs by 8 commits.

  • a1c733a Bump 3.26.9
  • 9918140 docs: Add the changelog of 3.26.9 (#21289)
  • 87cbe01 Explicitly add children prop to Timeline. (#21265)
  • eea0b02 :bug: Typography editable should focus at the end (#21268)
  • 88bed67 :bug: Fix Steps style when size="small" and labelPlacement="vertical" (#21258)
  • f7e7ce9 fix: Minor fix on ValidationRule to match AsyncValidator (#21250)
  • ae7666f fix badge (#21237)
  • 3fb7325 Fix wrong event type of AntTreeNodeMouseEvent (#21200)

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.9 to 3.26.10.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.10
  • 🐞 Fix Input.Group inside <Form layout="vertical" > 1px bug. #20685
  • 🐞 Fix Badge color not working when contains children. #21333
  • 🐞 Fix Alert close button extra padding. #21325
  • 🐞 Fix Affix throws Cannot read property getBoundingClientRect in mobile device. #21350
  • 💄 Tweak Steps 1px align issue. #21306
  • 💄 Fix Row component affect next element style issue. #21310
  • Typescript

  • 🐞 修复 <Form layout="vertical" > 内 Input.Group 偏上一像素的问题。#20685
  • 🐞 修复 Badge 包裹模式下 color 属性失效的问题。#21333
  • 🐞 修复 Alert 关闭按钮额外的 padding#21325
  • 🐞 修复 Affix 在移动设备下抛错 Cannot read property getBoundingClientRect 的问题。#21350
  • 💄 微调 Steps 文本 1px 使其居中对齐。#21306
  • 💄 修复 Row 组件影响下一个元素样式问题。#21310
  • Typescript
Commits

The new version differs by 12 commits.

  • 4c52401 Bump 3.26.9
  • 7c96796 docs: add 3.26.10 changelog (#21393)
  • ac63d26 Revert "fix: Minor fix on ValidationRule to match AsyncValidator (#21250)" (#21391)
  • b22ef22 :white_check_mark: fix Badge test in React 15
  • 831f0fc chore: remove unused iconClassName from definition (#21378)
  • 4db7cbc :bug: Fix Affix throws Cannot read property getBoundingClientRect (#21350)
  • dd16a24 :bug: fix Badge color not working when contains children (#21333)
  • f692e7e :bug: fix Alert button extra padding in Firefox (#21325)
  • fd553c9 :clapper: improve dropdown demos in mobile (#21312)
  • 1b23971 :lipstick: tweak steps 1px align (#21306)
  • 04ef6a8 fix: Clear fix missing width (#21310)
  • 703a4b1 docs(changelog): Add missing version

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.10 to 3.26.11.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.11
  • 🐞 Rollback misc clearfix style to breaks flex layout (mainly affect Row, Form, Layout style). #21406

  • 🐞 回滚原子样式 clearfix 以修复破坏 flex 布局的问题(主要影响 Row、Form、Layout 等布局问题)。#21406
Commits

The new version differs by 3 commits.

  • ef7bb37 docs: 3.26.11 changelog (#21405)
  • ac740d7 fix: Revert patch of row fix (#21406)
  • e356630 fix: ant-row with flex

See the full diff

from antd-password-input-strength.

greenkeeper avatar greenkeeper commented on June 12, 2024
  • The devDependency antd was updated from 3.26.11 to 3.26.12.

Your tests are still failing with this version. Compare changes

Release Notes for 3.26.12
  • 🐞 Fix Input with readOnly still clearable by allowClear. #21492
  • 🐞 Fix Upload won't showing download icon defaultly. #21496
  • ⚡️ Improve Button render performance. #21217

  • 🐞 修复 Input 在设置 readOnlyallowClear 仍然可以清除的问题。#21492
  • 🐞 修复 Upload 列表默认情况下不展现下载按钮。#21496
  • ⚡️ 提升 Button 渲染性能。#21217
Commits

The new version differs by 6 commits.

  • 2ae5efa release: 3.26.12 (#21547)
  • e85ec40 avoid reading innerText (#21217)
  • bb335bc uniq (#21522)
  • 26dd6f7 :lipstick: tweak Upload showDownloadIcon default value (#21496)
  • 91a5947 docs: 📝 Added expandIconColumnIndex property description of Table. (#21495)
  • be19e4e fix: Input with readOnly should not clearable (#21492)

See the full diff

from antd-password-input-strength.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.