Releases: Skyscanner/backpack
Releases · Skyscanner/backpack
33.4.0
What’s Changed
Added
- BpKContentCards LOOM-1276 (#3298) @jronald01
- LOOM-1275 BkpCloseButton - Move Icon style override into span (#3283) @jronald01
Fixed
- BpkBreakpoint: Fix Server Side Rendering (#3299) @robaw
- Use the import order defined by skyscanner to ensure consistency with css chunk resolution (#3234) @runmoore
- Fix linting (#3319) @robaw
Full Changelog: 33.3.1...33.4.0
33.3.1
What’s Changed
Fixed
- [NO JIRA]: Fix transpilation scripts to capture nested files missing from build (#3295) @olliecurtis
33.3.0
33.2.0
33.1.0
What’s Changed
Added
- [BpkInput]: Updating input HoC for keyboard events (#3194) @olliecurtis
- LOOM-1262 redundant BkpBannerAlertInner style removed and snapshots updated (#3278) @jronald01
Fixed
- [DTO-5203] - BpkNavigationBar fix classname issue (#3273) @sambocharov
33.0.0
What’s Changed
Breaking
- [THES-184] BpkBottomSheetV2 - use BpkDialogWrapper to fix focus (#3243) @JToporkiewicz
Migration guide
To prevent TS errors, remove the properties getApplicationElement and renderTarget from use cases of the BpkBottomSheet component.
Added
- Bump date-fns from 2.30.0 to 3.3.1 (#3186) @dependabot
Fixed
- [DTO-4950][BpkBadge] Remove BpkBadgeV2 type declarations (#3258) @Iain530
- [ARGG-1036] [BpkSectionHeader] Fix section header vertical padding (#3259) @anambl
- Bump webpack from 5.89.0 to 5.90.3 (#3250) @dependabot
Dependency updates
- Bump date-fns from 2.30.0 to 3.3.1 (#3186) @dependabot
- Bump webpack from 5.89.0 to 5.90.3 (#3250) @dependabot
32.1.0
32.0.1
32.0.0
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