Code Monkey home page Code Monkey logo

Comments (24)

greenkeeper avatar greenkeeper commented on June 12, 2024

After pinning to 3.14.1 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.15.0 to 3.15.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.15.1
  • 🌟 Add four less variables @pagination-item-bg-active, @icon-color, @btn-border-width and @btn-border-style. #15302, #15343, #15397 @searleb
  • 🌟 Fix tree shaking not working for PageHeader. #15354
  • 🌟 Modal supports Modal.confirm({ icon: null }) to hide default Icon. #15319
  • List
    • 🐞 Keep same content color of List like previous version. #15301
    • 🐞 Fix some List Item styling issues. #15328
  • Badge
    • 🐞 Fix the issue that customized color is not supported in Badge. #15356 @DiamondYuan
    • 🐞 Fix height problem of Badge with dot. #15395
  • 🐞 Fix tabbar style of Tabs component in card mode. #15299 @rinick
  • 🐞 Fix Calendar can't switch type. #15338 @zy410419243
  • 🐞 Fix Avatar component cannot calculate the offset when display: none is set. #15351 @ppbl
  • 🐞 Correct suffix icon in Input.Password. #15381 @melchior-voidwolf
  • 🐞 Fix Layout has classname ant-layout-has-sider even if hasFixer is set to false. #15396 @SoraYama
  • 🐞 Fix Divider alignment issue in PageHeader. #15400
  • 🐞 Fix a style issue of Skeleton. #15421 @Maktel
  • 🌟 Adjust multiple TypeScript types

  • 🌟 添加了四个 less 变量 @pagination-item-bg-active@icon-color@btn-border-width 以及 @btn-border-style#15302#15345#15397 @searleb
  • 🌟 修复 PageHeader tree shaking 失效的问题。#15354
  • 🌟 Modal 组件添加 Modal.confirm({ icon: null }) 来隐藏默认的 Icon。#15319
  • List
    • 🐞 保持 List 组件内容颜色与之前的版本一致。#15301
    • 🐞 修复 List 的一些样式问题。#15328
  • Badge
    • 🐞 修复 Badge 组件不支持自定义颜色的问题。#15356 @DiamondYuan
    • 🐞 修复 Badge 组件内带小圆点时的高度问题。#15395
  • 🐞 修复 Tabs 组件在卡片模式下 tabbar 的样式。#15299 @rinick
  • 🐞 修复 Calendar 无法切换类型的问题。#15338 @zy410419243
  • 🐞 修复 Avatar 组件设置了 display: none 的时候无法计算偏移量的问题。#15351 @ppbl
  • 🐞 修复 Input.Password 组件的后置 Icon。#15381 @melchior-voidwolf
  • 🐞 修复 Layout 即使在 hasSider 属性为 false 的时候依然会加 ant-layout-has-sider 的 classname 的问题#15396 @SoraYama
  • 🐞 修复 Divider 在 PageHeader 组件中的对齐问题。#15400
  • 🐞 修复 Menu 收缩后,SubMenu 异常渲染的问题。#15409 @zy410419243
  • 🐞 修复 Skeleton 组件的样式问题。#15421 @Maktel
  • 调整了多处 Typescript 类型
Commits

