Skip to content

17.0.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 15 Mar 19:08
· 2022 commits to main since this release
9687a74

17.0.0-alpha.2 (2023-03-15)

Breaking

  • Add custom CSS animation to hamburger menu. Removed hamburgers dependency. @danalvrz #4433
  • Improve i18n script ordering of addons, so that addons can override translations from their dependencies. @davisagli #4495

Feature

Bugfix

  • Update build dependencies (razzle and react-dev-utils) @davisagli #3997
  • Added block prop to BlockDataForm in the Edit component of ToC. If block is not passed, OnChangeBlock will be called with undefined block id. @tedw87 #4110
  • Fix focus steal in Form @tedw87 #4230
  • Fixed paste issue in Table Block and added cypress test for pasting text in Table Block. #4301
  • Fixed i18n script to avoid overwriting translations with an empty msgstr @danalvrz #4316
  • bugfix: conditionally render all delete items in confirm widget #4336
  • Make the Site Setup control panel responsive for small screen devices. @lord2anil #4484
  • The menu for the contents page was unresponsive on mobile devices. Fixed this by changing the menu overflow to scroll. @sudhanshu1309 #4492
  • Make Drag and Drop list work with container-type inline-size. @robgietema #4497
  • (fix): Paste button disappearing while coping from nested blocks @dobri1408 #4505
  • Patch updates for some dependencies. @davisagli #4520
  • Fix flaky Cypress test introduced in #4521 @sneridagh #4522

Documentation