Skip to content

v10.61.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 13 Dec 17:38
· 11 commits to release since this release

10.61.0 (2024-12-13)

πŸ“ Documentation

  • add guidelines for writing commit messages to the contribution guide (#4389) (34eff0e)
  • Upload: add id property (#4401) (56d4956)

✨ Features

πŸ› Bug Fixes

  • DatePicker: add null as possible date type as return value (#4407) (363e0b5)
  • DatePicker: throw error when date is invalid (#4396) (f977ebc)
  • FieldBlock: remove max-width for label when width stretch (#4406) (20c02d4)
  • Forms: enhance transformIn and transformOut to support changed array and object instances (#4392) (ae4648a), closes #4366
  • Slider: ensure min and max value is respected when step doesn't fit exactly (#4395) (2c00b0c)
  • Tabs: ensure cached content never takes up visual space (#4399) (360aacc)
  • Upload: display files without anchor when their size is not given (#4390) (70df7c8)
  • Upload: display spinner in async onFileClick without file id (#4393) (b743d6e)