abhishekpatel946 / Smart-Vehicle-Fleet-Manager

App to track vehicle over-speeding, fuel theft alert, accident alert, speed log, fuel log, maintenance log, fuel refill log and displayed it on a dashboard in form of tables, charts, and graphs...
https://smart-vehicle-fleet-manager.web.app/
MIT License
23 stars 16 forks source link

[Snyk] Upgrade antd from 4.6.5 to 4.13.1 #38

Closed snyk-bot closed 3 years ago

snyk-bot commented 3 years ago

Snyk has created this PR to upgrade antd from 4.6.5 to 4.13.1.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: antd
  • 4.13.1 - 2021-03-06
    • 🐞 Fix message.config with prefixCls missing animation style. #29574
    • 🐞 Fix Tooltip is not interactive when visible is true under some situation. #29555
    • 🐞 Fix ConfigProvider within multiple page switch will lose locale issue. #29570
    • 🐞 Fix Modal with hooks cannot call update or destroy before render. #29584
    • 🐞 Fix Grid throw error when client support flexGap but ssr not support. #29586
    • 🐞 Fix Select caret position when mode="tags" and size="small". #29561
    • 🐞 Fix Carousel dotPosition makes pauseOnHover not working. #29587 @ zgoby
    • 🐞 Fix Steps responsive prop warning. #29599
    • 🐞 Fix Upload onChange param of file.originFileObj return nest Proxy object. #29614
    • 🐞 Fix Descriptions under Table will not have 100% width. #29630
    • TypeScript
      • 🤖 Fix Drawer type declaration of contentWrapperStyle. #29571

    • 🐞 修复 message.config 配置 prefixCls 时丢失淡入淡出动画的问题。#29574
    • 🐞 修复 Tooltip 在某些情况下设置 visibletrue 却无法交互的问题。#29555
    • 🐞 修复多页面使用 ConfigProvider 切换时 locale 会丢失的问题。#29570
    • 🐞 修复 Modal 的 hooks 在渲染前调用 updatedestroy 无效的问题。#29584
    • 🐞 修复 Grid ssr 时报错 Prop style did not match#29586
    • 🐞 修复小号 Select tags 模式的光标错位问题。#29561
    • 🐞 修复 Carousel dotPosition 导致 pauseOnHover 失效的问题。#29587 @ zgoby
    • 🐞 修复 Steps 使用 responsive 时控制台抛出警告的问题。#29599
    • 🐞 修复 Upload onChange 参数 file.originFileObj 返回嵌套 Proxy 对象的问题。#29614
    • 🐞 修复 Descriptions 在 Table 下没有 100% 宽度的问题。#29630
    • TypeScript
      • 🤖 修复 Drawer contentWrapperStyle 属性类型声明。#29571
  • 4.13.0 - 2021-02-28
    • 🔥 InputNumber support stringMode for high precision step. value in control out of range shows warning style instead of changing it. Dynamic update min & max will not trigger onChange anymore. #29373
    • 🆕 Upload support beforeUpload return Upload.LIST_IGNORE to skip item added in UploadList. #29474
    • 🆕 Image support config motion name. #29394 @ crazyair
    • ConfigProvider
      • 🆕 ConfigProvider support global statistic config to support some statistic function call. #29285 @ crazyair
      • 🆕 Motion related css className prepend ant- prefix to avoid naming conflict. #29268 @ crazyair
    • 🆕 Form.List nest multiple level Form.Item support preserve prop. #29267
    • 🆕 Drawer support contentWrapperStyle. #29219 @ kerm1it
    • 🆕 Layout.Sider added ref support. #29169 @ qramilq
    • 🐞 Fix Table pagination.current display error when result of filter is empty. #29386 @ jinchaofs
    • 🐞 Fix Anchor throws error when target don't return a html element. #29523 @ bcd337
    • 🐞 Fix Steps with small size that icon shift up 1px. #29484
    • Select
      • 🐞 Fix Select mode="tags" large size (41px => 40px). #29437
      • 📖 Update Select debounce demo to create DebounceSelect component for easy usage. #29414
    • Dropdown
      • 🐞 Fix Dropdown menu item lost disable style with icon. #29433
      • 🐞 Fix Dropdown menu not support expandIcon. #29338
    • 🐞 Fix tree-shaking warning on development builds. #29378
    • 🇰🇷 Fix TimePicker Korean locale. #29540
    • TypeScript

    • 🔥 InputNumber 添加 stringMode 属性以支持高精度 stepvalue 受控并超出范围时展示警告样式而不是强制改值。动态修改 minmax 不再触发 onChange 事件。#29373
    • 🆕 Upload 支持 beforeUpload 返回 Upload.LIST_IGNORE 时不将文件展示在列表中。#29474
    • 🆕 Image 支持配置动画相关类型。#29394 @ crazyair
    • ConfigProvider
      • 🆕 ConfigProvider 添加全局静态配置以支持部分静态方法。#29285 @ crazyair
      • 🆕 动画相关 css className 全部添加 ant- 前缀以防止重名问题。#29268 @ crazyair
    • 🆕 Form.List 嵌套多层 Form.Item 支持 preserve 属性。#29267
    • 🆕 Drawer 支持 contentWrapperStyle#29219 @ kerm1it
    • 🆕 Layout.Sider 組件添加了 ref 支持。#29169 @ qramilq
    • 🐞 修复 Table 当过滤结果为空时,pagination.current 展示错误。#29386 @ jinchaofs
    • 🐞 修复 Anchor target 不是 html 元素时会出错的问题。#29523 @ bcd337
    • 🐞 修复 Steps 小尺寸时图标偏上的问题。#29484
    • Select
      • 🐞 修复 Select 标签模式下大号控件的高度多了 1px 的问题。#29437
      • 📖 更新 Select 防抖示例封装成 DebounceSelect 组件以便于用户使用。#29414
    • Dropdown
      • 🐞 修复 Dropdown 带图标的菜单项禁用样式丢失的问题。#29433
      • 🐞 修复 Dropdown 内 Menu 不支持 expandIcon 的问题。#29338
    • 🐞 Fix 在本地开发时会报 tree-shaking 警告信息的问题。#29378
    • 🇰🇷 修复 TimePicker 本地化。#29540
    • TypeScript
  • 4.12.3 - 2021-02-10
    Read more
  • 4.12.2 - 2021-02-04
    Read more
  • 4.12.1 - 2021-02-03
    Read more
  • 4.12.0 - 2021-02-02
    Read more
  • 4.11.3 - 2021-02-02
    No content.
  • 4.11.2 - 2021-01-26
  • 4.11.1 - 2021-01-24
  • 4.11.0 - 2021-01-24
  • 4.10.3 - 2021-01-18
  • 4.10.2 - 2021-01-11
  • 4.10.1 - 2021-01-10
  • 4.10.0 - 2021-01-04
  • 4.9.4 - 2020-12-16
  • 4.9.3 - 2020-12-14
  • 4.9.2 - 2020-12-07
  • 4.9.1 - 2020-12-01
  • 4.9.0 - 2020-11-30
  • 4.8.6 - 2020-11-27
  • 4.8.5 - 2020-11-22
  • 4.8.4 - 2020-11-16
  • 4.8.3 - 2020-11-16
  • 4.8.2 - 2020-11-09
  • 4.8.1 - 2020-11-09
  • 4.8.0 - 2020-11-02
  • 4.7.3 - 2020-10-24
  • 4.7.2 - 2020-10-19
  • 4.7.1 - 2020-10-19
  • 4.7.0 - 2020-10-10
  • 4.6.6 - 2020-09-27
  • 4.6.5 - 2020-09-20
