Skip to content

17.7.0

Compare
Choose a tag to compare
@sneridagh sneridagh released this 13 Dec 11:57
· 902 commits to main since this release
a0cc94d

17.7.0 (2023-12-13)

Feature

Bugfix

  • Fix the right order of parameters in normalizeExternalData.js @dobri1408 #5347
  • Refactoring the code for extraction of videoDetails from the video URL, adding code for extracting videoDetails from youtube video URLs with '/live/' in its URL which previously used to throw an error and adding jest tests for same. @IshaanDasgupta #5416
  • Initialize data in form before the checks for the blocks and blocks_layout are done This fix an edge case when the data from the server content is empty, then the fields are populated, but the initialized data is snapshot after the check (and amendments) are done. @sneridagh #5445
  • Replaced toNumber with parseFloat to avoid an error when validating the plone.restapi version. @Shibbu264 #5448