Skip to content

v8.0.0

Compare
Choose a tag to compare
@shawnbot shawnbot released this 21 Apr 17:44
· 84 commits to main since this release
3ca61bb

πŸ’£ Breaking changes

  • #170 removed the shouldSort: true default for autocomplete components

πŸš€ Features

  • The multi-page form navigation has been redesigned in #149
  • Improves compatibility with formiojs 4.12.1 in #147
  • #170 introduces the ability to translate autocomplete component UI strings

πŸ› Bug fixes

  • #169 fixes some translation issues with the Phrase in-context editor
  • Proxy previews now enable language switching via the sf.gov language links
  • There's a lot less console logging in production now, but you can bring it back with debug: true in the render options
  • Fixed some stylesheets that were 404ing on the Vercel site in #172

🏠 Internal

  • The global FormioSFDS object now has a forms array that lists only the forms it's "upgraded", which makes debugging on sf.gov much easier.