Skip to content

Releases: Skyscanner/backpack-react-scripts

v11.1.1

04 Apr 15:45
c382ea5
Compare
Choose a tag to compare

What's Changed

  • [NO JIRA]: Add missing @babel/plugin-proposal-private-property-in-object dep to remove missing warning by @olliecurtis in #187

If you were previously directly installing @babel/plugin-proposal-private-property-in-object but only using it via backpack-react-scripts you can uninstall this dependency as it now comes within backpack-react-scripts itself.

Full Changelog: v11.1.0...v11.1.1

v11.1.0

26 Mar 16:31
98a04cb
Compare
Choose a tag to compare

What's Changed

  • Bump the npm_and_yarn group group with 1 update by @dependabot in #183
  • [LOOM-1233]: add __unstableEnableBpkStylesChunk config option by @mungodewar in #184
  • [LOOM-1328]: Add test suite for backpack-addons/splitChunks remove unstable from backpack chunk config by @mungodewar in #185

New Contributors

Full Changelog: v11.0.1...v11.1.0

v11.0.1

10 Jan 16:10
e63d6c9
Compare
Choose a tag to compare

What's Changed

  • [ARGG-948]: Update caching strategy for SSR build by @xalechez in #182

Full Changelog: v11.0.0...v11.0.1

v11.0.0

13 Dec 10:07
ea7c7f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.8...v11.0.0

v10.6.0

12 Oct 08:30
91c961e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v10.5.0...v10.6.0

v10.5.0

11 Jul 16:16
Compare
Choose a tag to compare

What's Changed

  • [SEARCHEXP-1358]Handle relative path and resolve to their real path by @GCpigsic in #164

New Contributors

Full Changelog: v10.4.0...v10.5.0

v10.4.0

19 Apr 12:57
8c05b0d
Compare
Choose a tag to compare

What's Changed

  • [ST-1798] Allow TypeScript 5 as a peer dependency. by @angel3cu in #162

Full Changelog: v10.3.0...v10.4.0

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