from antd GitHub release notes
Commit messages
Package name: antd
  • 3ffd642 docs(:sparkles:): release 4.13.1 (#29637)
  • d65141d docs: Minor grammar/spelling tweaks to Form english docs (#29636)
  • 55a63a6 fix: Description full width (#29630)
  • ef4b67d fix: onChange should always return proxy file (#29627)
  • 9b82faf docs: Remove 'keyboard' property from Tabs (#29606)
  • a1e02ac docs: Update input number prescion
  • 4f38f45 ci: add issue open check user
  • 3c7030a fix: Upload `originFileObj` not correct (#29614)
  • 7298478 chore(deps-dev): bump open from 7.4.2 to 8.0.1 (#29602)
  • 1e9b28d fix: Steps `responsive` warning (#29599)
  • 3c6e1ca docs: fixed List itemLayout prop definition (#29592)
  • 79ae103 fix: TimePicker.RangePicker popupClassName not working (#29589)
  • 51ae3ae fix: dotPosition make pauseOnHover not working (#29587)
  • 6aaa7be fix: Grid should support ssr for flex gap (#29586)
  • 992b99c fix: Modal hooks update & destroy (#29584)
  • e7938ca fix: 修复切换页面 changeConfirmLocale 被清空问题 (#29570)
  • 79224ca docs: Update demo desc about closure
  • 4e42971 fix(drawer): add contentWrapperStyle type declaration (#29571)
  • 2e5c848 fix: message with prefixCls should not break (#29574)
  • 3fa2b48 fix: Select tags caret position (#29561)
  • e5d908a docs: format api (#29537)
  • d719f16 docs: update link (#29558)
  • 53142ef refactor: rc-tooltip use motion config (#29555)
  • 25ea9fb chore: fix script & docs
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs