32.0.0
·
353 commits
to refs/heads/main
since this release
What’s Changed
Breaking
-
[DTO-4950][BpkBadge] Clean up & Make BpkBadgeV2 the default (#3156) @Iain530
BpkBadgeV2
is now the defaultBpkBadge
, if you were previously usingBpkBadgev2
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