What's Changed
- Fix unexpected background-image property in Button (#1850)
- Remove
replaceAll
to support server side rendering with Node.js 14 - DatePicker is no longer opened on clear by default
- Fix unexpected NaN value appearing when up and down keys are pressed with empty value in NumberInput component
- Fix broken "Save" button styles in RichTextEditor when used within Collapse or Accordion
- Fix incosistent controls and inputs colors in RichTextEditor
- Fix poor NumberInput performance in Safari and issues with parser/formatter cursor position (#1968)
- Fix incorrect color prop type in Burger component
- Fix incorrect unknown values handling in MultiSelect component
- Add
yearLabelFormat
prop to Calendar component to allow overriding years format in year and month pickers - Fix incorrect unstyled prop handling in Input.Description component
- Fix incorrect Image component placeholder styles when Image is used with fixed width and height and container is smaller than image size
- Fix incorrect height calculation when children have top or bottom margin in Spoiler component
- Fix incorrect hex values conversion in ColorPicker component for swatches used in ColorPicker component which resulted in slightly modiflied color being selected when color swatch was clicked
- Update embla packages to version 7.0.0 (React 18 peer dependency support)
- Set
height: 'auto'
in Divider component to simplify usage with flexbox containers (#1991) - Fix unexpected
modalId
on modal div element in@mantine/modals
package - Fix incorrect mentions styles in RichTextEditor component (#1950)
- Add withBorder prop to Header, Navbar, Aside and Footer components (#1939)
- Add
role="separator"
attribute to Divider component (#1933) - Fix incorrect Skeleton border-radius in Safari
- Fix incorrect ActionIcon background for disabled state in transparent variant
New Contributors
- @lawff made their first contribution in #1850
- @tmyracle made their first contribution in #1995
- @adamni21 made their first contribution in #1998
- @tonydawhale made their first contribution in #1939
Full Changelog: 5.0.2...5.0.3