Skip to content

Latest commit

History

History
94 lines (57 loc) 路 3.69 KB

changelog.en-US.md

File metadata and controls

94 lines (57 loc) 路 3.69 KB

changelog

4.6.1

  • 馃悶 Fixing sideEffects causes less problems to load properly. cf0cb3e8

4.6.0

Layout now does not render the footer by default, you need to set yourself.

  • 馃専 Add onTitleClick for subMenu. #139
  • 馃専 Footer support links = false. 2ac24296
  • 馃専 PageHeaderWrapper support all tabpanel props. 478c5a1d

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.