Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

fix(deps): update dependency antd to v3.23.2 #2814

Merged
merged 1 commit into from
Sep 10, 2019
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2019

This PR contains the following updates:

Package Type Update Change
antd (source) dependencies minor 3.22.2 -> 3.23.2

Release Notes

ant-design/ant-design

v3.23.2

Compare Source

  • 🐞 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

v3.23.1

Compare Source

  • 🐞 Fix Upload can not upload more than one file when multiple is false. #​18626
  • 🐞 Fix MonthPicker switch handler overflow style. #​18624
  • 💄 Tree add @tree-node-hover-bg and @tree-node-selected-bg less variable. #​18593 @​MrHeer

  • 🐞 修复 Upload 在 multiplefalse 时无法上传多于一个文件的问题。#​18626
  • 🐞 修复 MonthPicker 切换按钮溢出的问题。#​18624
  • 💄 Tree 增加 @tree-node-hover-bg@tree-node-selected-bg less 变量。#​18593 @​MrHeer

v3.23.0

Compare Source

  • 🔥 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
  • 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

  • 🔥 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

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency antd to v3.23.0 fix(deps): update dependency antd to v3.23.1 Sep 3, 2019
@renovate renovate bot changed the title fix(deps): update dependency antd to v3.23.1 fix(deps): update dependency antd to v3.23.2 Sep 6, 2019
@Haroenv Haroenv merged commit a190410 into master Sep 10, 2019
@Haroenv Haroenv deleted the renovate/antd-3.x branch September 10, 2019 12:31
tkrugg added a commit that referenced this pull request Oct 18, 2019
# [6.0.0-beta.1](v5.7.0...v6.0.0-beta.1) (2019-10-18)

### Bug Fixes

