v4.9.1
4.9.1 - 01.12.2022
What's New
- [LockContext]: reworked lock context:
- make
tryRelease
method public tryRelease
argument inacquire
now optional, if isn't passed release lock immediately on requestwithLock
now run passed action and get lock until action running
- make
- [useForm]: added close method, which try to leave form and ask to save unsaved changes
- [DatePickers]: added support for typing value according predefined set of formats
What’s Fixed
- fixed sans semi-bold font url
- [LazyDataSource]: fixed row handle check while tree wasn't initiated
- [NumericInput] prevent value change onScroll
- [NumericInput]: set empty string value on onBlur event in case of invalid input value
- [DND]: fixed container scrolling on element dragging
- [ApiContext]: fixed manual error handling for recovery errors