Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] fix changlog component links #3107

Merged
merged 1 commit into from Dec 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/docs/changelog/5-9-0.mdx
Expand Up @@ -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.

<Anchor href="/app-shell-demo-alt/" target="_blank" mb="xl" style={{ display: 'block' }}>
Open alt layout example in new tab
Expand Down Expand Up @@ -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