Skip to content

Latest commit

 

History

History
82 lines (50 loc) · 2.88 KB

changelog.en-US.md

File metadata and controls

82 lines (50 loc) · 2.88 KB

changelog

4.5.15

  • 🐞 Fix Global Header class name. #92
  • 🌟 ssr support. #96
  • 🌟 add disableMobile and menuProps. #98

4.5.14

  • 🐞 Fix the problem that the inline menu of the sidebar cannot be expanded and collapsed.

4.5.13

  • 🐞 Fixed an issue with the output warning of the collapsed error. #81 @blackraindrop
  • 🌟 Supported usage of openKeys and selectedKeys is supported.

4.5.12

  • 💄 Fix extra margin top in small screen.
  • 🌟 add menuHeaderRender and onMenuHeaderClick props.

4.5.11

  • 🐞 Fixed an issue where phone mode could not be collapsed when onCollapse was not configured.
  • 🌟 pageTitleRender add pageName props.
  • 💄 PageHeaderWarp style optimization.

4.5.10

  • 🐞 Fix the problem that lib/xx will still be loaded in es module.

4.5.9

  • 🐞 Fix the wrong isUrl to determine the hash mode menu rendering error.

4.5.8

  • 🌟 menuItemRender add isMobile and isUrl props.
  • 🌟 When title=false, don not render title view

4.5.7

  • 🐞 Fix the permissions issue of the release package.

4.5.6

  • 🌟 Add new prop: collapsedButtonRender.
  • 🌟 Fix the problem that the location is not passed, the menu is not selected. #23
  • 🌟 Menu icon support local image path. #12 @billfeller
  • 🐞 Fix icon error className. #17 @zzh1991
  • 🌟 Footer support configurable. #17 @zzh1991
  • 🌟 RouteContext value add isMobile and collapsed props.
  • 🐞 Fix ant-design/ant-design-pro#4532, top header small misplacement.
  • 🐞 Fix ant-design/ant-design-pro#4482, fix the problem that menuData does not judge null value.

4.5.4

  • 🐞 Fixed PageHeaderWrapper type error.

4.5.3

  • 🌟 SettingDrawer get lang form localStorage.

4.5.2

  • 🌟 Modify the introduction of antd/lib to antd/es
  • 🐞 Fixed a problem where css was too low to be covered by the antd style.

4.5.1

  • 🌟 PageHeaderWrapper supports content customization through pageHeaderRender.

4.5.0

  • 🌟 Modified to babel compilation, supported by the less theme feature.
  • 🐞 lint is modified for eslint-typescript.

4.4.0

  • 🌟 Support for custom contentWidth.
  • 🐞 Fixed a series of lint errors.