Skip to content

v3.0.0-beta.48

Pre-release
Pre-release
Compare
Choose a tag to compare
@denolfe denolfe released this 17 Jun 16:57
· 2359 commits to main since this release
3b3b1ce

v3.0.0-beta.48 (2024-06-17)

Features

  • prevent setting column preferences unless edited (#6774) (7c35e88)

Bug Fixes

  • date hydration error if user locale is different to server (#6806) (a3e1856)
  • richtext-lexical: lexicalHTML field was persisted in database even though it should not (#6795) (6612bd1)
  • loader windows path resolution (#6804) (ce2ae95)
  • prevent clearing of language selection on account view (#6803) (1a03e9a)
  • ui,richtext-*: path from context should always have precedence over path from props, even if it's an empty string (#6782) (e7159c0)
  • ui: properly type Select element onChange type, as well as any components using it (#6785) (6287495)
  • array row validation messages (#6781) (0920c8a)
  • allows navigation to reset-pw route, adds customization for route (#6778) (680ed1d)
  • passes toast success and error handlers to form handleResponse fn (#6775) (ddc3ab5)

Contributors