8.3.11
mantinedev/mantine8.3.11Jan 5, 2026by rtivital
AI Summary
Bug fixes for positioning, parsing, and accessibility, along with type exports for various libraries.
Key Highlights
- Fixed Combobox dropdown positioning when initially rendered outside viewport
- Fixed NumberInput decimal separator being removed with Backspace key
- Added CodeHighlightAdapter and LooseKeys type exports
Full Release Notes
## What's Changed - `[@mantine/core]` Combobox: Fix dropdown not being positioned correctly when element is initially rendered outside the viewport (#8520, #8577) - `[@mantine/core]` NumberInput: Fix decimal separator being removed with Backspace key (#8571) - `[@mantine/code-highlight]` Add `CodeHighlightAdapter` type export (#8581) - `[@mantine/form]` Add `LooseKeys` type export (#8543) - `[@mantine/core]` FileInput: Fix incorrect default size - `[@mantine/hooks]` use-focus-within: Fix stale closure in `onFocus`/`onBlur` callbacks (#8528) - `[@mantine/dates]` TimePicker: Fix AM/PM input displaying arbitrary text (#8532) - `[@mantine/core]` Notification: Fix incorrect `variant` prop type (#8537) - `[@mantine/carousel]` Update controls DOM order to have proper tab order ## New Contributors * @jakub-gaik made their first contribution in https://github.com/mantinedev/mantine/pull/8537 * @muhammedaksam made their first contribution in https://github.com/mantinedev/mantine/pull/8532 * @ReemX made their first contribution in https://github.com/mantinedev/mantine/pull/8543 * @iamdevlinph made their first contribution in https://github.com/mantinedev/mantine/pull/8573 * @akash191095 made their first contribution in https://github.com/mantinedev/mantine/pull/8568 **Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.10...8.3.11