Skip to content

Commit

Permalink
[docs] Fix typo (#4835)
Browse files Browse the repository at this point in the history
typo in docs — Stepper component change
  • Loading branch information
eluce2 committed Sep 22, 2023
1 parent 9091bf8 commit 0a99cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/changelog/7-0-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ viewport width is less than or greater than the specified breakpoint:
- `TransferList` component is no longer available as a part of `@mantine/core` package, instead you can implement it with [Combobox](/core/combobox) component ([example](/combobox?e=TransferList))
- [Chip](/core/chip) component now supports custom check icon
- [PasswordInput](/core/password-input) no longer supports `visibilityToggleLabel` and `toggleTabIndex` props, use `visibilityToggleButtonProps` prop instead
- [Stepper](/core/stepper) now longer supports `breakpoint` prop, you can apply responsive styles with Styles API
- [Stepper](/core/stepper) no longer supports `breakpoint` prop, you can apply responsive styles with Styles API
- [ColorInput](/core/color-input) no longer supports `dropdownZIndex`, `transitionProps`, `withinPortal`, `portalProps` and `shadow` props, you can now pass these props with `popoverProps` prop
- [LoadingOverlay](/core/loading-overlay) props are now grouped by the component they are passed down to: `overlayProps`, `loaderProps` and `transitionProps` now replace props that were previously passed to `LoadingOverlay` directly
- [Dropzone](/others/dropzone) component no longer supports `padding` prop, use `p` style prop instead
Expand Down

0 comments on commit 0a99cf7

Please sign in to comment.