Skip to content

14.0.0-alpha.43

Pre-release
Pre-release

Choose a tag to compare

@sneridagh sneridagh released this 20 Dec 17:44
· 3487 commits to main since this release
742afdc

Breaking

  • Move theme.js import to top of the client code, so it take precedence over any other inline imported CSS. This is not an strict breaking change, but it's worth to mention it as might be important and kept in mind. @sneridagh

Feature

Bugfix

  • Fix z-index value of hamburger-wrapper on mobile resolutions overlapping the sidebar @ichim-david
  • Add missing layout view for document_view @MarcoCouto
  • Fix UniversalLink handling of remote URLs from Link @nzambello
  • Add missing App.jsx full paths @jimbiscuit

Internal