Skip to content

18.0.0-alpha.36

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 26 Jun 08:59
· 1131 commits to main since this release
128bb82

18.0.0-alpha.36 (2024-06-26)

Breaking

  • Added ImageWidget component with upload, drop, external, and inline capabilities. @sneridagh @ichim-david @dobri1408

    Breaking:

    The user experience of the image upload has changed.
    The input field is now a row of buttons.
    The input field's placeholder text was moved above the buttons.
    Together these changes improve usability both on small screens and in small containers, such as when the widget is in grid block elements.
    If you shadow the image block edit component, make sure it continues to work as you expect, or update it to use the new image upload widget component. #5607

Feature

Bugfix

Internal

  • Rename the Makefile commands to unify them with the new agreed naming scheme. @sneridagh #6104
  • Remove api folder. Add backend folder using latest backend best practices. @sneridagh #6110
  • Rename files with wrong extension js->jsx when they contain JSX. @sneridagh #6114
  • Automatically set a new issue's label to 03 type: feature (plip) for PLIPs. @stevepiercy #6122