Skip to content

Releases: Skyscanner/backpack

31.2.0

07 Nov 14:01
f6a9ca0
Compare
Choose a tag to compare

What’s Changed

Added

  • [SHIBA-2119][BpkScrollableCalendar] Added Optional Height Prop for Scrollable Calendar (#3057) @AsimAM

31.1.2

07 Nov 10:47
4040603
Compare
Choose a tag to compare

What’s Changed

Fixed

  • Fix async toggle style issue & BpkButton -> BpkButtonV2 in README files (#3070) @giriawu
  • Disable hover for save button on mweb (#3069) @giriawu

31.1.1

06 Nov 09:45
769b239
Compare
Choose a tag to compare

What’s Changed

Fixed

  • [ARGG-851] Fix withScrimmedPortal component for deterministic order of execution (#3060) @arnaugm
  • LUNA-903 Handle word wrap for Korean language (#3062) @Jennahowieson

31.1.0

31 Oct 09:45
77e88e0
Compare
Choose a tag to compare

What’s Changed

Added

  • [NO-JIRA] Fix Bug on dialog with open attribute for BpkModalV2 (#3049) @ByAnthony

Dependency updates

31.0.0

26 Oct 13:44
0f6aeb2
Compare
Choose a tag to compare

What’s Changed

Breaking

  • [ARGG-812]: Remove svg imports and icon functions (#3048) @olliecurtis
    This change removes the ability and importing of icons via SCSS as it it inefficient and leads to increased build times.

If previously you were using the following method for selecting icons.

.selector {
   @include bpk-icon(flight, $bpk-color-sky-gray-tint-02, large);
}

or spinners in your project, rather than via SCSS, you are encouraged to use bpk-component-icon or bpk-component-spinner in JS instead.

30.3.0

26 Oct 13:13
6b4c82f
Compare
Choose a tag to compare

What’s Changed

Added

30.2.0

26 Oct 12:09
3a8fb8a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 30.1.0...30.2.0

30.1.0

24 Oct 14:03
58c1296
Compare
Choose a tag to compare

What’s Changed

Added

  • ST-5229: Add support for matching breakpoints in SSR (#3025) @robaw

Dependency updates

30.0.0

19 Oct 15:50
c0eb096
Compare
Choose a tag to compare

What’s Changed

Breaking

  • [LUNA-874] Update react-transition-group (#3040) @LouiseReid
    • react-transition-group is now a peer dependency and will require you to install this dependency and manage yourself to avoid multiple version clashes

29.6.0

17 Oct 15:26
377c524
Compare
Choose a tag to compare

What’s Changed

Added

Fixed

  • [BpkFloatingNotification][BpkPageIndicator][BpkPagination]:

Dependency updates