Skip to content

Releases: Skyscanner/backpack

31.3.1

21 Nov 15:51
b7b9f27
Compare
Choose a tag to compare

What’s Changed

Fixed

  • [BpkInfoBanner] Changed typing declarations to match common-types.ts file (#3094) @sambocharov
  • [DTO-4938][BpkModalV2] prevent wide Modalv2 from going off edge of screen (#3092) @DavidHeiniluoma
  • [bpk-stylesheets] Fix bpk-stylesheets :global transpilation (#3093) @olliecurtis

31.3.0

15 Nov 14:54
214a903
Compare
Choose a tag to compare

What’s Changed

Added

Fixed

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