Skip to content

Releases: Skyscanner/backpack

33.4.0

26 Mar 10:31
78603da
Compare
Choose a tag to compare

What’s Changed

Added

Fixed

  • BpkBreakpoint: Fix Server Side Rendering (#3299) @robaw
  • Use the import order defined by skyscanner to ensure consistency with css chunk resolution (#3234) @runmoore
  • Fix linting (#3319) @robaw

Full Changelog: 33.3.1...33.4.0

33.3.1

18 Mar 12:37
dedd58d
Compare
Choose a tag to compare

What’s Changed

Fixed

  • [NO JIRA]: Fix transpilation scripts to capture nested files missing from build (#3295) @olliecurtis

33.3.0

18 Mar 10:58
0e0d4b2
Compare
Choose a tag to compare

What’s Changed

Added

  • [ST-5579][BpkBreakpoint] Remove react-responsive (#3284) @robaw

Fixed

33.2.0

15 Mar 15:03
e1b424a
Compare
Choose a tag to compare

What’s Changed

Added

33.1.0

15 Mar 14:08
e3483b3
Compare
Choose a tag to compare

What’s Changed

Added

  • [BpkInput]: Updating input HoC for keyboard events (#3194) @olliecurtis
  • LOOM-1262 redundant BkpBannerAlertInner style removed and snapshots updated (#3278) @jronald01

Fixed

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