Skip to content

Releases: Skyscanner/backpack

33.0.0

12 Mar 11:01
d041680
Compare
Choose a tag to compare

What’s Changed

Breaking

Migration guide

To prevent TS errors, remove the properties getApplicationElement and renderTarget from use cases of the BpkBottomSheet component.

Added

Fixed

  • [DTO-4950][BpkBadge] Remove BpkBadgeV2 type declarations (#3258) @Iain530
  • [ARGG-1036] [BpkSectionHeader] Fix section header vertical padding (#3259) @anambl
  • Bump webpack from 5.89.0 to 5.90.3 (#3250) @dependabot

Dependency updates

32.1.0

23 Feb 13:52
cecc83b
Compare
Choose a tag to compare

What’s Changed

Added

  • [LOOM-1221][BpkButton]: Add fullWidth prop to BpkButton (#3248) @runmoore
      <BpkButton fullWidth>Click Me</BpkButton>
    

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