Skip to content

v4.9.1

Compare
Choose a tag to compare
@AlekseyManetov AlekseyManetov released this 01 Dec 16:30
· 8181 commits to main since this release

4.9.1 - 01.12.2022

What's New

  • [LockContext]: reworked lock context:
    • make tryRelease method public
    • tryRelease argument in acquire now optional, if isn't passed release lock immediately on request
    • withLock now run passed action and get lock until action running
  • [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