Skip to content

37.0.0

Latest
Compare
Choose a tag to compare
@skyscanner-backpack-bot skyscanner-backpack-bot released this 10 Apr 09:12
· 2 commits to refs/heads/main since this release
9fac38f

What’s Changed

Breaking

  • [BD-9545][BpkLink] Add bpk-link--explicit for the new bpk-link design. (#3768) @isteven-shu
    • Introduced a new explicit style to the BpkLink as the default style
    • Added a boolean prop named implicit for the old BpkLink style
  • [ARGG-1157][BpkTooltip]: Migrate the custom underlying library of the tooltip to floating-ui (#3485) @olliecurtis
    • No visual change was introduced but strongly recommend doing a visual check and manual check for interaction
    • Migrated the underlying library(custom BpkTooltipPortal) to floating-ui , including the below removal:
      • the component removal of TooltipPortal and its properties removal of renderTarget, portalStyle, portalClassName and popperModifiers
      • the className property of BpkTooltip
    • Converted BpkLink to Typescript and generated types

Added

  • [QUAR-801][BpkOverlay] Update video overlay to align with heavy overlay design (#3787) @kirstybryce
    • Renamed class names, which might result in a snapshot change
    • Changed the overlay background opacity, which might cause a slight visual change
  • [PANGOO-2945][BpkPageIndicator]Bpk component page indicator ts support (#3783) @senzg
    • Converted the BpkPageIndicator from JS to TS and added some type for that

Fixed

  • Bump @skyscanner/bpk-foundations-web from 19.2.0 to 19.3.0 (#3769) @dependabot[bot]
  • [PANGOO-2905][BpkCheckbox] Fix the checkbox visual issue by replacing it with SVG (#3774) @senzg

Dependency updates