Added
- Added `disabled` prop to `Radio` 425 by namakshenas
- Added `lineSize` prop to `Burger` 432 by ChinoUkaegbu
- Added `SemiCircleProgress` component 434 by AnnMarieW
- Added the `add_figure_templates()` function which creates Mantine-styled Plotly figure templates for
both light and dark modes using the default Mantine theme. It registers the templates with plotly.io.templates as
"mantine_light" and "mantine_dark", and optionally sets one of the themes as a default. 431 by AnnMarie
- Added various props: `acceptValueOnBlur` to `TagsInput`, `gradient` to `LineChart`, `hideWithOnePage` to `Pagination`,
`name` to `Avatar`, and `disabled` to `NumberInput`. 440 by AnnMarieW
Fixed
- Fixed closing of Popovers when clicking outside. 423 by magicmq
- Enabled `searchValue` in the `MultiSelect` component to be updated in a callback 441 by AnnMarieW
Changed
- Upgraded to latest Mantine (7.14.3), which also fixes issues 413 and 439