mantinedev/mantine (@mantine/core)
### [`v7.14.2`](https://redirect.github.com/mantinedev/mantine/releases/tag/7.14.2)
[Compare Source](https://redirect.github.com/mantinedev/mantine/compare/7.14.1...7.14.2)
##### What's Changed
- `[@mantine/core]` Add `onEnterTranstionEnd` and `onExitTransitionEnd` props support to Modal, Drawer and Popover components
- `[@mantine/charts]` DonutChart: Fix `valueFormatter` prop not working, add `labelsType` prop support ([#7153](https://redirect.github.com/mantinedev/mantine/issues/7153))
- `[@mantine/charts]` BarChart: Fix incorrect labels positions in some cases ([#7160](https://redirect.github.com/mantinedev/mantine/issues/7160))
- `[@mantine/core]` PasswordInput: Fix `visibilityToggleButtonProps.variant` prop being ignored ([#7144](https://redirect.github.com/mantinedev/mantine/issues/7144))
- `[@mantine/core]` Improve `window.matchMedia` usage to support test environments without `matchMedia` support ([#7147](https://redirect.github.com/mantinedev/mantine/issues/7147))
- `[@mantine/core]` Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases ([#7148](https://redirect.github.com/mantinedev/mantine/issues/7148))
- `[@mantine/form]` Add `onSubmitPreventDefault` option support ([#7142](https://redirect.github.com/mantinedev/mantine/issues/7142))
- `[@mantine/core]` TypographyStylesProvider: Fix incorrect lists styles
- `[@mantine/notifications]` Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened
- `[@mantine/core]` FileInput: Add missing placeholder Styles API reference
- `[@mantine/core]` Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version
- `[@mantine/modals]` Add `updateModal` and `updateContextModal` functions ([#7104](https://redirect.github.com/mantinedev/mantine/issues/7104))
- `[@mantine/tiptap]` Fix too specific styles that prevented controls border-radius override without !important
- `[@mantine/tiptap]` Fix disabled controls having hover effects and pointer cursor
- `[@mantine/core]` FileInput: Add missing `component` prop
- `[@mantine/core]` AngleSlider: Fix page being scrolled when the value is being changed on mobile
- `[@mantine/core]` NumberInput: Fix increment/decrement controls not being visible if the value is number like string
- `[@mantine/core]` NavLink: Fix collapse for nested links being rendered even if there are no child links ([#7133](https://redirect.github.com/mantinedev/mantine/issues/7133))
- `[@mantine/dates]` Fix `defaultDate` prop being ignore in YearPickerInput and MonthPickerInput components ([#7108](https://redirect.github.com/mantinedev/mantine/issues/7108))
- `[@mantine/dropzone]` Update `react-dropzone-esm` to the latest version
##### New Contributors
- [@lsanwick](https://redirect.github.com/lsanwick) made their first contribution in [https://github.com/mantinedev/mantine/pull/7147](https://redirect.github.com/mantinedev/mantine/pull/7147)
- [@minosss](https://redirect.github.com/minosss) made their first contribution in [https://github.com/mantinedev/mantine/pull/7160](https://redirect.github.com/mantinedev/mantine/pull/7160)
- [@me-gusta-v](https://redirect.github.com/me-gusta-v) made their first contribution in [https://github.com/mantinedev/mantine/pull/7153](https://redirect.github.com/mantinedev/mantine/pull/7153)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.14.1...7.14.2
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
7.14.1
->7.14.2
7.14.1
->7.14.2
Release Notes
mantinedev/mantine (@mantine/core)
### [`v7.14.2`](https://redirect.github.com/mantinedev/mantine/releases/tag/7.14.2) [Compare Source](https://redirect.github.com/mantinedev/mantine/compare/7.14.1...7.14.2) ##### What's Changed - `[@mantine/core]` Add `onEnterTranstionEnd` and `onExitTransitionEnd` props support to Modal, Drawer and Popover components - `[@mantine/charts]` DonutChart: Fix `valueFormatter` prop not working, add `labelsType` prop support ([#7153](https://redirect.github.com/mantinedev/mantine/issues/7153)) - `[@mantine/charts]` BarChart: Fix incorrect labels positions in some cases ([#7160](https://redirect.github.com/mantinedev/mantine/issues/7160)) - `[@mantine/core]` PasswordInput: Fix `visibilityToggleButtonProps.variant` prop being ignored ([#7144](https://redirect.github.com/mantinedev/mantine/issues/7144)) - `[@mantine/core]` Improve `window.matchMedia` usage to support test environments without `matchMedia` support ([#7147](https://redirect.github.com/mantinedev/mantine/issues/7147)) - `[@mantine/core]` Fix arrow overlaying Popover, Tooltip and HoverCard content in some cases ([#7148](https://redirect.github.com/mantinedev/mantine/issues/7148)) - `[@mantine/form]` Add `onSubmitPreventDefault` option support ([#7142](https://redirect.github.com/mantinedev/mantine/issues/7142)) - `[@mantine/core]` TypographyStylesProvider: Fix incorrect lists styles - `[@mantine/notifications]` Fix notifications with bottom-right and top-right positions shifting when modal/drawer is opened - `[@mantine/core]` FileInput: Add missing placeholder Styles API reference - `[@mantine/core]` Update floating-ui, react-textarea-autosize and type-fest dependencies to the latest version - `[@mantine/modals]` Add `updateModal` and `updateContextModal` functions ([#7104](https://redirect.github.com/mantinedev/mantine/issues/7104)) - `[@mantine/tiptap]` Fix too specific styles that prevented controls border-radius override without !important - `[@mantine/tiptap]` Fix disabled controls having hover effects and pointer cursor - `[@mantine/core]` FileInput: Add missing `component` prop - `[@mantine/core]` AngleSlider: Fix page being scrolled when the value is being changed on mobile - `[@mantine/core]` NumberInput: Fix increment/decrement controls not being visible if the value is number like string - `[@mantine/core]` NavLink: Fix collapse for nested links being rendered even if there are no child links ([#7133](https://redirect.github.com/mantinedev/mantine/issues/7133)) - `[@mantine/dates]` Fix `defaultDate` prop being ignore in YearPickerInput and MonthPickerInput components ([#7108](https://redirect.github.com/mantinedev/mantine/issues/7108)) - `[@mantine/dropzone]` Update `react-dropzone-esm` to the latest version ##### New Contributors - [@lsanwick](https://redirect.github.com/lsanwick) made their first contribution in [https://github.com/mantinedev/mantine/pull/7147](https://redirect.github.com/mantinedev/mantine/pull/7147) - [@minosss](https://redirect.github.com/minosss) made their first contribution in [https://github.com/mantinedev/mantine/pull/7160](https://redirect.github.com/mantinedev/mantine/pull/7160) - [@me-gusta-v](https://redirect.github.com/me-gusta-v) made their first contribution in [https://github.com/mantinedev/mantine/pull/7153](https://redirect.github.com/mantinedev/mantine/pull/7153) **Full Changelog**: https://github.com/mantinedev/mantine/compare/7.14.1...7.14.2Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.