diff --git a/docs/src/docs/changelog/5-9-0.mdx b/docs/src/docs/changelog/5-9-0.mdx index 65aea488328..82547b5286b 100644 --- a/docs/src/docs/changelog/5-9-0.mdx +++ b/docs/src/docs/changelog/5-9-0.mdx @@ -27,7 +27,7 @@ the eye dropper will not be rendered if the API is not supported. ## AppShell alt layout -[AppShell](https://mantine.dev/core/) component now supports placing `Navbar` and `Aside` components on top of `Header` and `Footer` with `layout="alt"` prop. +[AppShell](https://mantine.dev/core/app-shell) component now supports placing `Navbar` and `Aside` components on top of `Header` and `Footer` with `layout="alt"` prop. Open alt layout example in new tab @@ -89,5 +89,5 @@ or do not support placeholder property natively: - [RangeSlider](https://mantine.dev/core/slider/) component now supports `maxRange` prop - [Stepper](https://mantine.dev/core/stepper/) component now supports any CSS color value in `color` prop -- [use-hotkeys](https://mantine.dev/hooks/use-hot-keys/) hook now allows to configure whether default behavior should be prevented +- [use-hotkeys](https://mantine.dev/hooks/use-hotkeys/) hook now allows to configure whether default behavior should be prevented - [Input](https://mantine.dev/core/input/) and other components based on it now support any valid CSS size value in `rightSectionWidth` and `iconWidth` props