Skip to content

v0.52.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 11:58
· 100 commits to main since this release
4b010e5

0.52.0 (2024-12-04)

Breaking Changes

Use independent feature config for email verification

  • user: email verification feature no longer depends on signup config, previously features?.signup?.emailVerification and has needs its own config as features?.emailVerification to be defined

Bug Fixes

  • demo: use sentence case and fix code indentation (#1262) (8935d9f)
  • ui: change table column sort icons (#1252) (ad6fa05)
  • ui: fix extra padding on the right of the locale switcher dropdown (#1256) (d596a5b)

Features

  • dataComponent: add dataKey prop to support object values (#1254) (d374ea4)
  • ui: improve tabview ui (#1253) (f8d2f17)
  • ui: update radio input to use semantic elements (#1255) (a18bfce)