Added
- For `MonthPickerInput`, the debounce prop can now be True, False or number of ms delay before updating. When True, the value updates on blur. 471 by oelhammouchi
- Added `InputWrapper` component 491 by Godisemo
Fixed
- Fixed debounce in `DatePickerInput` that stopped working in 0.15.2 496 by AnnMarie
- Enable components to be used in `children` and `icon` in the `closeButtonProps` and `clearButtonProps`. 493 by AnnMarieW
Changed
- Upgraded to latest Mantine (7.16.2)