Skip to content

v10.60.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 10 Dec 05:56
· 39 commits to release since this release

10.60.0 (2024-12-10)

πŸ“ Documentation

✨ Features

  • Field.Upload: add onFileClick event (#4369) (c892eec)
  • Forms: add Form.InfoOverlay to display error, success (receipt), or custom messages to users (#4357) (9dd8402)
  • Forms: add onAnimationEnd property to Form.Visibility (#4356) (87728b4), closes #4350
  • Forms: add onVisible property to Form.Visibility (#4350) (41306d8)
  • host fonts in the public directory (#4359) (e6e08b2)
  • Upload: add support for async onFileClick event (#4370) (82588c1)
  • Upload: adds onFileClick event (#4365) (c5abd0e)
  • Upload: adds support for async onFileDelete (#4351) (f41e42d)
  • Value.Upload: add onFileClick event (#4367) (56e9caf)

πŸ› Bug Fixes

  • Dropdown: enhance height calcilation and add support for strict direction="bottom" usage, including when used in a Dialog component (#4368) (32b7b5b)
  • Field.Upload: handling of multiple async file uploads (#4360) (5cb1518)
  • Forms: avoid unnecessary rerenders in Form.Handler (#4363) (7de5e49), closes #4357