·
2 commits
to refs/heads/main
since this release
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 oldBpkLink
style
- Introduced a new explicit style to the
- [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
) tofloating-ui
, including the below removal:- the component removal of
TooltipPortal
and its properties removal ofrenderTarget
,portalStyle
,portalClassName
andpopperModifiers
- the
className
property ofBpkTooltip
- the component removal of
- 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
- Converted the
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
- Bump @skyscanner/bpk-foundations-web from 19.2.0 to 19.3.0 (#3769) @dependabot[bot]