Skip to content

Releases: Skyscanner/backpack

32.0.1

20 Feb 14:18
04514c6
Compare
Choose a tag to compare

What’s Changed

Fixed

32.0.0

16 Feb 11:29
0d75ec3
Compare
Choose a tag to compare

What’s Changed

Breaking

  • [NOJIRA]: Migrate to sass-embedded (#3103) @xalechez

  • [DTO-4950][BpkBadge] Clean up & Make BpkBadgeV2 the default (#3156) @Iain530

    • BpkBadgeV2 is now the default BpkBadge, if you were previously using BpkBadgev2 please update your import to drop the V2
     // Before
     import { BpkBadgeV2 } from `@skyscanner/backpack-web/bpk-component-badge`;
     
     // After
     import BpkBadge from `@skyscanner/backpack-web/bpk-component-badge`;
  • [ARGG-794][BpkDataTable] Remove deprecated props in BpkDataTable and migrate to TS (#3155) @anambl

31.10.1

13 Feb 17:29
6a86cbd
Compare
Choose a tag to compare

What’s Changed

Fixed

31.10.0

13 Feb 10:13
f421de9
Compare
Choose a tag to compare

What’s Changed

Added

Fixed

Dependency updates

31.9.3

02 Feb 13:40
773b1e5
Compare
Choose a tag to compare

What’s Changed

Fixed

  • [backpack-web]: Revert CSS layers due to incompatibility with supported browsers (#3210) @olliecurtis

31.9.2

31 Jan 11:34
563a5e4
Compare
Choose a tag to compare

What’s Changed

Fixed

  • [BpkSwitch] Fix the switch when it is in a container without enough space (#3207) @runmoore
  • [THES-158] BpkBottomSheet fix empty heading - accessibility (#3205) @pangszenga
  • ST-5444 Updating npm version to match LTS/Node stable pairing (#3204) @adammccullagh

31.9.1

26 Jan 17:13
58656a9
Compare
Choose a tag to compare

What’s Changed

Fixed

31.9.0

23 Jan 08:41
b75eb7a
Compare
Choose a tag to compare

What’s Changed

Added

31.8.0

22 Jan 12:45
c87064b
Compare
Choose a tag to compare

What’s Changed

Added

  • Wrapping components in CSS Cascade Layers (#3119) @Sybsw

Fixed

  • [THES-154] BpkBottomSheet fix focus lock - accessibility (#3182) @JToporkiewicz
  • [ARGG-927][BpkBreakpoint] Update breakpoint to remove hydration mismatch error (#3169) @anambl
  • LOOM-1132 Moved all mixins imports to outside of layers (#3168) @Sybsw

Dependency updates

31.7.2

09 Jan 11:03
c946189
Compare
Choose a tag to compare

What’s Changed

Fixed