Skip to content

17.0.0-alpha.26

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 14 Sep 10:03
· 1776 commits to main since this release
e4766a8

17.0.0-alpha.26 (2023-09-14)

Breaking

Feature

Bugfix

  • Fix for responsive error in the login page when the width of the screen decreases. @suman9893 #3250
  • Fix back button in the search block to execute the search by adding two useEffects that update the facets and search data based on the current URL. @MihaelaCretu11 #4402
  • fix : RecursiveWidget is incorrectly translated. @suman9893 #4503
  • Fix use of CSS modules in webpack 5. @wesleybl #5019
  • Fix toc accessibility issue @dobri1408 #5058
  • Fix storybook config for project generator. Add support for SCSS, upgrade to webpack 5 in there as well. @sneridagh #5132
  • Don't show No value option in SelectWidget and ArrayWidget if default value is 0. @wesleybl #5151
  • Fix SelectWidget throwing error when editing a recently created content. @iFlameing #5154
  • Fix editing layout for blocks using schema enhancers. @iFlameing, @davisagli #5158
  • Fix ContentRules add and edit forms for languages other than English. @ericof #5161
  • Fix search block search results number @ionlizarazu #5171
  • fix flaky cypress in blocks-listing.js @nileshgulia1 #5173
  • Fix regression in forms input in toolbar height related to (#5115) @sneridagh #5176

Documentation