A website where you can keep up to date with NEIIST. A platform to help students find the right Master's thesis. A place for NEIIST's members to get involved with the association.
mantinedev/mantine (@mantine/core)
### [`v6.0.21`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.21)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.20...6.0.21)
##### Last 6.x patch
This is the last patch for 6.x (at least for a while), next version that will be released is 7.0.0. If you haven't checked v7 yet, you can review it here β https://v7.mantine.dev/
##### What's Changed
- `[@mantine/core]` Fix Radio and Checkbox components do not receive padding when a value of 0 is passed into the label prop ([#4755](https://togithub.com/mantinedev/mantine/issues/4755))
- `[@mantine/dates]` Fix incorrect accessible name set on DatePickerInput and other similar components ([#4750](https://togithub.com/mantinedev/mantine/issues/4750))
##### New Contributors
- [@qaynam](https://togithub.com/qaynam) made their first contribution in [https://github.com/mantinedev/mantine/pull/4755](https://togithub.com/mantinedev/mantine/pull/4755)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.20...6.0.21
### [`v6.0.20`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.20)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.19...6.0.20)
##### What's Changed
- `[@mantine/dates]` Calendar: Fix incorrect `hasNextLevel` prop type ([#4682](https://togithub.com/mantinedev/mantine/issues/4682))
- `[@mantine/core]` PasswordInput: Set `autocomplete="off"` to prevent passwords logging in console ([#4564](https://togithub.com/mantinedev/mantine/issues/4564))
- `[@mantine/core]` BackgroundImage: Fix image not loading if given image url contains whitespace ([#4715](https://togithub.com/mantinedev/mantine/issues/4715))
- `[@mantine/dates]` Fix: DatePickerInput and DateTimePicker label click does not focusing the input ([#4634](https://togithub.com/mantinedev/mantine/issues/4634))
- `[@mantine/core]` PinInput: Fix OTP paste not working from Google Keyboard on Android ([#4641](https://togithub.com/mantinedev/mantine/issues/4641))
- `[@mantine/core]` Grid: Fix `id` prop not being passed to the root element ([#4666](https://togithub.com/mantinedev/mantine/issues/4666))
- `[@mantine/tiptap]` Fix incorrect color displayed in ColorPickerControl ([#4667](https://togithub.com/mantinedev/mantine/issues/4667))
- `[@mantine/core]` Anchor: Fix incorrect inherited types from Text ([#4695](https://togithub.com/mantinedev/mantine/issues/4695))
##### New Contributors
- [@hiddenLadder](https://togithub.com/hiddenLadder) made their first contribution in [https://github.com/mantinedev/mantine/pull/4642](https://togithub.com/mantinedev/mantine/pull/4642)
- [@HarshitDoshi](https://togithub.com/HarshitDoshi) made their first contribution in [https://github.com/mantinedev/mantine/pull/4692](https://togithub.com/mantinedev/mantine/pull/4692)
- [@marwinburesch](https://togithub.com/marwinburesch) made their first contribution in [https://github.com/mantinedev/mantine/pull/4703](https://togithub.com/mantinedev/mantine/pull/4703)
- [@HoHieuLuc](https://togithub.com/HoHieuLuc) made their first contribution in [https://github.com/mantinedev/mantine/pull/4667](https://togithub.com/mantinedev/mantine/pull/4667)
- [@lscheibel](https://togithub.com/lscheibel) made their first contribution in [https://github.com/mantinedev/mantine/pull/4666](https://togithub.com/mantinedev/mantine/pull/4666)
- [@saeidalidadi](https://togithub.com/saeidalidadi) made their first contribution in [https://github.com/mantinedev/mantine/pull/4641](https://togithub.com/mantinedev/mantine/pull/4641)
- [@rommelmamedov](https://togithub.com/rommelmamedov) made their first contribution in [https://github.com/mantinedev/mantine/pull/4634](https://togithub.com/mantinedev/mantine/pull/4634)
- [@blueagler](https://togithub.com/blueagler) made their first contribution in [https://github.com/mantinedev/mantine/pull/4715](https://togithub.com/mantinedev/mantine/pull/4715)
- [@yeana-dev](https://togithub.com/yeana-dev) made their first contribution in [https://github.com/mantinedev/mantine/pull/4712](https://togithub.com/mantinedev/mantine/pull/4712)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.19...6.0.20
### [`v6.0.19`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.19)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.18...6.0.19)
##### What's Changed
- `[@mantine/dates]` DateTimePicker: Add option to get time input ref with `timeInputProps`
- `[@mantine/hooks]` Fix unexpected breaking change introduced in `useResizeObserver` in the previous patch ([#4632](https://togithub.com/mantinedev/mantine/issues/4632))
- `[@mantine/dates]` Fix incorrect Calendar prop types definition ([#4638](https://togithub.com/mantinedev/mantine/issues/4638))
##### New Contributors
- [@raul-repos](https://togithub.com/raul-repos) made their first contribution in [https://github.com/mantinedev/mantine/pull/4630](https://togithub.com/mantinedev/mantine/pull/4630)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.18...6.0.19
### [`v6.0.18`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.18)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.17...6.0.18)
##### What's Changed
- `[@mantine/core]` Spoiler: Fix control button flickering on rerender ([#4512](https://togithub.com/mantinedev/mantine/issues/4512))
- `[@mantine/tiptap]` Fix incorrect color displayed in color control in dark color scheme ([#4560](https://togithub.com/mantinedev/mantine/issues/4560))
- `[@mantine/core]` Pagination: Fix incorrect disabled styles when control node is changed to link ([#4578](https://togithub.com/mantinedev/mantine/issues/4578))
- `[@mantine/core]` Modal: Make body's zIndex same as overlay's to allow modals stacking ([#4587](https://togithub.com/mantinedev/mantine/issues/4587))
- `[@mantine/core]` Avatar: Fix incorrect placeholder icon dimensions ([#4600](https://togithub.com/mantinedev/mantine/issues/4600))
- `[@mantine/dates]` Fix `defaultDate` overriding `value` prop ([#4624](https://togithub.com/mantinedev/mantine/issues/4624))
##### New Contributors
- [@mattaningram](https://togithub.com/mattaningram) made their first contribution in [https://github.com/mantinedev/mantine/pull/4600](https://togithub.com/mantinedev/mantine/pull/4600)
- [@ItaiAxelrad](https://togithub.com/ItaiAxelrad) made their first contribution in [https://github.com/mantinedev/mantine/pull/4578](https://togithub.com/mantinedev/mantine/pull/4578)
- [@hellolol2016](https://togithub.com/hellolol2016) made their first contribution in [https://github.com/mantinedev/mantine/pull/4560](https://togithub.com/mantinedev/mantine/pull/4560)
- [@KurtGokhan](https://togithub.com/KurtGokhan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4512](https://togithub.com/mantinedev/mantine/pull/4512)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.17...6.0.18
### [`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17)
#### What's Changed
- `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x ([#4357](https://togithub.com/mantinedev/mantine/issues/4357), [#4174](https://togithub.com/mantinedev/mantine/issues/4174))
- `[@mantine/core]` PasswordInput: Remove rightSection associated props to avoid confusion ([#4436](https://togithub.com/mantinedev/mantine/issues/4436))
- `[@mantine/core]` Menu: Fix up and down keys not working when first Menu.Item is disabled ([#4411](https://togithub.com/mantinedev/mantine/issues/4411))
- `[@mantine/spotlight]` Fix `target` prop not working ([#4494](https://togithub.com/mantinedev/mantine/issues/4494))
- `[@mantine/core]` Switch: Fix incorrect label styles in RTL ([#4515](https://togithub.com/mantinedev/mantine/issues/4515))
- `[@mantine/core]` Slider: Fix decimal step without precision prop not working ([#4538](https://togithub.com/mantinedev/mantine/issues/4538))
- `[@mantine/core]` Rating: Fix `readOnly` prop not working with `defaultValue` ([#4525](https://togithub.com/mantinedev/mantine/issues/4525))
- `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles in mobile Safari ([#4517](https://togithub.com/mantinedev/mantine/issues/4517))
- `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect` logic, allow disabling `allowDeselect` if `clearable` is set ([#4527](https://togithub.com/mantinedev/mantine/issues/4527))
- `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working ([#4532](https://togithub.com/mantinedev/mantine/issues/4532))
#### New Contributors
- [@connershoop](https://togithub.com/connershoop) made their first contribution in [https://github.com/mantinedev/mantine/pull/4517](https://togithub.com/mantinedev/mantine/pull/4517)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.16...6.0.17
### [`v6.0.16`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.16)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.15...6.0.16)
#### What's Changed
- `[@mantine/dates]` DatePicker: Fix `onMonthSelect` not passed down to Calendar component ([#4441](https://togithub.com/mantinedev/mantine/issues/4441))
- `[@mantine/prism]` Fix unexpected code margin when used within `TypographyStylesProvider` ([#4452](https://togithub.com/mantinedev/mantine/issues/4452))
- `[@mantine/dates]` DateTimePicker: Fix `onClick` function from `submitButtonProps` overriding default behavior ([#4465](https://togithub.com/mantinedev/mantine/issues/4465))
- `[@mantine/dates]` Fix date pickers placeholders not having correct color when parent input has error ([#4469](https://togithub.com/mantinedev/mantine/issues/4469))
- `[@mantine/core]` MultiSelect: Fix `portalProps` prop not working ([#4485](https://togithub.com/mantinedev/mantine/issues/4485))
- `[@mantine/core]` Fix rem units errors with svg elements in all components ([#4491](https://togithub.com/mantinedev/mantine/issues/4491))
- `[@mantine/dates]` DateInput: Fix stale calendar UI after clear button was clicked ([#4486](https://togithub.com/mantinedev/mantine/issues/4486))
- `[@mantine/core]` Slider: Fix `onChange` prop updates being ignored ([#4497](https://togithub.com/mantinedev/mantine/issues/4497))
#### New Contributors
- [@Bastian](https://togithub.com/Bastian) made their first contribution in [https://github.com/mantinedev/mantine/pull/4497](https://togithub.com/mantinedev/mantine/pull/4497)
- [@aschenkuttel](https://togithub.com/aschenkuttel) made their first contribution in [https://github.com/mantinedev/mantine/pull/4491](https://togithub.com/mantinedev/mantine/pull/4491)
- [@alessandroaw](https://togithub.com/alessandroaw) made their first contribution in [https://github.com/mantinedev/mantine/pull/4469](https://togithub.com/mantinedev/mantine/pull/4469)
- [@wojonet](https://togithub.com/wojonet) made their first contribution in [https://github.com/mantinedev/mantine/pull/4465](https://togithub.com/mantinedev/mantine/pull/4465)
- [@thascoet](https://togithub.com/thascoet) made their first contribution in [https://github.com/mantinedev/mantine/pull/4441](https://togithub.com/mantinedev/mantine/pull/4441)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.15...6.0.16
### [`v6.0.15`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.15)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.14...6.0.15)
##### What's Changed
- `[@mantine/core]` Alert: Fix incorrect close button styles in filled variant
- `[@mantine/core]` Fix incorrect Slider and RangeSlider precision with keyboard events
- `[@mantine/core]` PinInput: Fix incorrect focus behavior when `Backspace` key is pressed ([#4438](https://togithub.com/mantinedev/mantine/issues/4438))
- `[@mantine/core]` Table: Fix `withColumnBorders` prop not working ([#4443](https://togithub.com/mantinedev/mantine/issues/4443))
- `[@mantine/spotlight]` Improve search performance for large actions lists ([#4457](https://togithub.com/mantinedev/mantine/issues/4457))
##### New Contributors
- [@Asipita](https://togithub.com/Asipita) made their first contribution in [https://github.com/mantinedev/mantine/pull/4444](https://togithub.com/mantinedev/mantine/pull/4444)
- [@mrbnclt](https://togithub.com/mrbnclt) made their first contribution in [https://github.com/mantinedev/mantine/pull/4438](https://togithub.com/mantinedev/mantine/pull/4438)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.14...6.0.15
### [`v6.0.14`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.14)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.13...6.0.14)
#### What's Changed
- `[@mantine/hooks]` use-window-event: Improve events type ([#4423](https://togithub.com/mantinedev/mantine/issues/4423))
- `[@mantine/core]` MultiSelect: Fix `hoverOnSearchChange` not working correctly when `creatable` prop is set ([#4344](https://togithub.com/mantinedev/mantine/issues/4344))
- `[@mantine/tiptap]` Add option to configure initial state of external link control ([#4373](https://togithub.com/mantinedev/mantine/issues/4373))
- `[@mantine/core]` PinInput: Fix incorrect Backspace key handling ([#4379](https://togithub.com/mantinedev/mantine/issues/4379))
- `[@mantine/core]` Table: Fix table styles applied to the nested table elements, for example in dropdowns ([#4393](https://togithub.com/mantinedev/mantine/issues/4393))
- `[@mantine/core]` Image: Fix image alt overflow in Firefox ([#4410](https://togithub.com/mantinedev/mantine/issues/4410))
#### New Contributors
- [@comphonia](https://togithub.com/comphonia) made their first contribution in [https://github.com/mantinedev/mantine/pull/4410](https://togithub.com/mantinedev/mantine/pull/4410)
- [@skyt-a](https://togithub.com/skyt-a) made their first contribution in [https://github.com/mantinedev/mantine/pull/4373](https://togithub.com/mantinedev/mantine/pull/4373)
- [@vadimkiryanov](https://togithub.com/vadimkiryanov) made their first contribution in [https://github.com/mantinedev/mantine/pull/4423](https://togithub.com/mantinedev/mantine/pull/4423)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.13...6.0.14
### [`v6.0.13`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.13)
#### What's Changed
- `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not passed to Calendar component ([#4273](https://togithub.com/mantinedev/mantine/issues/4273))
- `[@mantine/core]` AppShell: Fix wrong padding when `navbarOffsetBreakpoint` and `asideOffsetBreakpoint` have the same value ([#4281](https://togithub.com/mantinedev/mantine/issues/4281))
- `[@mantine/core]` Select: Fix unexpected horizontal scrollbar in items with long text ([#4296](https://togithub.com/mantinedev/mantine/issues/4296))
- `[@mantine/core]` NumberInput: Fix missing disabled controls styles ([#4314](https://togithub.com/mantinedev/mantine/issues/4314))
- `[@mantine/core]` Fix Select/MultiSelect scrolling page when `transitionProps` are set ([#4327](https://togithub.com/mantinedev/mantine/issues/4327))
- `[@mantine/core]` Chip: Fix unexpected line break when children are not a plain string ([#4328](https://togithub.com/mantinedev/mantine/issues/4328))
#### New Contributors
- [@omegahm](https://togithub.com/omegahm) made their first contribution in [https://github.com/mantinedev/mantine/pull/4280](https://togithub.com/mantinedev/mantine/pull/4280)
- [@ot07](https://togithub.com/ot07) made their first contribution in [https://github.com/mantinedev/mantine/pull/4290](https://togithub.com/mantinedev/mantine/pull/4290)
- [@richardboehme](https://togithub.com/richardboehme) made their first contribution in [https://github.com/mantinedev/mantine/pull/4314](https://togithub.com/mantinedev/mantine/pull/4314)
- [@andremonteiro95](https://togithub.com/andremonteiro95) made their first contribution in [https://github.com/mantinedev/mantine/pull/4273](https://togithub.com/mantinedev/mantine/pull/4273)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.11...6.0.13
### [`v6.0.11`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.11)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.10...6.0.11)
##### What's Changed
- `[@mantine/core]` Improve inputs disabled styles handling inside `fieldset` elements ([#4152](https://togithub.com/mantinedev/mantine/issues/4152))
- `[@mantine/core]` Badge: Expose `BadgeVariant` type ([#4215](https://togithub.com/mantinedev/mantine/issues/4215))
- `[@mantine/core]` ThemeIcon: Expose `ThemeIconVariant` type ([#4216](https://togithub.com/mantinedev/mantine/issues/4216))
- `[@mantine/core]` ColorInput: Add option to set eye dropper aria-label though prop ([#4227](https://togithub.com/mantinedev/mantine/issues/4227))
- `[@mantine/core]` ColorPicker: Fix inaccurate numbers rounding in rgba and hex colors converters ([#4238](https://togithub.com/mantinedev/mantine/issues/4238))
- `[@mantine/core]` MultiSelect: Fix layout shifts in Safari when input is focused ([#4249](https://togithub.com/mantinedev/mantine/issues/4249))
- `[@mantine/core]` Rating: Add CSS color values support in `color` prop ([#4251](https://togithub.com/mantinedev/mantine/issues/4251))
- `[@mantine/dates]` Add missing `nextIcon`/`previousIcon` types to all components ([#4180](https://togithub.com/mantinedev/mantine/issues/4180))
##### New Contributors
- [@thatanjan](https://togithub.com/thatanjan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4248](https://togithub.com/mantinedev/mantine/pull/4248)
- [@agong-coveo](https://togithub.com/agong-coveo) made their first contribution in [https://github.com/mantinedev/mantine/pull/4152](https://togithub.com/mantinedev/mantine/pull/4152)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.10...6.0.11
### [`v6.0.10`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.10)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.9...6.0.10)
##### What's Changed
- `[@mantine/core]` Remove invalid `autocomplete` attribute from JsonInput and ColorInput ([#4140](https://togithub.com/mantinedev/mantine/issues/4140))
- `[@mantine/core]` Tabs: Fix `aria-controls` set to id of panel that does not exist ([#4142](https://togithub.com/mantinedev/mantine/issues/4142))
- `[@mantine/core]` Input: Add icon offset to unstyled input variant ([#4119](https://togithub.com/mantinedev/mantine/issues/4119))
- `[@mantine/core]` Popover: Fix incorrect `closeOnClickOutside` logic ([#4148](https://togithub.com/mantinedev/mantine/issues/4148))
- `[@mantine/dates]` Add callback function support to `weekdayFormat` prop ([#4156](https://togithub.com/mantinedev/mantine/issues/4156))
- `[@mantine/core]` MultiSelect: Fix incorrect hovered item index when `disableSelectedItemFiltering` is set and last item is selected ([#4168](https://togithub.com/mantinedev/mantine/issues/4168))
##### New Contributors
- [@milhamm](https://togithub.com/milhamm) made their first contribution in [https://github.com/mantinedev/mantine/pull/4165](https://togithub.com/mantinedev/mantine/pull/4165)
- [@dbnar2](https://togithub.com/dbnar2) made their first contribution in [https://github.com/mantinedev/mantine/pull/4119](https://togithub.com/mantinedev/mantine/pull/4119)
- [@forestileao](https://togithub.com/forestileao) made their first contribution in [https://github.com/mantinedev/mantine/pull/4142](https://togithub.com/mantinedev/mantine/pull/4142)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.9...6.0.10
### [`v6.0.9`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.9)
[Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.8...6.0.9)
#### What's Changed
- `[@mantine/core]` MutiSelect: Fix error placeholder not respecting `theme.primaryShade` ([#4113](https://togithub.com/mantinedev/mantine/issues/4113))
- `[@mantine/core]` Preserve whitespace in Select, MultiSelect and Autocomplete items ([#4094](https://togithub.com/mantinedev/mantine/issues/4094))
- `[@mantine/core]` Menu: Fix incorrect click outside logic ([#4114](https://togithub.com/mantinedev/mantine/issues/4114))
- `[@mantine/core]` Slider: Fix incorrect `trackContainer` height ([#4116](https://togithub.com/mantinedev/mantine/issues/4116))
- `[@mantine/hooks]` use-focus-trap: Fix aria hider not being released when multiple focus traps being used at the same time ([#4118](https://togithub.com/mantinedev/mantine/issues/4118))
- `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not working in Calendar based components ([#4126](https://togithub.com/mantinedev/mantine/issues/4126))
- `[@mantine/hooks]` use-local-storage: Add dynamic local storage `key` support ([#4127](https://togithub.com/mantinedev/mantine/issues/4127))
#### New Contributors
- [@Ben-Kincaid](https://togithub.com/Ben-Kincaid) made their first contribution in [https://github.com/mantinedev/mantine/pull/4127](https://togithub.com/mantinedev/mantine/pull/4127)
- [@IvanKalinin](https://togithub.com/IvanKalinin) made their first contribution in [https://github.com/mantinedev/mantine/pull/4126](https://togithub.com/mantinedev/mantine/pull/4126)
- [@Cuzart](https://togithub.com/Cuzart) made their first contribution in [https://github.com/mantinedev/mantine/pull/4113](https://togithub.com/mantinedev/mantine/pull/4113)
**Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.8...6.0.9
Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
6.0.8
->6.0.21
6.0.8
->6.0.21
Release Notes
mantinedev/mantine (@mantine/core)
### [`v6.0.21`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.21) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.20...6.0.21) ##### Last 6.x patch This is the last patch for 6.x (at least for a while), next version that will be released is 7.0.0. If you haven't checked v7 yet, you can review it here β https://v7.mantine.dev/ ##### What's Changed - `[@mantine/core]` Fix Radio and Checkbox components do not receive padding when a value of 0 is passed into the label prop ([#4755](https://togithub.com/mantinedev/mantine/issues/4755)) - `[@mantine/dates]` Fix incorrect accessible name set on DatePickerInput and other similar components ([#4750](https://togithub.com/mantinedev/mantine/issues/4750)) ##### New Contributors - [@qaynam](https://togithub.com/qaynam) made their first contribution in [https://github.com/mantinedev/mantine/pull/4755](https://togithub.com/mantinedev/mantine/pull/4755) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.20...6.0.21 ### [`v6.0.20`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.20) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.19...6.0.20) ##### What's Changed - `[@mantine/dates]` Calendar: Fix incorrect `hasNextLevel` prop type ([#4682](https://togithub.com/mantinedev/mantine/issues/4682)) - `[@mantine/core]` PasswordInput: Set `autocomplete="off"` to prevent passwords logging in console ([#4564](https://togithub.com/mantinedev/mantine/issues/4564)) - `[@mantine/core]` BackgroundImage: Fix image not loading if given image url contains whitespace ([#4715](https://togithub.com/mantinedev/mantine/issues/4715)) - `[@mantine/dates]` Fix: DatePickerInput and DateTimePicker label click does not focusing the input ([#4634](https://togithub.com/mantinedev/mantine/issues/4634)) - `[@mantine/core]` PinInput: Fix OTP paste not working from Google Keyboard on Android ([#4641](https://togithub.com/mantinedev/mantine/issues/4641)) - `[@mantine/core]` Grid: Fix `id` prop not being passed to the root element ([#4666](https://togithub.com/mantinedev/mantine/issues/4666)) - `[@mantine/tiptap]` Fix incorrect color displayed in ColorPickerControl ([#4667](https://togithub.com/mantinedev/mantine/issues/4667)) - `[@mantine/core]` Anchor: Fix incorrect inherited types from Text ([#4695](https://togithub.com/mantinedev/mantine/issues/4695)) ##### New Contributors - [@hiddenLadder](https://togithub.com/hiddenLadder) made their first contribution in [https://github.com/mantinedev/mantine/pull/4642](https://togithub.com/mantinedev/mantine/pull/4642) - [@HarshitDoshi](https://togithub.com/HarshitDoshi) made their first contribution in [https://github.com/mantinedev/mantine/pull/4692](https://togithub.com/mantinedev/mantine/pull/4692) - [@marwinburesch](https://togithub.com/marwinburesch) made their first contribution in [https://github.com/mantinedev/mantine/pull/4703](https://togithub.com/mantinedev/mantine/pull/4703) - [@HoHieuLuc](https://togithub.com/HoHieuLuc) made their first contribution in [https://github.com/mantinedev/mantine/pull/4667](https://togithub.com/mantinedev/mantine/pull/4667) - [@lscheibel](https://togithub.com/lscheibel) made their first contribution in [https://github.com/mantinedev/mantine/pull/4666](https://togithub.com/mantinedev/mantine/pull/4666) - [@saeidalidadi](https://togithub.com/saeidalidadi) made their first contribution in [https://github.com/mantinedev/mantine/pull/4641](https://togithub.com/mantinedev/mantine/pull/4641) - [@rommelmamedov](https://togithub.com/rommelmamedov) made their first contribution in [https://github.com/mantinedev/mantine/pull/4634](https://togithub.com/mantinedev/mantine/pull/4634) - [@blueagler](https://togithub.com/blueagler) made their first contribution in [https://github.com/mantinedev/mantine/pull/4715](https://togithub.com/mantinedev/mantine/pull/4715) - [@yeana-dev](https://togithub.com/yeana-dev) made their first contribution in [https://github.com/mantinedev/mantine/pull/4712](https://togithub.com/mantinedev/mantine/pull/4712) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.19...6.0.20 ### [`v6.0.19`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.19) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.18...6.0.19) ##### What's Changed - `[@mantine/dates]` DateTimePicker: Add option to get time input ref with `timeInputProps` - `[@mantine/hooks]` Fix unexpected breaking change introduced in `useResizeObserver` in the previous patch ([#4632](https://togithub.com/mantinedev/mantine/issues/4632)) - `[@mantine/dates]` Fix incorrect Calendar prop types definition ([#4638](https://togithub.com/mantinedev/mantine/issues/4638)) ##### New Contributors - [@raul-repos](https://togithub.com/raul-repos) made their first contribution in [https://github.com/mantinedev/mantine/pull/4630](https://togithub.com/mantinedev/mantine/pull/4630) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.18...6.0.19 ### [`v6.0.18`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.18) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.17...6.0.18) ##### What's Changed - `[@mantine/core]` Spoiler: Fix control button flickering on rerender ([#4512](https://togithub.com/mantinedev/mantine/issues/4512)) - `[@mantine/tiptap]` Fix incorrect color displayed in color control in dark color scheme ([#4560](https://togithub.com/mantinedev/mantine/issues/4560)) - `[@mantine/core]` Pagination: Fix incorrect disabled styles when control node is changed to link ([#4578](https://togithub.com/mantinedev/mantine/issues/4578)) - `[@mantine/core]` Modal: Make body's zIndex same as overlay's to allow modals stacking ([#4587](https://togithub.com/mantinedev/mantine/issues/4587)) - `[@mantine/core]` Avatar: Fix incorrect placeholder icon dimensions ([#4600](https://togithub.com/mantinedev/mantine/issues/4600)) - `[@mantine/dates]` Fix `defaultDate` overriding `value` prop ([#4624](https://togithub.com/mantinedev/mantine/issues/4624)) ##### New Contributors - [@mattaningram](https://togithub.com/mattaningram) made their first contribution in [https://github.com/mantinedev/mantine/pull/4600](https://togithub.com/mantinedev/mantine/pull/4600) - [@ItaiAxelrad](https://togithub.com/ItaiAxelrad) made their first contribution in [https://github.com/mantinedev/mantine/pull/4578](https://togithub.com/mantinedev/mantine/pull/4578) - [@hellolol2016](https://togithub.com/hellolol2016) made their first contribution in [https://github.com/mantinedev/mantine/pull/4560](https://togithub.com/mantinedev/mantine/pull/4560) - [@KurtGokhan](https://togithub.com/KurtGokhan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4512](https://togithub.com/mantinedev/mantine/pull/4512) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.17...6.0.18 ### [`v6.0.17`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.17) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.16...6.0.17) #### What's Changed - `[@mantine/carousel]` Remove x.clickAllowed to support embla 8.x ([#4357](https://togithub.com/mantinedev/mantine/issues/4357), [#4174](https://togithub.com/mantinedev/mantine/issues/4174)) - `[@mantine/core]` PasswordInput: Remove rightSection associated props to avoid confusion ([#4436](https://togithub.com/mantinedev/mantine/issues/4436)) - `[@mantine/core]` Menu: Fix up and down keys not working when first Menu.Item is disabled ([#4411](https://togithub.com/mantinedev/mantine/issues/4411)) - `[@mantine/spotlight]` Fix `target` prop not working ([#4494](https://togithub.com/mantinedev/mantine/issues/4494)) - `[@mantine/core]` Switch: Fix incorrect label styles in RTL ([#4515](https://togithub.com/mantinedev/mantine/issues/4515)) - `[@mantine/core]` Slider: Fix decimal step without precision prop not working ([#4538](https://togithub.com/mantinedev/mantine/issues/4538)) - `[@mantine/core]` Rating: Fix `readOnly` prop not working with `defaultValue` ([#4525](https://togithub.com/mantinedev/mantine/issues/4525)) - `[@mantine/core]` Modal: Migrate to dvh units to fix incorrect styles in mobile Safari ([#4517](https://togithub.com/mantinedev/mantine/issues/4517)) - `[@mantine/dates]` DateInput: Decouple `clearable` and `allowDeselect` logic, allow disabling `allowDeselect` if `clearable` is set ([#4527](https://togithub.com/mantinedev/mantine/issues/4527)) - `[@mantine/dates]` DatePickerInput: Fix `defaultDate` prop not working ([#4532](https://togithub.com/mantinedev/mantine/issues/4532)) #### New Contributors - [@connershoop](https://togithub.com/connershoop) made their first contribution in [https://github.com/mantinedev/mantine/pull/4517](https://togithub.com/mantinedev/mantine/pull/4517) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.16...6.0.17 ### [`v6.0.16`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.16) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.15...6.0.16) #### What's Changed - `[@mantine/dates]` DatePicker: Fix `onMonthSelect` not passed down to Calendar component ([#4441](https://togithub.com/mantinedev/mantine/issues/4441)) - `[@mantine/prism]` Fix unexpected code margin when used within `TypographyStylesProvider` ([#4452](https://togithub.com/mantinedev/mantine/issues/4452)) - `[@mantine/dates]` DateTimePicker: Fix `onClick` function from `submitButtonProps` overriding default behavior ([#4465](https://togithub.com/mantinedev/mantine/issues/4465)) - `[@mantine/dates]` Fix date pickers placeholders not having correct color when parent input has error ([#4469](https://togithub.com/mantinedev/mantine/issues/4469)) - `[@mantine/core]` MultiSelect: Fix `portalProps` prop not working ([#4485](https://togithub.com/mantinedev/mantine/issues/4485)) - `[@mantine/core]` Fix rem units errors with svg elements in all components ([#4491](https://togithub.com/mantinedev/mantine/issues/4491)) - `[@mantine/dates]` DateInput: Fix stale calendar UI after clear button was clicked ([#4486](https://togithub.com/mantinedev/mantine/issues/4486)) - `[@mantine/core]` Slider: Fix `onChange` prop updates being ignored ([#4497](https://togithub.com/mantinedev/mantine/issues/4497)) #### New Contributors - [@Bastian](https://togithub.com/Bastian) made their first contribution in [https://github.com/mantinedev/mantine/pull/4497](https://togithub.com/mantinedev/mantine/pull/4497) - [@aschenkuttel](https://togithub.com/aschenkuttel) made their first contribution in [https://github.com/mantinedev/mantine/pull/4491](https://togithub.com/mantinedev/mantine/pull/4491) - [@alessandroaw](https://togithub.com/alessandroaw) made their first contribution in [https://github.com/mantinedev/mantine/pull/4469](https://togithub.com/mantinedev/mantine/pull/4469) - [@wojonet](https://togithub.com/wojonet) made their first contribution in [https://github.com/mantinedev/mantine/pull/4465](https://togithub.com/mantinedev/mantine/pull/4465) - [@thascoet](https://togithub.com/thascoet) made their first contribution in [https://github.com/mantinedev/mantine/pull/4441](https://togithub.com/mantinedev/mantine/pull/4441) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.15...6.0.16 ### [`v6.0.15`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.15) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.14...6.0.15) ##### What's Changed - `[@mantine/core]` Alert: Fix incorrect close button styles in filled variant - `[@mantine/core]` Fix incorrect Slider and RangeSlider precision with keyboard events - `[@mantine/core]` PinInput: Fix incorrect focus behavior when `Backspace` key is pressed ([#4438](https://togithub.com/mantinedev/mantine/issues/4438)) - `[@mantine/core]` Table: Fix `withColumnBorders` prop not working ([#4443](https://togithub.com/mantinedev/mantine/issues/4443)) - `[@mantine/spotlight]` Improve search performance for large actions lists ([#4457](https://togithub.com/mantinedev/mantine/issues/4457)) ##### New Contributors - [@Asipita](https://togithub.com/Asipita) made their first contribution in [https://github.com/mantinedev/mantine/pull/4444](https://togithub.com/mantinedev/mantine/pull/4444) - [@mrbnclt](https://togithub.com/mrbnclt) made their first contribution in [https://github.com/mantinedev/mantine/pull/4438](https://togithub.com/mantinedev/mantine/pull/4438) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.14...6.0.15 ### [`v6.0.14`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.14) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.13...6.0.14) #### What's Changed - `[@mantine/hooks]` use-window-event: Improve events type ([#4423](https://togithub.com/mantinedev/mantine/issues/4423)) - `[@mantine/core]` MultiSelect: Fix `hoverOnSearchChange` not working correctly when `creatable` prop is set ([#4344](https://togithub.com/mantinedev/mantine/issues/4344)) - `[@mantine/tiptap]` Add option to configure initial state of external link control ([#4373](https://togithub.com/mantinedev/mantine/issues/4373)) - `[@mantine/core]` PinInput: Fix incorrect Backspace key handling ([#4379](https://togithub.com/mantinedev/mantine/issues/4379)) - `[@mantine/core]` Table: Fix table styles applied to the nested table elements, for example in dropdowns ([#4393](https://togithub.com/mantinedev/mantine/issues/4393)) - `[@mantine/core]` Image: Fix image alt overflow in Firefox ([#4410](https://togithub.com/mantinedev/mantine/issues/4410)) #### New Contributors - [@comphonia](https://togithub.com/comphonia) made their first contribution in [https://github.com/mantinedev/mantine/pull/4410](https://togithub.com/mantinedev/mantine/pull/4410) - [@skyt-a](https://togithub.com/skyt-a) made their first contribution in [https://github.com/mantinedev/mantine/pull/4373](https://togithub.com/mantinedev/mantine/pull/4373) - [@vadimkiryanov](https://togithub.com/vadimkiryanov) made their first contribution in [https://github.com/mantinedev/mantine/pull/4423](https://togithub.com/mantinedev/mantine/pull/4423) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.13...6.0.14 ### [`v6.0.13`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.13) #### What's Changed - `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not passed to Calendar component ([#4273](https://togithub.com/mantinedev/mantine/issues/4273)) - `[@mantine/core]` AppShell: Fix wrong padding when `navbarOffsetBreakpoint` and `asideOffsetBreakpoint` have the same value ([#4281](https://togithub.com/mantinedev/mantine/issues/4281)) - `[@mantine/core]` Select: Fix unexpected horizontal scrollbar in items with long text ([#4296](https://togithub.com/mantinedev/mantine/issues/4296)) - `[@mantine/core]` NumberInput: Fix missing disabled controls styles ([#4314](https://togithub.com/mantinedev/mantine/issues/4314)) - `[@mantine/core]` Fix Select/MultiSelect scrolling page when `transitionProps` are set ([#4327](https://togithub.com/mantinedev/mantine/issues/4327)) - `[@mantine/core]` Chip: Fix unexpected line break when children are not a plain string ([#4328](https://togithub.com/mantinedev/mantine/issues/4328)) #### New Contributors - [@omegahm](https://togithub.com/omegahm) made their first contribution in [https://github.com/mantinedev/mantine/pull/4280](https://togithub.com/mantinedev/mantine/pull/4280) - [@ot07](https://togithub.com/ot07) made their first contribution in [https://github.com/mantinedev/mantine/pull/4290](https://togithub.com/mantinedev/mantine/pull/4290) - [@richardboehme](https://togithub.com/richardboehme) made their first contribution in [https://github.com/mantinedev/mantine/pull/4314](https://togithub.com/mantinedev/mantine/pull/4314) - [@andremonteiro95](https://togithub.com/andremonteiro95) made their first contribution in [https://github.com/mantinedev/mantine/pull/4273](https://togithub.com/mantinedev/mantine/pull/4273) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.11...6.0.13 ### [`v6.0.11`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.11) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.10...6.0.11) ##### What's Changed - `[@mantine/core]` Improve inputs disabled styles handling inside `fieldset` elements ([#4152](https://togithub.com/mantinedev/mantine/issues/4152)) - `[@mantine/core]` Badge: Expose `BadgeVariant` type ([#4215](https://togithub.com/mantinedev/mantine/issues/4215)) - `[@mantine/core]` ThemeIcon: Expose `ThemeIconVariant` type ([#4216](https://togithub.com/mantinedev/mantine/issues/4216)) - `[@mantine/core]` ColorInput: Add option to set eye dropper aria-label though prop ([#4227](https://togithub.com/mantinedev/mantine/issues/4227)) - `[@mantine/core]` ColorPicker: Fix inaccurate numbers rounding in rgba and hex colors converters ([#4238](https://togithub.com/mantinedev/mantine/issues/4238)) - `[@mantine/core]` MultiSelect: Fix layout shifts in Safari when input is focused ([#4249](https://togithub.com/mantinedev/mantine/issues/4249)) - `[@mantine/core]` Rating: Add CSS color values support in `color` prop ([#4251](https://togithub.com/mantinedev/mantine/issues/4251)) - `[@mantine/dates]` Add missing `nextIcon`/`previousIcon` types to all components ([#4180](https://togithub.com/mantinedev/mantine/issues/4180)) ##### New Contributors - [@thatanjan](https://togithub.com/thatanjan) made their first contribution in [https://github.com/mantinedev/mantine/pull/4248](https://togithub.com/mantinedev/mantine/pull/4248) - [@agong-coveo](https://togithub.com/agong-coveo) made their first contribution in [https://github.com/mantinedev/mantine/pull/4152](https://togithub.com/mantinedev/mantine/pull/4152) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.10...6.0.11 ### [`v6.0.10`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.10) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.9...6.0.10) ##### What's Changed - `[@mantine/core]` Remove invalid `autocomplete` attribute from JsonInput and ColorInput ([#4140](https://togithub.com/mantinedev/mantine/issues/4140)) - `[@mantine/core]` Tabs: Fix `aria-controls` set to id of panel that does not exist ([#4142](https://togithub.com/mantinedev/mantine/issues/4142)) - `[@mantine/core]` Input: Add icon offset to unstyled input variant ([#4119](https://togithub.com/mantinedev/mantine/issues/4119)) - `[@mantine/core]` Popover: Fix incorrect `closeOnClickOutside` logic ([#4148](https://togithub.com/mantinedev/mantine/issues/4148)) - `[@mantine/dates]` Add callback function support to `weekdayFormat` prop ([#4156](https://togithub.com/mantinedev/mantine/issues/4156)) - `[@mantine/core]` MultiSelect: Fix incorrect hovered item index when `disableSelectedItemFiltering` is set and last item is selected ([#4168](https://togithub.com/mantinedev/mantine/issues/4168)) ##### New Contributors - [@milhamm](https://togithub.com/milhamm) made their first contribution in [https://github.com/mantinedev/mantine/pull/4165](https://togithub.com/mantinedev/mantine/pull/4165) - [@dbnar2](https://togithub.com/dbnar2) made their first contribution in [https://github.com/mantinedev/mantine/pull/4119](https://togithub.com/mantinedev/mantine/pull/4119) - [@forestileao](https://togithub.com/forestileao) made their first contribution in [https://github.com/mantinedev/mantine/pull/4142](https://togithub.com/mantinedev/mantine/pull/4142) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.9...6.0.10 ### [`v6.0.9`](https://togithub.com/mantinedev/mantine/releases/tag/6.0.9) [Compare Source](https://togithub.com/mantinedev/mantine/compare/6.0.8...6.0.9) #### What's Changed - `[@mantine/core]` MutiSelect: Fix error placeholder not respecting `theme.primaryShade` ([#4113](https://togithub.com/mantinedev/mantine/issues/4113)) - `[@mantine/core]` Preserve whitespace in Select, MultiSelect and Autocomplete items ([#4094](https://togithub.com/mantinedev/mantine/issues/4094)) - `[@mantine/core]` Menu: Fix incorrect click outside logic ([#4114](https://togithub.com/mantinedev/mantine/issues/4114)) - `[@mantine/core]` Slider: Fix incorrect `trackContainer` height ([#4116](https://togithub.com/mantinedev/mantine/issues/4116)) - `[@mantine/hooks]` use-focus-trap: Fix aria hider not being released when multiple focus traps being used at the same time ([#4118](https://togithub.com/mantinedev/mantine/issues/4118)) - `[@mantine/dates]` Fix `nextIcon` and `previousIcon` props not working in Calendar based components ([#4126](https://togithub.com/mantinedev/mantine/issues/4126)) - `[@mantine/hooks]` use-local-storage: Add dynamic local storage `key` support ([#4127](https://togithub.com/mantinedev/mantine/issues/4127)) #### New Contributors - [@Ben-Kincaid](https://togithub.com/Ben-Kincaid) made their first contribution in [https://github.com/mantinedev/mantine/pull/4127](https://togithub.com/mantinedev/mantine/pull/4127) - [@IvanKalinin](https://togithub.com/IvanKalinin) made their first contribution in [https://github.com/mantinedev/mantine/pull/4126](https://togithub.com/mantinedev/mantine/pull/4126) - [@Cuzart](https://togithub.com/Cuzart) made their first contribution in [https://github.com/mantinedev/mantine/pull/4113](https://togithub.com/mantinedev/mantine/pull/4113) **Full Changelog**: https://github.com/mantinedev/mantine/compare/6.0.8...6.0.9Configuration
π Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.