Skip to content

v1.22.0

Choose a tag to compare

@ivictbor ivictbor released this 13 Feb 06:58
· 34 commits to main since this release
363cf60

1.22.0 (2026-02-13)

Bug Fixes

  • block save button when generation in progress (e534a57)
  • don't use deprecated param "record" for the update (6185938)
  • fix checkboxes in table. Now it doesn't save record with unchecked checkbox (b1e7985)
  • if user passes integer/float as string for integer/float fields to the save data api - before throwing error we are trying to parse it (a089a52)
  • resolve performance problems by getting rid of huge reactive array (10b5d87)
  • round progress percentage display in VisionAction component (a223c77)
  • stop generation when window is closed (23d4ebe)

Features

  • add ability to process records, which are filtered (ce467f9)
  • add askConfirmation (8956d6a)
  • add progress bar (8802582)
  • refactor visionAction to use plimit for generation of big set of data (b8ef41d)