Skip to content

16.9.0

Choose a tag to compare

@sneridagh sneridagh released this 27 Jan 16:34
6c54b07

16.9.0 (2023-01-27)

Feature

  • Enable scrolling to ids via hashes in internal links @jackahl #4165
  • Read listing block schema from configuration registry @pnicolli #4231
  • Add displayName when registering a component @sneridagh #4282
  • Support for all default expanders (breadcrumbs, navigation, actions, types) in actions/reducers. Conditional loading of actions if the expanders are present. @sneridagh #4285
  • Add addNewBlock Cypress support command @sneridagh #4313

Bugfix

  • Fixed maxLength validation for string type fields @pnicolli #4189
  • bugfix : add pathname as required proptype in Blocks/Edit @akshatgarg12 #4194
  • (Fix) Select Widgets scrolls the page when the options are not visible @dobri1408 #4223
  • Updated volto-slate to check for slateSettings before falling back to config @danalvrz #4311
  • Fix bug where label of search facet wasn't translated when the content object is being translated @robgietema #4306

Internal