Skip to content

16.20.7

Choose a tag to compare

@sneridagh sneridagh released this 24 May 14:23
· 2270 commits to main since this release
a6cc744

16.20.7 (2023-05-24)

Bugfix

  • Fixed the issue "shouldn't use a hook like function name for a variable" @Kaku-g #4693
  • Fix to not update breadrumbs, navigation, actions, and types when content is fetched as a subrequest and apiExpanders includes these components. @davisagli #4760
  • Fix bug where editors could not see their own content in the Contents view if it was expired or has a future effective date. @davisagli #4764
  • Fix bug showing logs at the browsers when richtext widget is use @claytonc #4780
  • Add guard in case of malformed blocks are present (at least id and title should be present) @sneridagh #4802
  • Fix html tag lang attribute in SSR @sneridagh #4803
  • Add newest supported languages to Language constants list @sneridagh #4811

Internal