Skip to content

17.0.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 12 Apr 07:58
· 1984 commits to main since this release
81759da

17.0.0-alpha.4 (2023-04-12)

Feature

  • DefaultView (view of fields for content types with blocks disabled): Show field name as tip on hover of label. @ksuess #4598
  • Support RelationList field with named StaticCatalogVocabulary and SelectWidget. @ksuess #4614
  • Support for declaring a theme in volto.config.js or in package.json
    Add two entry points to allow extension of a theme from other add-ons. @sneridagh #4625
  • Set sameSite in I18N_LANGUAGE cookie @sneridagh #4627
  • Added querystring search get option. @robgietema #4658

Bugfix

  • Added current page parameter to route in listing and search block pagination - Fix: #3868 @bipoza #4159
  • Fix regexp that checks valid URLs and improve tests [cekk] #4601
  • Fixed wrong localization on password reset page @iRohitSingh #4656
  • fix sitemap.xml.gz not is not compressed @dobri1408 #4663

Internal

Documentation