Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

[16.3.0] - 2022-09-28

Compare
Choose a tag to compare
@qubis741 qubis741 released this 28 Sep 13:16
· 1288 commits to next-release since this release
0ea905d

Added

  • DatePickerInput: clearable prop (@qubis741) in #2387)
  • NumericInput: Added decreaseDisabled, increaseDisabled, onDecreaseMouseDown and onIncreaseMouseDown props which allow fine-grained control over disabling decrease and increase stepper buttons. (@jelledc in #2380)

Changed

  • DatePicker: use a fixed amount of weeks to avoid it from jumping up and down when navigating between months (@lowiebenoot) in #2384)

Fixed

  • Toast: Update css to ensure toast action has the right color regardless of css order (@lorgan3) in #2388)