Skip to content

9.1.0

Choose a tag to compare

@sneridagh sneridagh released this 20 Nov 10:46
· 4516 commits to main since this release
61ae1b4

Feature

  • Extend the internal proxy capabilities, now the target is overridable and SSL aware @sneridagh
  • Added new environment variables for the internal proxy RAZZLE_PROXY_REWRITE_TARGET and RAZZLE_PROXY_REWRITE_TARGET @sneridagh
  • Enhance AppExtras component to make it pluggable through the
    config.settings.appExtras. These are router-path filtered components that
    are rendered inside the AppExtras component @tiberiuichim

Bugfix

  • Fix Sentry tags and extra via settings.sentryOptions @avoinea
  • Fix yarn analyze command by packing our own version of
    webpack-bundle-analyzer integration. It has a few changes to the old default
    configuration. There is an alternative way of triggering the bundle analyzer,
    with the OFFLINE_BUNDLE_ANALYZE=true env variable, which avoids starting
    the HTTP bundle analyzer server. Also, it always saves a report html file.
    @tiberiuichim

Internal

  • Improve developer documentation. Add several new chapters @tiberiuichim