* **connectToggleRefinement:** cast currentRefinement to boolean ([#2701](#2701)) ([db934fd](db934fd))
* **deps:** update dependency antd to v3.19.3 ([#2530](#2530)) ([73636c5](73636c5))
* **deps:** update dependency antd to v3.19.4 ([#2559](#2559)) ([c3e8267](c3e8267))
* **deps:** update dependency antd to v3.19.5 ([#2560](#2560)) ([72efd31](72efd31))
* **deps:** update dependency antd to v3.19.6 ([#2564](#2564)) ([654f986](654f986))
* **deps:** update dependency antd to v3.19.7 ([#2573](#2573)) ([7e963ad](7e963ad))
* **deps:** update dependency antd to v3.19.8 ([#2584](#2584)) ([34dd9b2](34dd9b2))
* **deps:** update dependency antd to v3.20.0 ([#2611](#2611)) ([b976c67](b976c67))
* **deps:** update dependency antd to v3.20.1 ([#2635](#2635)) ([792ad9c](792ad9c))
* **deps:** update dependency antd to v3.20.2 ([#2655](#2655)) ([301c2d8](301c2d8))
* **deps:** update dependency antd to v3.20.3 ([#2658](#2658)) ([d078e70](d078e70))
* **deps:** update dependency antd to v3.20.5 ([#2686](#2686)) ([42ef821](42ef821))
* **deps:** update dependency antd to v3.20.6 ([#2711](#2711)) ([927fbfe](927fbfe))
* **deps:** update dependency antd to v3.20.7 ([#2712](#2712)) ([1830952](1830952))
* **deps:** update dependency antd to v3.21.1 ([#2736](#2736)) ([39a51a6](39a51a6))
* **deps:** update dependency antd to v3.21.2 ([#2738](#2738)) ([a7a998a](a7a998a))
* **deps:** update dependency antd to v3.21.4 ([#2747](#2747)) ([60012be](60012be))
* **deps:** update dependency antd to v3.22.0 ([#2758](#2758)) ([9cda468](9cda468))
* **deps:** update dependency antd to v3.22.2 ([#2791](#2791)) ([ff1f5d9](ff1f5d9))
* **deps:** update dependency antd to v3.23.2 ([#2814](#2814)) ([a190410](a190410))
* **deps:** update dependency lodash to v4.17.13 ([c4974cf](c4974cf))
* **deps:** update dependency lodash to v4.17.14 ([#2647](#2647)) ([a2d2dd5](a2d2dd5))
* **deps:** update dependency lodash to v4.17.15 ([#2684](#2684)) ([354143f](354143f))
* **deps:** update dependency next to v9 ([#2638](#2638)) ([d22f61d](d22f61d))
* **deps:** update dependency next to v9.0.1 ([#2652](#2652)) ([2c2dab9](2c2dab9))
* **deps:** update dependency next to v9.0.2 ([#2662](#2662)) ([6fa4c5e](6fa4c5e))
* **deps:** update dependency next to v9.0.3 ([#2724](#2724)) ([f51b04b](f51b04b))
* **deps:** update dependency next to v9.0.4 ([#2767](#2767)) ([9af9180](9af9180))
* **deps:** update dependency next to v9.0.5 ([#2789](#2789)) ([0a75f41](0a75f41))
* **deps:** update dependency qs to v6.8.0 ([#2757](#2757)) ([8bffb87](8bffb87))
* **deps:** update dependency react-compound-slider to v2.1.0 ([#2610](#2610)) ([3389ee5](3389ee5))
* **deps:** update dependency react-compound-slider to v2.2.0 ([#2649](#2649)) ([7b81af1](7b81af1))
* **deps:** update dependency react-native-vector-icons to v6.5.0 ([#2520](#2520)) ([5f7f5b6](5f7f5b6))
* **deps:** update dependency react-native-vector-icons to v6.6.0 ([#2599](#2599)) ([b6bb199](b6bb199))
* **deps:** update dependency react-router-dom to v5.0.1 ([#2506](#2506)) ([d762230](d762230))
* **highlight:** switch to index as key ([#2691](#2691)) ([17e75d1](17e75d1)), closes [#2688](#2688)
* **voiceSearch:** fix incorrect status on stop ([#2535](#2535)) ([824dc22](824dc22))

### chore

* **release:** 6.0.0-beta.1 ([#2861](#2861)) ([cb56ca0](cb56ca0)), closes [#2023](#2023) [#2178](#2178) [#2178](#2178) [#2179](#2179) [#2180](#2180) [#2181](#2181) [#2185](#2185) [#2192](#2192) [#2189](#2189) [#2190](#2190) [#2179](#2179) [#2178](#2178) [#2180](#2180) [#2181](#2181) [#2185](#2185) [#2192](#2192) [#2190](#2190) [#2203](#2203) [#2432](#2432) [#2444](#2444) [#2357](#2357) [#2454](#2454) [#2455](#2455) [#2459](#2459) [#2458](#2458) [#2460](#2460) [#2442](#2442) [#2446](#2446) [#2434](#2434) [#2467](#2467) [#2466](#2466) [#2288](#2288) [#2290](#2290) [#2289](#2289) [#2305](#2305) [#2338](#2338) [#2461](#2461) [#2442](#2442) [#2307](#2307) [#2314](#2314) [#2304](#2304) [#2379](#2379) [#2552](#2552) [#2555](#2555) [#2536](#2536) [#2537](#2537) [#2339](#2339) [#2349](#2349) [#2570](#2570) [#2462](#2462) [#2600](#2600) [#2468](#2468) [#2626](#2626) [#2621](#2621) [#2627](#2627) [#2644](#2644) [#2626](#2626) [#2645](#2645) [#2339](#2339) [#2643](#2643) [#2467](#2467) [#2690](#2690) [#2687](#2687) [#2722](#2722) [#2568](#2568) [#2726](#2726) [#2379](#2379) [#2289](#2289) [#2290](#2290) [#2304](#2304) [#2307](#2307) [#2314](#2314) [#2288](#2288) [#2305](#2305) [#2701](#2701) [#2568](#2568) [#2357](#2357) [#2552](#2552) [#2530](#2530) [#2559](#2559) [#2560](#2560) [#2564](#2564) [#2573](#2573) [#2584](#2584) [#2611](#2611) [#2635](#2635) [#2655](#2655) [#2658](#2658) [#2686](#2686) [#2711](#2711) [#2712](#2712) [#2736](#2736) [#2738](#2738) [#2747](#2747) [#2758](#2758) [#2647](#2647) [#2684](#2684) [#2638](#2638) [#2652](#2652) [#2662](#2662) [#2724](#2724) [#2767](#2767) [#2757](#2757) [#2610](#2610) [#2649](#2649) [#2520](#2520) [#2599](#2599) [#2506](#2506) [#2467](#2467) [#2626](#2626) [#2690](#2690) [#2688](#2688) [#2626](#2626) [#2726](#2726) [#2535](#2535) [#2461](#2461) [#2434](#2434) [#2687](#2687) [#2338](#2338) [#2179](#2179) [#2180](#2180) [#2181](#2181) [#2185](#2185) [#2192](#2192) [#2189](#2189) [#2190](#2190) [#2179](#2179) [#2180](#2180) [#2181](#2181) [#2185](#2185) [#2192](#2192) [#2190](#2190) [#2536](#2536) [#2537](#2537) [#2834](#2834) [#2845](#2845) [#2842](#2842) [#2852](#2852) [#2853](#2853)

### BREAKING CHANGES

* **release:** translation will render default value if passed undefined as value

* chore(lodash): remove imports

* fix(translation): allow undefined value to be passed on purpose
* **release:** no longer do we allow paths like `attribute[5].something`, or other indexed forms, only `.` is allowed as special key.

All existing tests still pass, and we never documented you could use `lodash.get` patterns other than `.`.

* feat(get): accept array & bracked-separated string

moved to utils at the same time

* fix typo

* feedback: test for undefined behaviour

* chore(size): update expectation

this will go down afterwards, but for now there's some more duplication
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants