Mantine 9.5.2

9.5.2
Added 4
  • Add support for lazy languages loading in @mantine/code-highlight
  • Add prop to CodeHighlight to keep indentation of the first line of the code block
  • Add missing formatting functions to MiniCalendar, DateInput and YearsList components
  • Add new useWatchValue hook to @mantine/form
Changed 1
  • Improve performance of events positioning algorithm in WeekView
Fixed 8
  • Fix use-debounced-value hook with leading: true firing multiple times per burst and emitting a stale value
  • Fix recurring events not working with timezones in @mantine/schedule
  • Fix minDate used for default date in some cases in DatePicker components
  • Fix Tooltip setting NaN in top/left position style when event position values cannot be read
  • Fix incorrect focus handling of partially filled hours field in TimePicker
  • Fix incorrect copy event handling in RollingNumber
  • Fix incorrect closeButtonProps type in Notification
  • Fix Combobox-based components not working correctly with Chrome autocomplete

From Mantine

  • [@mantine/hooks] use-debounced-value: Fix leading: true firing multiple times per burst and emiting a stale value (#9119)
  • [@mantine/schedule] Fix recurring events not working with timzones (#9112)
  • [@mantine/dates] Fix minDate used for default date in some cases (#9117)
  • [@mantine/core] Tooltip: Fix tooltip setting NaN in top/left position style when event position values cannot be read (#9131)
  • [@mantine/dates] TimePicker: Fix incorrect focus handling of partially filled hours field (#9128)
  • [@mantine/core] RollingNumber: Fix incorrect copy event handling (#9132)
  • [@mantine/core] Notification: Fix incorrect closeButtonProps type (#9134)
  • [@mantine/code-highlight] Add support for lazy languages loading (#9141)
  • [@mantine/code-highlight] CodeHighlight: Add prop to keep indentation of the first line of the code block (#9140)
  • [@mantine/dates] Add missing formatting functions to MiniCalendarm DateInput and YarsList components
  • [@mantine/schedule] WeekView: Improve performance of events positioning algorithm (#9075)
  • [@mantine/form] Add new useWatchValue hook
  • [@mantine/core] Fix Combobox-based components not working correctly with Chrome autocomplete
View original

Upgraded? How did it go?

Discussion