7.13.4

mantinedev/mantine7.13.4Oct 23, 2024by rtivital

AI Summary

This release adds official support for Next.js 15 and includes bug fixes for DatePickerInput, NumberInput, and Popover components to improve stability and behavior.

Key Highlights

  • Next.js 15 support added
  • DatePickerInput: Fixed dropdown staying open when disabled
  • NumberInput: Fixed incorrect ref node type
  • Popover: Fixed `onClose` event firing incorrectly

Full Release Notes

## Next.js 15 support

The documentation and templates have been updated to support Next.js 15 release, for more information visit – https://mantine.dev/guides/next/


## Other changes
- `[@mantine/dates]` DatePickerInput: Fix dropdown staying opened after the `disabled` prop has been set (#7017)
- `[@mantine/core]` NumberInput: Fix incorrect ref node type
- `[@mantine/core]` Popover: Fix `onClose` event firing incorrectly


**Full Changelog**: https://github.com/mantinedev/mantine/compare/7.13.3...7.13.4