Skip to content

32.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 11:29
· 262 commits to refs/heads/main since this release
0d75ec3

What’s Changed

Breaking

  • [NOJIRA]: Migrate to sass-embedded (#3103) @xalechez

  • [DTO-4950][BpkBadge] Clean up & Make BpkBadgeV2 the default (#3156) @Iain530

    • BpkBadgeV2 is now the default BpkBadge, if you were previously using BpkBadgev2 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