Releases: Skyscanner/backpack-react-scripts
Releases · Skyscanner/backpack-react-scripts
v10.3.0
v10.2.0
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
What's Changed
- [LEOP-456]: Update packages by @jaysonwu991 in #152
v10.0.3
What's Changed
- Brs fix security by @DannySu2021 in #149
- add istanbul plugin for cypress code coverage by @realYukiko in #151
New Contributors
- @realYukiko made their first contribution in #151
Full Changelog: v10.0.1...v10.0.3
v10.0.2
- 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
v10.0.1
What's Changed
- [LEOP-294] Update node to 16.x in workflow by @taofang2021 in #135
- [LEOP-318] Extract SSR feature by @taofang2021 in #136
Full Changelog: v10.0.0...v10.0.1
v10.0.0
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