The new version differs by 119 commits.

  • eacb572 3.15.1
  • 5806c98 Merge pull request #15455 from ant-design/release-3.15.1
  • dbd9f32 address cr
  • 5b3628b docs: add changelog for 3.15.1
  • 5d96ba6 English translation for notFoundContent (#15453)
  • b40c0d3 Update DatePicker docs (#15092)
  • 3d16a27 Merge pull request #15446 from ant-design/fix#15438
  • c99b2a7 fix: export ConfigProviderProps interface
  • 1bb7d6c Merge pull request #15409 from zy410419243/issue-15321
  • 785820e Merge pull request #15420 from akaguny/patch-1
  • 59a6d49 Update index.en-US.md
  • e052031 Merge pull request #15428 from DiamondYuan/fix#15384
  • 4aa32b9 Merge pull request #15434 from chiaweilee/patch-1
  • 72296fd fix: lint
  • 729f3b9 Merge pull request #15433 from yuezk/update-tooltip-doc

There are 119 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.15.1 to 3.15.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.15.2
Commits

The new version differs by 43 commits.

  • 5d17a6e Bump 3.15.2
  • 6d68afd Add the changelog of 3.15.2 (#15602)
  • d0a1196 remove useless param in tree doc (#15591)
  • 9e0aa5c :bug: Fix empty missing when Table is loading (#15583)
  • 922f29b chore: Add CNAME
  • df36453 Update introduce.zh-CN.md
  • b6d7d7f translation for spec/feedback (#15460)
  • 30a306a translation for data display (#15454)
  • 7c7c619 :bug: Fix Select notFound align issue (#15570)
  • 267ad34 modify interface ListLocale.emptyText from text to ReactNode (#15571)
  • 4eb33eb fix: set min-width instead of width (#15547)
  • c8a3266 :memo: put description in PR template into comment (#15513)
  • 4ad71cb Included pt_PT table sort title description (#15551)
  • 4da56cd Refactor Avatar scale calculate logic (#15503)
  • c5a4eef :lipstick: Enhance component demo (#15511)

There are 43 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.15.2 to 3.16.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.16.0
  • 🌟 Badge support customize color. #15764
  • 🌟 Checkbox.Group support name prop. #15760 @bencallaway
  • 🌟 Modal support confirm({ icon: null }) to hide Icon. #15319 @Adamwu1992
  • Empty
    • 🌟 Support imageStyle prop. #15487
    • 🌟 Support Empty.PRESENTED_IMAGE_DEFAULT and Empty.PRESENTED_IMAGE_SIMPLE for default image. #15487
  • 🌟 Progress.Line support gradient line color. #15524 @zy410419243
  • DatePicker
    • 🌟 Update rc-calendar to support default value can be null. #520
    • 🐞 Fix disabled and selected date cell style of DatePicker. #15608
    • 🐞 Fix RangePicker can not select same month. #15427
  • ⚡️ Refactor Form move ant-form-item-no-colon selector position in Form.Item. #15592 @HsuanXyz
  • Menu
  • 🐞 Fix Upload border jumping issue in Chrome. #15636
  • 🐞 Fix clear icon style in Input and Input.Search. #15672
  • 🐞 PageHeader support level 2 breadcrumb. #15689
  • Tag
    • 🐞 Revert Tag wrap style to fix display in table. #15690
    • 💄 Remove Tag animation. #15233
  • 🐞 Fix Spin style when indicator is Icon. #15712
  • 🐞 Fix collapsible Layout.Sider throw error when use svg icon. #15720 @wx1322
  • 💄 Remove underlines from focused links. #15759 @Nouzbe
  • Table
    • 💄 Move Table sort button after title closely. #15758
    • 💄 Fix components covered by Table fixed columns. #15782
  • 🐞 Fix col element missing relative style. #15766
  • 💄 Adjust Card and PageHeader padding from 32px to 24px. #15755
  • 🌟 Add less variables
  • 🌟 Adjust multiple TypeScript types

  • 🌟 Badge 支持自定义颜色。#15764
  • 🌟 Checkbox.Group 支持 name 属性。#15760 @bencallaway
  • 🌟 Modal 支持通过 confirm({ icon: null }) 隐藏图标。#15319 @Adamwu1992
  • Empty
    • 🌟 Empty 支持 imageStyle 属性。#15487
    • 🌟 Empty 支持通过 Empty.PRESENTED_IMAGE_DEFAULTEmpty.PRESENTED_IMAGE_SIMPLE 访问预置图片。#15487
  • 🌟 Progress.Line 支持渐变色。#15524 @zy410419243
  • DatePicker
    • 🌟 更新 rc-calendar 依赖,允许默认值可以是空。#520
    • 🐞 修复 DatePicker 中 disabled 和 selected 日期单元的样式。#15608
    • 🐞 修复 RangePicker 不能选择同一个月的问题。#15427
  • ⚡️ 重构 Form 移动 ant-form-item-no-colon 样式到 Form.Item 中。#15592 @HsuanXyz
  • Menu
  • 🐞 修复 Chrome 中 Upload 边框跳动的问题。#15636
  • 🐞 修复 Input 和 Input.Search 中清除按钮图标样式。#15672
  • 🐞 PageHeader 支持 2 层的 breadcrumb#15689
  • Tag
    • 🐞 回滚 Tag 换行样式,以避免表格中切行。#15690
    • 💄 移除 Tag 动画。#15233
  • 🐞 修复 Spin indicator 为 Icon 时的样式。#15712
  • 🐞 修复可收缩 Layout.Sider 使用 svg 图标时会报错的问题。#15720 @wx1322
  • 💄 移除聚焦链接的下划线样式。#15759 @Nouzbe
  • Table
    • 💄 将 Table 排序按钮移至标题后。#15758
    • 💄 修复 Table 固定列遮挡其他组件的问题。#15782
  • 🐞 修复 Col 丢失相关样式的问题。#15766
  • 💄 调整 Card 和 PageHeader 样式,将 padding 从 32px 改成 24px#15755
  • 🌟 添加 less 变量
  • 🌟 调整相关 TypeScript 类型定义
Commits

The new version differs by 123 commits.

  • dd8b678 update changelog (#15781)
  • 0f49dd2 Merge pull request #15784 from ant-design/merge-feature
  • 9d06bec :bug: Fix components covered by Table fixed columns (#15782)
  • 41f2316 Merge branch 'feature' into merge-feature
  • e3b252b Fixed an issue about the component(RangePicker) could not select the … (#15427)
  • 550ff72 Merge pull request #15775 from ant-design/merge-feature
  • b7ee6d8 Merge pull request #15774 from ant-design/hide-useless-demo
  • 2c693ee merge feature
  • a49caab Add name attribute support to Checkbox.Group (#15760)
  • 1f2375d :clapper: Remove useless badge demo
  • 0fd0faa Update Card & PageHeader style (#15755)
  • 2cec053 Merge pull request #15766 from ant-design/fix-missing-col-className
  • b87daf9 Merge pull request #15768 from ant-design/upgrade-dev-deps
  • bdf60f3 :up: upgrade devDependency TypeScript to 3.4.1
  • 4a5327e Merge pull request #15767 from ant-design/improve-site-footer

There are 123 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.16.0 to 3.16.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.16.1
  • 🐞 Fix antd.less file missing. #15790

  • 🐞 修复 antd.less 丢失的问题。#15790
Commits

The new version differs by 3 commits.

  • d839135 patch for antd.less missing
  • 4b3c2ea Merge pull request #15791 from pierre-H/patch-2
  • 1ff849c Avoid react doesn't have default export

See the full diff

from antd-password-input-strength.

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

Your tests are still failing with this version. Compare changes

Release Notes for 3.16.2
  • 🐞 Fix Menu shaking and collapse behavior. #15868
  • 🐞 Fix List pagination pageSize changer not work. #15871
  • 🐞 Fix RangePicker end time input not editable. #15866
  • 📝 Site Icon supports search. #15867 @DiamondYuan
  • 🐞 Fix TimePicker locale doesn't work. #15837
  • 🐞 Fix Steps style broken when using progressDot and size="small". #15856
  • 🐞 Fix Affix position not update when content height changed. #15899
  • Table
    • 🐞 Fix Table align: right not work on title when sorting is enabled. #15895
    • 🐞 Fix Table filter display issue when use non-string type. #15817
  • 🐞 Fix Badge display negative count incorrect. #15810
  • 💄 Optimize Empty default UI of Empty.PRESENTED_IMAGE_SIMPLE. #15841
  • 🌟 Added a new less variable @html-selector to enable override of html selector to support theme prefix. #15613 @krokofant
  • TypeScript
    • 🐞 Fix Table columnGroup definition. fc45d

  • 🐞 修复 Menu 收缩的异常闪动。#15868
  • 🐞 修复 List 分页无法改变每页条数。#15871
  • 🐞 修复 RangePicker 结束时间不可输入。#15866
  • 📝 站点 Icon 支持图标搜索。#15867 @DiamondYuan
  • 🐞 修复 TimePicker locale 属性无效的问题。 #15837
  • 🐞 修复 Steps 同时使用 progressDotsize="small" 时的样式错乱问题。#15856
  • 🐞 修复 Affix 的内容高度改变时,位置不更新的问题。 #15899
  • Table
    • 🐞 修复 Table 使用排序时,表头设置 align: right 失效的问题。#15895
    • 🐞 修复 Table 筛选使用 string 以外类型的展示问题。 #15817
  • 🐞 修复 Badge count 为负数时的显示问题。#15810
  • 💄 优化 Empty.PRESENTED_IMAGE_SIMPLE 的默认样式。 #15841
  • 🌟 新增 less 变量 @html-selector 用于支持主题前缀。#15613 @krokofant
  • TypeScript
    • 🐞 修复 Table columnGroup 定义。fc45d
Commits

The new version differs by 75 commits.

There are 75 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.16.2 to 3.16.3.

Your tests are still failing with this version. Compare changes

Release Notes for 3.16.3
  • 🐞 Fix Button typescripts definition with latest @types/react. #15938
  • ⚠️ Add DatePicker warning when time invalidate. #15920
  • 🐞 Fix Menu arrow not display in old version of IE. #15932
  • 🐞 Fix Progress success UI when status is undefined. #15951
  • 🐞 Fix Tooltips not work when Menu collapsed. #15948
  • 🐞 Fix Switch can't be trigger by click of form label. #15923
  • 🐞 Fix Directory onSelect info not correct. #15967
  • 🐞 Fix Menu defaultOpenKeys not work as expect. #15970
  • 🐞 Fix Nested Table with middle size style not correct. #16008
  • 🐞 Fix nest Tabs ink bar style issue. #16013
  • 🐞 Fix Empty in IE not fully render. #16016
  • 🐞 Fix Switcher loading icon and checkbox should be vertical align when @tree-title-height is modified. #15962
  • 💄 Default selection column width can be overrided in css. #15990
  • TypeScript
    • 🐞 Fix Pagination showLessItems TS definition. #15952

  • 🐞 修复 Button 类型定义在在最新的 @types/react #15938
  • ⚠️ 新增当 time 不合法时 DatePicker 的提示。#15920
  • 🐞 修复 Menu 箭头在老 IE 版本上不显示的问题。#15932
  • 🐞 修复 Progress 当 statusundefined 时的展示。#15951
  • 🐞 修复 Menu 折叠时 Tooltip 的问题。#15948
  • 🐞 修复 Switch 应该被 Label 触发的问题。#15923
  • 🐞 修复 Directory onSelect 无法使用的问题。#15967
  • 🐞 修复 Menu defaultOpenKeys 不工作。#15970
  • 🐞 修复内嵌的 Table sizemiddle 时的样式。#16008
  • 🐞 修复 Tab display: none 时高亮线条丢失的问题。#16013
  • 🐞 修复 Empty IE 展示的问题。#16016
  • 🐞 修复通过修改 @tree-title-height 的值会导致 tree-switcher-loading-icon 位置不再居中的问题。#15962
  • 💄 修复默认的 selection column width 无法被样式覆盖的问题。#15990
  • TypeScript
    • 🐞 修复 Pagination showLessItems TS 类型定义。#15952
Commits

The new version differs by 55 commits.

  • fba0181 docs: 📝 3.16.3 changelog (#16051)
  • 32bc699 update snapshot (#16059)
  • eba49be Merge pull request #15976 from ant-design/site-hash-js
  • 69dcb11 docs: fix broken link
  • d16bc57 Merge pull request #16040 from gaoqiang19514/patch-1
  • 67ee36b Update use-with-create-react-app.zh-CN.md
  • 38f701c fix: Empty in IE not fully render (#16016)
  • 41316e6 update snapshot (#16017)
  • 18d99fb Merge pull request #15997 from ant-design/recover-openAnimation
  • 049fc17 fix: use Tabs overflow hidden instead of display none (#16013)
  • df3e1b2 fix nest table style (#16008)
  • d922c37 refactor: Optimize default selection column width implement (#15990)
  • dcdd7fb fix(Tree): Switcher loading icon and checkbox should be vertical align when @tree-title-height is modified, close #15955 (#15962)
  • 5ffe2d5 Merge origin/master into site-hash-js
  • 278fcfd menu openAnimation use object

There are 55 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.16.3 to 3.16.4.

Your tests are still failing with this version. Compare changes

Release Notes for 3.16.4
  • 🐞 Fix circle button responding mouse event when loading. #16063 @gxvv
  • 🐞 Fix issue that Form.Item's labelAlign does not work. #16067
  • 🐞 Fix issue that tailing debounce call rasing error when Spin unmount. #16081 @raybooysen
  • 🐞 Fix issue that List's defaultPageSize does not work. #16100
  • 🐞 Fix error moment call in DatePicker. [#16109])(#16109)
  • 🐞 Fix Radio does not in center on Firefox. #16039
  • 🐞 Fix issue that Affix's target does not work after it's value changing. #16146
  • 🐞 Fix the Modal's animation issue Modal on first rendering. #15795
  • 🐞 Fix issue that Table's rowSelection.columnWidth does not work. #16163
  • 🐞 Fix type definition of Form.create. #16095
  • 🐞 Fix type definition of Icon's aria-hidden. #16202
  • 🐞 Fix type definition of PageHeader's tags. #16092
  • 🌟 Add new less variable @text-selection-bg;. #16155

  • 🐞 修复圆形 Button 在 loading 时还会响应鼠标事件的问题。#16063 @gxvv
  • 🐞 修复 Form.Item 的 labelAlign 不生效的问题。#16067
  • 🐞 修复 Spin 在 unmount 时遗留的 debounce 调用导致的报错问题。#16081 @raybooysen
  • 🐞 修复 List 的 defaultPageSize 不生效的问题。#16100
  • 🐞 修复 PageHeader 的 tags 类型错误。#16092
  • 🐞 修复 DatePicker 中 moment 报错的问题。[#16109])(#16109)
  • 🐞 修复 Radio 在 Firefox 上没有垂直居中的问题。#16039
  • 🐞 修复 Affix 的 target 变化后不能工作的问题。#16146
  • 🐞 修复 Modal 在首次渲染时的动画问题。#15795
  • 🐞 修复 Table 的 rowSelection.columnWidth 不工作的问题。#16163
  • 🐞 修复 Form.create 的类型定义。#16095
  • 🐞 修复 Icon aria-hidden 的类型定义。#16202
  • 🌟 新增 less 变量 @text-selection-bg;#16155
Commits

The new version differs by 84 commits.

  • 08beabf chore: fix remote checking
  • f6c1582 docs: use star emoji
  • bb90c4f Bump 3.16.4
  • e521b32 Merge pull request #16206 from ant-design/release-3.16.4
  • 4f0403c Add 3.16.4 changelog
  • 8ec3831 Merge pull request #16203 from saxenanihal95/code_refactor
  • 1569ab3 prettier md demo (#16188)
  • 2b0723f update script (#16204)
  • 73188ac fix: Table rowSelection.columnWidth should work (#16180)
  • 9fd4b2d Refactor: created InputIcon of common code in RangePicker and WeekPicker
  • 5987792 fix: typescript definition update (#16202)
  • 35da7ce Merge pull request #16197 from ant-design/chores
  • 4b17591 :memo: Remove webpack@1 instruction
  • ac5868c :up: upgrade stylelint-order
  • 27045c5 Merge pull request #16196 from aaroncawte/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.16.4 to 3.16.5.

Your tests are still failing with this version. Compare changes

Release Notes for 3.16.5
  • 🐞 Fix Table in Firefox miss bottom line when sorter enabled. #16174
  • 🐞 Fix List crash when pagination is null. #16231
  • TypeScript
    • 🐞 Fix typescript hoist-non-react-statics has no default export warning with allowSyntheticDefaultImports: false. #16224

  • 🐞 修复 Firefox 中 Table 使用 sorter 丢失线框的样式问题。#16174
  • 🐞 修复 List 中设置 paginationnull 时报错的问题。#16231
  • TypeScript
    • 🐞 修复 allowSyntheticDefaultImports: falsehoist-non-react-statics 报错的问题。#16224
Commits

The new version differs by 9 commits.

  • 286330f update change log (#16233)
  • 440a3f4 fix pagination is null crash (#16231)
  • a530be1 adjust hoist-non-react-statics ts import (#16224)
  • 686c1fc Merge pull request #16174 from ant-design/fix-table-chrome
  • 924afc2 Merge pull request #16211 from ant-design/docs-changelog-format
  • 716d2e8 fix: changelog format
  • 7e3c338 remove background lock
  • 09ed59d rm useless code
  • a137749 move background color into tr

See the full diff

from antd-password-input-strength.

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

Your tests are still failing with this version. Compare changes

Release Notes for 3.16.6
  • ⌨️ Improve PageHeader backIcon keyboard accessibility. #16038
  • 🇮🇹 Optimize Italian localization. #16093 @yp #16172 @afelicioni
  • 🐞 Fix Select with showSearch not trigger onSearch when blur it. #16235
  • 🐞 Fix Selecte active item's hover background color. #16238 @yociduo
  • 🐞 Fix unexpected pressed style of disabled Switch. #16251 @atomoo
  • 🐞 Fix small size Table header background. #16266
  • 🐞 Fix Tabs missing border when tabPosition="bottom". #16130 @rinick
  • 🐞 Fix Typography.Title not support type. #16275
  • 🐞 Fix Typography editable mode not support className. #16307
  • 🐞 Fix List actions misplaced. #16239
  • 🐞 Fix long word Modal title display problem. #16267 @yoyo837
  • 🐞 Fix Pagination active item background color. #16306
  • 🐞 Fix a core-js@<2.6.5 is no longer maintained install warning. #16325
  • Typescript

  • ⌨️ 优化 PageHeader backIcon 的键盘可访问性。#16038
  • 🇮🇹 调整意大利语文案。#16093 @yp #16172 @afelicioni
  • 🐞 修复 Select showSearch 模式下取消选择时没有触发 onSearch 的问题。#16235
  • 🐞 修复 Select 当前选项的 hover 样式。#16238 @yociduo
  • 🐞 修复 Switch 失效状态下依然有按下样式的问题。#16251 @atomoo
  • 🐞 修复小号 Table 表头背景样式。#16266
  • 🐞 修复 Tabs 在底部时的边框样式问题。#16130 @rinick
  • 🐞 修复 Typography.Title 不支持 type 的问题。#16275
  • 🐞 修复 Typography.Paragraph 编辑模式 className 失效的问题。#16307
  • 🐞 修复一个 List actions 错位问题。#16239
  • 🐞 修复一个超长 Modal 标题的展现问题。#16267 @yoyo837
  • 🐞 修正 Pagination 当前项的背景色。#16306
  • 🐞 修复 core-js@<2.6.5 is no longer maintained 的安装警告。#16325
  • Typescript
Commits

The new version differs by 53 commits.

  • 14f5f5b :up: upgrade devDependency
  • 4909443 Merge pull request #16335 from ant-design/changelog-3.16.6
  • d55a16e :memo: English changelog for 3.16.6
  • b2379fe :bug: Add className in TooltipProps only, #16195
  • 1ee297e :memo: changelog for 3.16.6
  • e01ba57 Merge pull request #16195 from swillis12/Fix-tooltip-Type
  • 8e1289f Merge pull request #16331 from ant-design/dependabot/npm_and_yarn/react-slick-approx-0.24.0
  • cb2e728 Merge pull request #16332 from ant-design/rm-create-react-class
  • 6bd7735 chore: Remove useless deps
  • 2d7f344 Update react-slick requirement from ~0.23.2 to ~0.24.0
  • 685f433 Typography editable mode should support className (#16307)
  • 0fc6e7d Merge pull request #16306 from ant-design/pagination-bg
  • 5a462d8 fix: Pagination active item should have background color
  • 4e54973 Merge pull request #16187 from ant-design/page-header-button
  • 5fd8ba1 fix: Caldendar select option ellipsis when not in fullscreen (#16304)

There are 53 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.16.6 to 3.17.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.17.0
  • 🎉 Breadcrumb.Item supports overlay props to define drop-down menus. #16315
  • 🎉 Button added a new type link. #16289
  • ⌨️ Wrap List.Item under ul to enhance accessibility.#15890
  • 🌟 TreeSelect support showSearch in multiple mode. #15933
  • 🌟 Provides previewFile to customize preview logic. #15984
  • 🌟 Added the @table-selected-row-color variable to customize the color selected by the table. #15971 @hextion
  • 🌟 Added @form-warning-input-bg and @form-error-input-bg variables to customize the background color when the form is in error state. #15954 @hextion
  • 🌟 Dropdown.Button supports icon props to customize icons. #15996 @DiamondYuan
  • 🌟 Support SkeletonAvatarProps size accept number. #16128 @MrHeer
  • 🌟 Notification.config now supports getContainer for custom dom rendering locations. #16123 @Nouzbe
  • 🌟 Drawer supports afterVisibleChange props, which fires when the drawer animation is complete. #16228
  • 🌟 Form.Item supports htmlFor props. #16278
  • 🌟 Collapse supports expandIconPosition props. #16365
  • 🌟 Carousel supports the location of custom panel indicator points. #16225 @yociduo
  • 🌟 TreeNode supports the properties of checkable. #16369
  • 🌟 🇭🇷 Added Croatian language pack. #15641 @fpintaric
  • 🐞 Fix Drawer wrong animation direction. #16358
  • 🐞 Fix Slider mark text style will break line. #15128
  • 🐞 Fix Checkbox.Group onChange pass removed value. #16392
  • 🐞 Fixed multiple Typescript type errors. #16043 #16341 #16343 #16360 #16344

  • 🎉 Breadcrumb.Item 支持 overlay props 来定义下拉菜单。#16315
  • 🎉 Button 的增加了新的类型 link#16289
  • ⌨️ 用ul包裹 List.Item,以增加可访问性。#15890
  • 🌟 TreeSelect 的 showSearch 支持多选模式。#15933
  • 🌟 Upload 提供 previewFile props 以自定义预览逻辑。#15984
  • 🌟 添加了 @table-selected-row-color 变量来自定义表格选中的颜色。#15971 @hextion
  • 🌟 添加了 @form-warning-input-bg@form-error-input-bg 变量来自定义表单错误状态时的背景颜色。#15954 @hextion
  • 🌟 Dropdown.Button 支持 icon props 来自定义图标。#15996 @DiamondYuan
  • 🌟 SkeletonAvatarProps 的 size props 支持传入数字。#16128 @MrHeer
  • 🌟 notification.config 现在支持 getContainer 来进行自定义 dom 渲染位置。#16123 @Nouzbe
  • 🌟 Drawer 支持 afterVisibleChange props,在抽屉动画完成后触发。#16228
  • 🌟 Form.Item 支持了 htmlFor props. #16278
  • 🌟 Collapse 支持 expandIconPosition props。#16365
  • 🌟 Carousel 支持自定义面板指示点的位置。#16225 @yociduo
  • 🌟 TreeNode 支持 checkable 的属性。#16369
  • 🌟 🇭🇷 新增克罗地亚语言包。#15641 @fpintaric
  • 🐞 修复 Drawer 组件的弹出动画闪烁的问题。#16358
  • 🐞 修复 Slider 的文字会换行的问题。#15128
  • 🐞 修复 Checkbox.Group onChange 会包含移除值得问题。#16392
  • 🐞 修正了多处 Typescript 的类型错误。#16043 #16341 #16343 #16360 #16344
Commits

The new version differs by 35 commits.

  • 6bcd4b4 bump 3.17.0
  • 785c132 meger feature to master (#16421)
  • 20ddb40 update doc (#16422)
  • 3c26bde fix nest style (#16419)
  • 6947d1b fix: TypeScript definitions for Select component's onSelect / onDeselect props, update inaccurate docs (#16344)
  • 4af2b62 fix: Add some missing TypeScript prop definititions and clean up date-picker definitions (#16342)
  • 0350544 fix: username misspelling in the form. (#16398)
  • 106423f Upgrade TypeScript ECMAScript support from es7 (= ECMAScript 2016) to es2017 (= ECMAScript 2017) (#16340)
  • 7a7aa65 fix: Checkbox.Group onChange should not pass removed value (#16392)
  • 9403eae Merge pull request #16395 from ant-design/fix-auto-complete-align
  • 084deeb :bug: Fix AutoComplete align issue
  • 1a8d5f6 Merge pull request #16390 from ant-design/improve-upload-demo
  • 9ca4941 Merge pull request #16391 from ztplz/fix_typo
  • ffcee17 Fix some typos
  • bde2eb3 :clapper: use new file upload mock API

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.17.0 to 3.18.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.18.0
  • 🌟 Transfer support children prop to customize render list. #16026
  • 🌟 Pagination support disabled prop. #16493
  • 🌟 Upgrade @ant-design/icons and @ant-design/icons-react to 2.0 for fix lots of missing icons. #15874
  • 🐞 Fix Form hasFeedback overlap issue with Input.Password. #16445
  • 🐞 Fix Select selected and disabled item wrong hover color. #16477
  • 🐞 Fix disabled Upload being triggered by label. #16483
  • 🐞 Fix hoist-non-react-statics compilation error. #16397 @ztplz
  • 🐞 Fix customize icon style in Notification size not correct. #16507
  • 🐞 Fix PageHeader should not render blank dom when title is undefined. #16510 @yociduo
  • ⚡️ Print reject error when Modal's onOk callback return an promise rejects. #16437 @jas0ncn
  • TypeScript
    • ⚡️ Improve Table column.filterDropdown type. #16446
    • ⚡️ Add Select missing type definition maxTagTextLength. #16504 @SylvanasGone
    • ⚡️ Improve return type of getFieldError in Form. #16524 @vicrep
    • 🐞 Fix List missing style prop definition. #16485

  • 🌟 Transfer 支持 children 来自定义渲染列表。#16026
  • 🌟 Pagination 支持 disabled 属性。#16493
  • 🌟 升级 @ant-design/icons@ant-design/icons-react 到 2.0 修复一些图标缺失的问题。#15874
  • 🐞 修复 Form hasFeedback 和 Input.Password 一起使用时互相重叠的问题。#16445
  • 🐞 修复 Select 当前选中的失效项的样式问题。#16477
  • 🐞 修复 Upload disabled 状态下会被 label 激活的问题。#16483
  • 🐞 修复 hoist-non-react-statics 导致的编译错误问题。#16397 @ztplz
  • 🐞 修复自定义图标在 Notification 组件中的大小不对的问题。#16507
  • 🐞 修复 PageHeader 组件当 title 为空时不应该渲染空白元素的问题。#16510 @yociduo
  • ⚡️ 当 Modal 组件 onOk 回调返回的 Promise 被 Reject 的时候,打印错误。#16437 @jas0ncn
  • TypeScript
    • ⚡️ 完善 Table 中 column.filterDropdown 的定义。#16446
    • ⚡️ 添加 Select 中 maxTagTextLength 的定义。#16504 @SylvanasGone
    • ⚡️ 完善 Form 中 getFieldError 的返回值的定义。#16524 @vicrep
    • 🐞 修复 List 组件缺少 style 定义的问题。#16485
Commits

The new version differs by 117 commits.

  • ad262e7 Merge pull request #16538 from ant-design/feature
  • 5375f51 docs: changelog for 3.18.0 (#16539)
  • 1198fb6 update doc (#16545)
  • a4baec0 Merge pull request #16537 from ant-design/chore/mergemaster
  • adfc435 merge master
  • b92020c docs: 📝 changelog for 3.17.1 (#16534)
  • 16f7d66 Merge pull request #16531 from abgaryanharutyun/patch-2
  • b8c5671 Just a spelling update
  • b3e90d7 Merge pull request #16524 from vicrep/patch-1
  • 6119095 fix(forms): improve field error method type defs
  • 6eacfd7 fix[Select]: add missing type definition (#16504)
  • fb8f947 Update confirm-promise.md
  • 0156886 fix: codesandbox not support slash import (#16509)
  • e88589d feat: Pagination support disabled prop (#16493)
  • 2bfecc3 📝 Update Menu docs (#16513)

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.18.0 to 3.18.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.18.1
  • 🐞 Remove useless module.export of package. #antd-tools

  • 🐞 移除打包后多余的 module.export#antd-tools
Commits

The new version differs by 2 commits.

  • 4ac390b docs: Add changelog (#16559)
  • 399778c update snapshot (#16556)

See the full diff

from antd-password-input-strength.

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

Your tests are still failing with this version. Compare changes

Release Notes for 3.18.2
  • 🐞 Fix space missing for Button with mixed content. #15342
  • 🐞 Fix active status missing for Carousel when children is changed. #16583
  • 🐞 Fix panel not close when DatePicker is blur by upgrading rc-calendar requirement to version 9.13.3. #16588
  • 🐞 Fix style disorder for Form.Item with help prop and margin-bottom is negative. #16584 @sbusch
  • 🐞 Fix Spin not align when set font-size style. #15206
  • 🐞 Fix selectedRows missing when there is childrenColumnName in Table. #16614
  • TypeScript
    • ⚡️ Improve the definition of children prop for Breadcrumb. #16550 @Gin-X
    • ⚡️ Improve the definition of onFieldsChange params for Form. #16577 @SylvanasGone
    • ⚡️ Improve the definition of dataSource and renderItem for List. #16587
    • ⚡️ Improve the definition of onDragEnter params for Tree. #16638 @eruca
    • ⚡️ Improve the definition of event for Tree。#16624 @ztplz

  • 🐞 修复 Button 组件中插入文本时空格丢失的问题。#15342
  • 🐞 修复 Carousel 组件的 children 数量变化时,面板指示点的选中状态不正常的问题。#16583
  • 🐞 升级 rc-calendar 依赖到 9.13.3 版本,以修复 DatePicker 组件在失去焦点时面板不会关闭的问题。#16588
  • 🐞 修复 Form.Item 组件带有 help 信息,并且 margin-bottom 为负数时,导致之后的元素样式错乱的问题。#16584 @sbusch
  • 🐞 修复 Spin 组件在设置 font-size 样式时没有水平居中的问题。#15206
  • 🐞 修复 Table 组件指定 childrenColumnName 时,selectedRows 参数为空的问题。#16614
  • TypeScript
    • ⚡️ 完善 Breadcrumb 中 children 属性的定义。#16550 @Gin-X
    • ⚡️ 完善 Form 中 onFieldsChange 函数的参数定义。#16577 @SylvanasGone
    • ⚡️ 完善 List 中 dataSourcerenderItem 属性的定义。#16587
    • ⚡️ 完善 Tree 中 onDragEnter 函数的参数定义。#16638 @eruca
    • ⚡️ 完善 Tree 中 event 属性的定义。#16624 @ztplz
Commits

The new version differs by 45 commits.

  • 6e7c5a9 Merge branch 'master' of github.com:ant-design/ant-design
  • 95044af Fix stylelint errors
  • a4054bf prettier md files
  • eea2272 fix form typescript doc
  • 3048f67 Bump 3.18.2
  • e6586c9 docs: Add the changelog of 3.18.2 (#16666)
  • 6e59e77 Merge pull request #16646 from ant-design/fix-cascader-style
  • 1c918b0 :lipstick: unified Cascader selected style with Select
  • 1517fcb fix space missing in button (#16551)
  • 947e8e5 Merge pull request #16643 from ant-design/drawer-close-resume-animate
  • aff1dc2 Update drawer.less
  • 1e406db fix close animation
  • 0c1b062 Merge pull request #16638 from eruca/master
  • e0f8aed == to ===
  • 1872f51 Format (#16639)

There are 45 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.18.2 to 3.19.0.

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.0
  • New Components:
    • 🔥🔥🔥 Mentions Provides Mentions component and origin Mention marked as deprecated.
    • 🔥🔥🔥 Descriptions Display multiple read-only fields in groups.
  • 🇱🇻 Add Latvian localization support. #16780 @kirbo
  • 🌟 Drawer support close by press ESC. #16694
  • 🌟 Steps support click to switch. #16773
  • 🌟 Calendar support headerRender to customize header。#16535 @abgaryanharutyun
  • 🌟 Slider support tooltipPlacement to set tooltip position. #16641 @cmaster11
  • 🌟 Slider support getTooltipPopupContainer to customize tooltip container. #16717
  • 🐞 Fix PageHeader horizontal divider style. #16684
  • 🐞 Fix Carousel initialSlide not work when children count change. #16756
  • 🐞 Fix Cascader displayRender not interactive. #16782
  • 🐞 Fix Upload list still can be removed when disabled. #16786
  • 💄 Update Upload disabled cursor style. #16799 @attacking
  • 💄 Correct Statistic font color. #16801
  • TypeScript

  • 本月新增组件:
    • 🔥🔥🔥 Mentions 新增提及组件并废弃原有 Mention 组件。
    • 🔥🔥🔥 Descriptions 成组展示多个只读字段。
  • 🇱🇻 新增拉脱维亚语支持。#16780 @kirbo
  • 🌟 Drawer 支持 ESC 关闭。#16694
  • 🌟 Steps 支持点击切换功能。#16773
  • 🌟 Calendar 支持 headerRender 以自定义头部。#16535 @abgaryanharutyun
  • 🌟 Slider 支持 tooltipPlacement 以定义提示所在位置。#16641 @cmaster11
  • 🌟 Slider 支持 getTooltipPopupContainer 以允许自定义提示所在容器。#16717
  • 🐞 修复 PageHeader 中水平分割线样式问题。#16684
  • 🐞 修复 Carousel initialSlidechildren 数量变化时无效的问题。#16756
  • 🐞 修复 Cascader 自定义渲染时元素无法交互的问题。#16782
  • 🐞 修复 Upload 列表在 disabled 时仍然可以移除的问题。#16786
  • 💄 增加 Upload disabled 状态下鼠标样式。#16799 @attacking
  • 💄 修正 Statistic 的字体颜色。#16801
  • TypeScript
Commits

The new version differs by 61 commits.

  • b5f2ea7 docs: 3.19.0 changelog (#16796)
  • 81e6937 :lipstick: Correct Statistic font color (#16801)
  • fecff0d Merge pull request #16799 from attacking/master
  • a3e19ce Merge pull request #16798 from ant-design/feature-merge-master
  • 60ee01f Merge pull request #16797 from ant-design/fix-input-number-parser-type
  • 3493cc1 merge master
  • 9793e30 Fix the problem that the Slider's Tooltip is in the incorrect position when use modal (#16717)
  • 1eb46eb feat: add disable style to upload component
  • 28b14c9 Allow users to define where tooltips should appear on slider marks (#16641)
  • 9828715 feat: New calendar apis, headerRender method (#16535)
  • 35e2359 :bug: Fix Input parser type
  • 6af96e7 Merge pull request #16794 from ant-design/feature
  • 0952696 Merge pull request #16793 from ant-design/master
  • 56ff872 Remove ancient prop types (#16705)
  • f5f32f6 update getPopupContainer (#16778)

There are 61 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.19.0 to 3.19.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.1
  • 🐞 Fix Tooltip not hidden when Menu collapsed in control mode. #16812
  • 🐞 Fix Description warning with column count not correct. #16819
  • 🐞 Correct typo icon names canlendar / interation to calendar / interaction. #16818
  • TypeScript
    • ⚡️ Fix Mentions definition. #16814
    • ⚡️ Update Select onSelect & onDeselect prop definition. #16817

  • 🐞 修复 Menu 在受控模式下收起 Tooltip 不消失的问题。#16812
  • 🐞 修复 Descriptions 排列警告信息逻辑错误的问题。#16819
  • 🐞 修复图标 canlendarinteration 为正确的拼写 calendarinteraction#16818
  • TypeScript
    • ⚡️ 修复 Mentions 定义。#16814
    • ⚡️ 完善 Select 中 onSelectonDeselect 属性的定义。#16817
Commits

The new version differs by 7 commits.

  • 35d23ed docs: 3.19.1 change-log (#16820)
  • 79a6b70 :bug: Fix typo name icons, add warning and update docs (#16818)
  • d6c926d Fix typescript compile error (#16816)
  • 29ec272 fix: Descriptions warning should work as expect (#16819)
  • 6853402 fix: Select ts define (#16817)
  • 008136e fix: Tooltip not hidden when menu is in control mode (#16812)
  • c5aaeb8 fix: mentions ts definition update (#16814)

See the full diff

from antd-password-input-strength.

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

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.2
  • 🐞 Fix Tabs vertical card mode not scrollable. #16825
  • 🐞 Fix Transfer warn setStart on an unmounted component. #16822 @shiningjason
  • 💄 Using less variables @error-color, @warning-color instead of @text-color-danger, @text-color-warning. #16890 @MrHeer
  • 💄 Add warning if Menu use inlineCollapsed under Sider. #16826
  • TypeScript

  • 🐞 修复 Tabs 在垂直卡片模式下标签不能滚动的问题。#16825
  • 🐞 修复 Transfer 组件在 unmount 时 setState 警告。#16822 @shiningjason
  • 💄 使用 Less 变量 @error-color@warning-color 代替 @text-color-danger@text-color-warning#16890 @MrHeer
  • 💄 增加在 Sider 内 Menu 使用 inlineCollapsed 时的提示信息。#16826
  • TypeScript
    • ⚡️ 增加 Menu 中 forceSubMenuRender 类型定义。#16827
    • ⚡️ 导出 Typography 类型定义。#16835
    • ⚡️ 增加 Steps 中的 onChange 类型定义。#16845 @JonathanLee-LX
    • ⚡️ 增加 Upload 中 webkitRelativePath 类型定义。#16850 @DiamondYuan
Commits

The new version differs by 44 commits.

There are 44 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.19.2 to 3.19.3.

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.3
  • 📝 Add FAQ for DatePicker/RangePicker with mode cannot be selected. #16984
  • 🐞 Fix Breadcrumb validateDOMNesting warning. #16929
  • 🐞 Fix Breadcrumb path error when children is selected. #16885 @haianweifeng
  • 🐞 Fix InputNumber with number type display native spinner. #16926
  • 🐞 Fix Transfer render Empty when customize without data. #16925
  • 🐞 Fix Table header extra vertical scrollbar problem. #16950
  • 🐞 Fix Table miss border-radius in Firefox. #16957
  • 🐞 Fix Table error when rowSelection.getCheckboxProps() has no return value. #15224
  • 🐞 Fix Table abnormal scrollbar in Chrome when using title and rowSelection.
    #16934
  • 🐞 Fix Divider orientation="center" style. #16988
  • 🐞 Fix Cascader error when type space. #16918 @Durisvk
  • 🐞 Fix missing spanish translations. #17002 @morellan
  • TypeScript

  • 📝 增加 DatePicker/RangePicker 指定 mode 后无法选择的文档说明。#16984
  • 🐞 修复 Breadcrumb 的 validateDOMNesting 警告信息。#16929
  • 🐞 修复 Breadcrumb 选中子路由时浏览器路径问题。#16885 @haianweifeng
  • 🐞 修复 InputNumber 设置 number 类型时会展示原生按钮的问题。#16926
  • 🐞 修复 Transfer 在自定义列表为空时展示 Empty 样式。#16925
  • 🐞 修复 Table 头部多余的垂直滚动条样式。#16950
  • 🐞 修复 Table 的 rowSelection.getCheckboxProps() 在没有返回值时报错的问题。#15224
  • 🐞 修复 Firefox 的 Table 丢失 border-radius 样式问题。#16957
  • 🐞 修复 Table 当 titlerowSelection 同时指定时在 Chrome 下滚动条异常的问题。#16934
  • 🐞 修复 Divider orientation="center" 时样式错位的问题。#16988
  • 🐞 修复 Cascader 搜索时不支持空格输入的问题。#16918 @Durisvk
  • 🐞 修复部分组件的西班牙语言翻译。#17002 @morellan
  • TypeScript
    • 🐞 修复 Upload 的 RcFile 类型定义。#16851
    • ⚡️ 导出 Typography 中 TextProps 的类型定义。#17003 @Jarvis1010
Commits

The new version differs by 63 commits.

  • 8c417e6 chore: update package.json
  • b0b533a docs: 3.19.3 change-log (#16998)
  • 05d8455 Update colors.zh-CN.md
  • 393f4b4 Fix typo
  • 28d822e Merge pull request #17005 from ant-design/fix-snapshot
  • e5e22e2 :white_check_mark: Fix test snapshots
  • 928e3e9 Merge pull request #16741 from gadzillllla/patch-1
  • 6e5d79c Merge pull request #16961 from zjffun/patch-2
  • 77d1563 Merge pull request #17002 from morellan/fix-es-locale
  • 5174ac7 Merge pull request #16965 from ant-design/darkTheme
  • e468882 Merge pull request #17003 from Jarvis1010/master
  • 09435b2 Export TextProps and update english in error
  • 758f7b0 Add missing spanish translations
  • c9205f9 Merge pull request #16988 from ant-design/fix-divider
  • e2d119d :bug: Fix Divider orientation="center" style

There are 63 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.19.6 to 3.19.7.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 95 commits.

  • a3fb511 Merge pull request #17227 from ant-design/changelog-3.19.7
  • af090dc :memo: 3.19.6 English changelog
  • 9b6fbfc docs: upgrade about npm create umi
  • 6b83865 :memo: Release 3.19.7
  • 606ed90 Merge pull request #17229 from ant-design/adjust-modal-padding-bottom
  • 0de4bd8 Merge pull request #17228 from ant-design/fix-sider-z-index
  • ce04af8 Merge pull request #17063 from wonderjar/master
  • ad39a94 :bug: Fix Layout.Sider‘s zero-width trigger z-index
  • 0ea94b9 :bug: Fix Modal 24px bottom area not trigger mask click
  • a4d7593 Merge pull request #17120 from Zzzen/master
  • 0a7432e Merge pull request #17209 from ant-design/pageheader-show-all-breadcrumb
  • 6ffef83 :zap: fix polyfill.min.js
  • 5c909e3 Merge pull request #17223 from ant-design/fix-table-scrollbar-in-IE
  • bdfd877 :bug: Fix a Table scrollbar style in IE
  • 07c85ea fix: Clone only valid react child elements (#17207)

There are 95 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.19.7 to 3.19.8.

Your tests are still failing with this version. Compare changes

Release Notes for 3.19.8
Commits

The new version differs by 14 commits.

  • 3eb7130 :sparkles: 3.19.8
  • f6121aa Merge pull request #17249 from ant-design/revert-form-type
  • 3f8589c chore: code style
  • c0bd255 lock eslint-plugin-react for yannickcr/eslint-plugin-react#2319
  • 57c28de revert unknown to any
  • 936fea5 :bug: Fix onRow return types
  • d5be7ce Update FUNDING.yml
  • 4c84c41 :bug: Revert Form type unknown to any
  • 4875d2d Merge pull request #17236 from ant-design/upgrade-eslint
  • 40a38ff Merge pull request #17239 from babbarankit/patch-2
  • 71f3e36 Merge pull request #17237 from babbarankit/patch-1
  • 0bb7f60 Update SubMenu.tsx
  • 26e427c Tabs props missing prop
  • 13deeb2 :up: upgrade eslint to 6.0

See the full diff

from antd-password-input-strength.

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

Your tests are still failing with this version. Compare changes

Release Notes for 3.20.0

Progress

- 🔥 Optimize PageHeader className naming. [#17321](https://github.com//pull/17321) - 🐞 Drawer fixes `maskCloseble` to false, keyboard ESC closes invalid. [#17316](https://github.com//pull/17316) - 🐞 Fixed an issue where Drawer closes not calling `afterVisibleChange` in Edge. [#17311](https://github.com//pull/17311) - 🌟 Drawer adds `keyboard` to allow opening and closing of responses to keyboard events. [#17316](https://github.com//pull/17316) - 🌟 Popconfirm adds the `disabled` props to control whether the click child element pops up. [#16985](https://github.com//pull/16985) [@lhyt](https://github.com/lhyt) - ⌨️ Improve TimePicker accessibility. [#17099](https://github.com//pull/17099) - 💄 Fix Tooltip arrow shadow style. [#17264](https://github.com//pull/17264) - 🐞 Fix Descriptions.Item not support `className`. [#17280](https://github.com//pull/17280) - 🐞 Fixing Descriptions.Item does not set a label and will also display the `:` question. [#17337](https://github.com//pull/17337) - 🐞 Fixed the incorrect color of the `placeholder` of the Mentions. [#17317](https://github.com//pull/17317) - 🐞 Fixed incorrect line-height for Mentions. [#17347](https://github.com//pull/17347) - 💄 Fixed small Table header background to white according to design spec. [#17351](https://github.com//pull/17351) - 🌟 The CheckboxGroup`onChange` value keeps the order of the options. [#17342](https://github.com//pull/17342) [@yoyo837](https://github.com/yoyo837) - 🐞 Fix Tooltip not work correctly on disabled Switch. [#17372](https://github.com//pull/17372) - 💄 add variables [#16843](https://github.com//pull/16843) [#17031](https://github.com//pull/17031) [#16996](https://github.com//pull/16996) [@alxkosov](https://github.com/alxkosov): - `@dropdown-line-height` - `@dropdown-font-size` - `@dropdown-vertical-padding` - `@collapse-panel-border-radius` - `@table-body-selected-sort-bg` - `@table-selected-row-hover-bg` - TypeScript - 🌟 Improve the type definition of the Switch. [#17331](https://github.com//pull/17331) - 🐞 Skeleton AvatarProps `size` supports number. [#17331](https://github.com//pull/17331) - 📝 Updated several documents. [#17336](https://github.com//pull/17336) [#17345](https://github.com//pull/17345) [#17355](https://github.com//pull/17355)

Progress

- 🐞 Drawer 修复 `maskCloseble` 为 false,键盘 ESC 关闭无效的问题。[#17316](https://github.com//pull/17316) - 🐞 修复在 Edge 下 Drawer 关闭后没有调用 `afterVisibleChange` 的问题。[#17311](https://github.com//pull/17311) - 🌟 Drawer 新增 `keyboard`,允许打开关闭对键盘事件的响应。[#17316](https://github.com//pull/17316) - 🌟 Popconfirm 增加 `disabled` props,用于控制点击子元素是否弹出。[#16985](https://github.com//pull/16985) [@lhyt](https://github.com/lhyt) - ⌨️ 改进 TimePicker 可访问性。[#17099](https://github.com//pull/17099) - 💄 修复 Tooltip 箭头阴影样式。[#17264](https://github.com//pull/17264) - 🐞 修复 Descriptions.Item 不支持 `className` 的问题。[#17280](https://github.com//pull/17280) - 🐞 修复 Descriptions.Item 不设置 label,也会显示 `:` 的问题。[#17337](https://github.com//pull/17337) - 🐞 修复 Mentions 组件的 `placeholder` 颜色不正确的问题。[#17317](https://github.com//pull/17317) - 🐞 修复 Mentions 组件的行高不正确的问题。[#17347](https://github.com//pull/17347) - 💄 按照设计规范修复小号 Table 的背景色。[#17351](https://github.com//pull/17351) - 🌟 CheckboxGroup `onChange` 值保持选项的顺序。[#17342](https://github.com//pull/17342) [@yoyo837](https://github.com/yoyo837) - 🐞 修复 Tooltip 在 disabled Switch 中工作不正确的问题。[#17372](https://github.com//pull/17372) - 💄 增加 less 变量 [#16843](https://github.com//pull/16843) [#17031](https://github.com//pull/17031) [#16996](https://github.com//pull/16996) [@alxkosov](https://github.com/alxkosov): - `@dropdown-line-height` - `@dropdown-font-size` - `@dropdown-vertical-padding` - `@collapse-panel-border-radius` - `@table-body-selected-sort-bg` - `@table-selected-row-hover-bg` - TypeScript - 🌟 改进 Switch 的类型定义。[#17331](https://github.com//pull/17331) - 🐞 Skeleton AvatarProps `size` 支持 number。[#17331](https://github.com//pull/17331) - 📝 更新了几处文档。[#17336](https://github.com//pull/17336) [#17345](https://github.com//pull/17345) [#17355](https://github.com//pull/17355)
Commits

The new version differs by 94 commits.

  • 0ea9779 publish 3.20.0
  • bbb1690 add 3.20.0 changelog (#17365)
  • 4d5dae0 Merge pull request #17377 from ant-design/fix-test
  • 859be32 Merge pull request #17376 from ant-design/feature
  • be33ebf update test case
  • 4972383 feat: New Components Result (#17244)
  • a5f4956 fix: Tooltip not work correctly on disabled Switch (#17372)
  • 12c577d docs: Update menuItemSelectedIcon desc of Select
  • 319b11d Merge pull request #17364 from ant-design/feature
  • 8eceb04 update snap
  • 722b39e Merge branch 'master' into feature
  • f557cf8 Merge pull request #17355 from NsNe/develop
  • 95c0a4e Merge pull request #17321 from ant-design/optimize-pageHeader-className-naming
  • b5d629a docs(Table): update description of hideDefaultSelections
  • c3a3db3 Merge pull request #17345 from hengkx/fix-17267

There are 94 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.0 to 3.20.1.

Your tests are still failing with this version. Compare changes

Release Notes for 3.20.1
  • 💄 Optimize TimePicker focus style. #17447
  • 💄 Optimize DatePicker arrow style for resolve messy when not use utf-8. #17480
  • 🐞 Remove useless props which Drawer pass to rc-drawer for avoid error. #17390
  • 🐞 Fix Tabs disabled tab and next icon style. #17500
  • 🐞 Fix Result's problem that the className is empty and the class name is wrong. #17389
  • 🐞 Fix DatePicker's input box is obscured on safari. #17421
  • 🐞 Fix typo icon name colum-height to column-height. #17458
  • TypeScript

  • 💄 优化 TimePicker 聚焦状态的样式。#17447
  • 💄 优化 DatePicker 箭头样式,解决非 utf-8 编码下箭头样式乱码的问题。#17480
  • 🐞 删除 Drawer 中传给 rc-drawer 的不必要的属性避免报错。#17390
  • 🐞 修复 Tabs 当前失效页签样式以及切换图标错位 2px 的问题。#17500
  • 🐞 修复 Result 组件 className 为空造成类名错误的问题。#17389
  • 🐞 修复 safari 浏览器 DatePicker 组件输入框被遮挡的问题。#17421
  • 🐞 修复图标名 colum-heightcolumn-height#17458
  • TypeScript
    • 🐞 修复 Form onSubmit TypeScript 定义。#17412
    • 🐞 修复 AutoComplete 多余的 loading 属性 TypeScript 定义。#17433
    • 🐞 修复 Switch 的 onClick 的 TypeScript 定义。#17502 @DiamondYuan
Commits

The new version differs by 38 commits.

  • bc6c0f1 chore: changelog for 3.20.1 (#17499)
  • 1d2bc07 fix: some tabs style (#17500)
  • 47b85c9 lock @babel/plugin-transform-typescript to ~7.4.5
  • 4d1fe60 lock @babel/plugin-transform-typescript again
  • e9b370d :memo: Add documentation for LocaleProvider and List
  • 0f6b8c8 :up: upgrade react-dnd
  • b9ffa8a Merge pull request #17502 from ant-design/fix/fix-switch-type
  • 6b7ad10 fix: fix type of SwitchProps
  • c484fdf :zap: Remove @babel/plugin-transform-typescript dep
  • 5375bf0 Merge pull request #17480 from ant-design/change-date-picker-arrow
  • a517a9e chore: Lock @babel/plugin-transform-typescript version (#17486)
  • 6498cbb :lipstick: change another arrow style
  • a129846 rm drawer config consumer props (#17390)
  • 1fc1710 doc: split demos (#17415)
  • b1e63be fix: icon typo (#17458)

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.20.1 to 3.20.2.

Your tests are still failing with this version. Compare changes

Release Notes for 3.20.2
  • 📖 Add version description for every features. #17373 @muzea
  • 🐞 Fix Button transition style when loading. #17596 @LilyWakana
  • Cascader - 🐞 Fix not display notFoundContent when options.length is 0. #17538 - 🐞 Fix option's loading not aligned when isLeaf is true. #17550 - 🐞 Fix over-length text covered by arrow. #17583
  • 🐞 Fix Input style when suffix and clear icon exist both. #17508 @LilyWakana
  • TypeScript - 💄 Improve type definition of Cascader's option. #17581 @MrHeer - 🐞 Fix type definition of Descriptions.title. #17412 - 🐞 Fix type definition of Collapse.activeKey, Collapse.defaultActiveKey and CollapsePanel.key. #17557 @thylsky

  • 📖 文档中增加对组件新特性的版本说明。#17373 @muzea
  • 🐞 修复 Button 组件的 loading 样式问题。#17596 @LilyWakana
  • Cascader - 🐞 修复 options 为空时不展示空内容的问题。#17538 - 🐞 修复 option 的 isLeaf 为 true 时 loading 样式没有对齐的问题。#17550 - 🐞 修复文本过长被箭头遮挡的问题。#17583
  • 🐞 修复 Input 组件存在多个后缀图标时的样式错乱问题。#17508 @LilyWakana
  • TypeScript - 💄 完善 Cascader 的 option 类型定义。#17581 @MrHeer - 🐞 修复 Descriptions 的 title 类型定义。#17412 - 🐞 修复 Collapse 的 activeKey、defaultActiveKey 以及 Collapse.Panel 的 key 类型定义。#17557 @thylsky
Commits

The new version differs by 38 commits.

  • aec0eb9 Bump 3.20.2
  • 54a992c fix: Style property orders
  • 5e79e51 docs: Add the changelog of 3.20.2 (#17621)
  • 9afe726 perf: setState only when activeKey changed (#17620)
  • 6c9b177 Fix Collapse Panel key type. (#17557)
  • 8798198 fix(test): Jest with ES Modules of react-dnd (#17607)
  • e49707c Update responsive.md (#17586)
  • aa70ae0 Merge pull request #17525 from ant-design/dependabot/npm_and_yarn/babel/plugin-transform-typescript-approx-7.5.1
  • 44aa1bd Merge pull request #17592 from pengtikui/master
  • ade577a Merge pull request #17596 from LilyWakana/issue17569
  • 001384a fix: button loading style(#17569)
  • e17e325 docs: fix typo
  • a46eb8e Update package.json
  • 3ed4128 Merge pull request #17589 from yongdamsh/patch-1
  • 4301172 docs: fix tag name in the API example

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.20.2 to 3.20.3.

Your tests are still failing with this version. Compare changes

Release Notes for 3.20.3
  • 🚨 Revert change of Input suffix style in #17508, since it causes other problems

  • 🚨 回滚 #17508 中对 Input 后缀样式的修改,因其导致了其他更多问题。
Commits

The new version differs by 8 commits.

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.