Skip to content

v2.8.0 - Shire horse 🦄

Compare
Choose a tag to compare
@StyleT StyleT released this 03 Mar 11:27
· 943 commits to master since this release
340694f

Features

  • #247 #249 #250 Added App Wrappers functionality
  • #246 #265 Added Transition hooks functionality
  • #266 Added ability to specify props that will be passed to application only during SSR. This for example allows to optimize data loading on SSR by leveraging internal API endpoints.
  • #255 Global API for navigation added
  • #237 Added meta field to routes, data from this field can be used by Transition hooks plugin to perform various actions when navigating to selected routes
  • #260 Added possibility to configure overrideConfigTrustedOrigins via Registry UI
    • 💥 Change of the ILC configuration may be necessary here for existing installs

Bugfixes

  • #242 [Registry UI] json field loses focus when trying to change a value
  • #244 Fixed work of multiple plugins installed simultaneously
  • #252 Now 404 page always returns 404 HTTP code, even if fragment responsible for it - returned 200 OK
  • #251 Prevented issue when partially rendered template from Registry may be used by ILC
  • #254 Fixed work of the global animation during reroute in case when we only have apps for unmounting

Misc

Docker images: