Skip to content

v10.2.0

Compare
Choose a tag to compare
@runmoore runmoore released this 17 Feb 16:23
· 8 commits to fork since this release

Changes

Disable loadable in CSR build (#156)

Disable's loadable in CSR build as-was (Before SSR build integration), it is safe for us to do this because it won't break anything to BRS, it means engineers won't need to do anything for this change. @jaysonwu991

Support for Backpack single package (#157)

Add configuration to determine if BRS has to compile Backpack Single Package. @olliecurtis

New e2e script in CI/CD (#157)

Fixes CI/CD pipeline with a new e2e script @jaysonwu991

Deprecate e2e-simple.sh and e2e-installs.sh on GHA CI

  • These 2 scripts are all about testing create-react-app, it is nothing related to BRS (Highlight)
  • These 2 scripts run so much time on GHA CI, it is really bad for delivery
  • These 2 scripts is nothing to test or verify the new changes from PR, there is no evidence that the new release won't bring any breaking changes

Add new script to test BRS CSR build

  • Testing BRS SSR build is not there yet, and maybe it is optional to do this because of the coming of Remix at Skyscanner