Skip to content

v10.36.0

Compare
Choose a tag to compare
@tujoworker tujoworker released this 14 Jun 13:11
· 667 commits to release since this release

10.36.0 (2024-06-14)

✨ Features

  • Anchor: add helper classes as props (#3701) (62b23e8)
  • forms: add activeWhen prop to Wizard.Step (#3705) (edd6214)
  • Icon: rewrite to TypeScript and hooks (#3703) (70b1f8b), closes #3699
  • Table: refactoring of types, documentation, and accordion file structure (#3683) (6045e42)

🐛 Bug Fixes

  • Autocomplete: make input_value react to prop change (#3706) (641e5e7)
  • Autocomplete: make inputValue update on data prop changes (#3581) (83b05cf)
  • forms: ensure useReactRouter to handle initial data given by url (#3708) (a16f1f7), closes #3702
  • StepIndicator: avoid re-assigning functions that can cause titles to be not in sync (#3697) (d8d740c), closes #3685

📝 Documentation