Skip to content

16.22.0

Choose a tag to compare

@sneridagh sneridagh released this 23 Jul 11:37
· 2270 commits to main since this release
4aab235

16.22.0 (2023-07-23)

Feature

  • Add getFieldURL helper function used to get the url value of a field based on its structure. @razvanMiu #2252
  • Add /ok route as an express middleware @ionlizarazu #4375
  • Facets should be able to decide themselves if they should show or not. Made defaultShowFacet to be a fallback in case there is no custom function for each facet type. @tedw87 #4579
  • Add backward compatibility to slate_richtext with fields that are plain text @razvanMiu #4796
  • Use container from component registry in content type views, if defined. @sneridagh #4962

Bugfix

  • Handle condition for yearly frequency in recurrence @BhuvaneshPatil #4498
  • Fix isBlacklisted method check for volto externalRoutes #4725
  • Fix delete confirmation to handle empty breaches. @davisagli #4832
  • fix(styleMenu): Highlight selected block styles @nileshgulia1 #4851
  • Fix tablet main menu. #4859
  • Fix the table of contents block so that if one or more items get out of the viewport, a dropdown menu appears with all the items that do not fit the viewport and also added an option to make the TOC sticky. @MihaelaCretu11 #4907
  • Typo in Italian locales @mamico #4944
  • Fix slateTable still uses old style of sidebar generation @iFlameing #4972
  • Fix password autocomplete hint for login form. @davisagli #4976

Internal

Documentation