Skip to content

Releases: Skyscanner/backpack-react-scripts

v10.3.0

19 Apr 12:47
c80040e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.0...v10.3.0

v10.2.0

17 Feb 16:23
Compare
Choose a tag to compare

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

v10.0.4

14 Jul 07:54
Compare
Choose a tag to compare

What's Changed

v10.0.3

12 Jul 09:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.0.1...v10.0.3

v10.0.2

23 Jun 09:07
a7a0ab6
Compare
Choose a tag to compare
  • Fix security issues
    • Add Node.js requirement and Script change in README.md
    • Delete the yarn.lock
    • Bump up 'lerna' to version 5.1.0
    • Bump up 'lerna-changelog' to version 2.2.0
    • Bump up 'browserslist' to version 4.16.5
    • Bump up 'immer' to version 9.0.6

https://github.com/Skyscanner/backpack-react-scripts/blob/fork/packages/react-scripts/CHANGELOG.md#1002

v10.0.1

15 Apr 10:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.0.1

v10.0.0

16 Mar 10:19
Compare
Choose a tag to compare

Features

  • Support SSR for all
  • Backward compatibility with previous versions

Breaking

For SSR/Local Components, the build command is build-ssr and it requires a ssr.js file in the src folder. You are also required to have set ssrEnabled in the backpack-react-scripts configuration to true in order to run build-ssr

v9.6.1

07 Mar 07:25
Compare
Choose a tag to compare
  • Extract the existing custom features from the BRS fork branch
    • Extract custom features into backpack-addons files
    • Add backpack-addons README.md

v9.6.0

21 Feb 03:31
Compare
Choose a tag to compare

to add node16 support for BRS, pr link

v9.4.0 - Backpack React Scripts