Releases: Skyscanner/backpack
7.0.0 - @skyscanner/backpack-web
What's Changed
- [NO JIRA] Remove use of tokens in Backpack by @anambl in #2390
- [ST-4451]: Add contentId to Graphic Promotion component by @jonlaw101 in #2511
- [ST-4102] Refactor bpk-component-graphic-promotion to use the standard breakpoints. by @angel3cu in #2509
- [ST-4506] Set a maximum height in the Sponsor Logo. by @angel3cu in #2514
Full Changelog: v6.1.0...v7.0.0
6.1.0 - @skyscanner/backpack-web
What's Changed
- [NOJIRA] Added
BpkAriaLive
to Floating Notification Component & Fix Accessibility by @alakbarz in #2496 - [KOA-5424]: Fix for findDOMNode in horizontal nav by @olliecurtis in #2505
Full Changelog: v6.0.0...v6.1.0
6.0.0 - @skyscanner/backpack-web
What's Changed
- [KOA-5360]: Deprecate Navigation Stack component by @olliecurtis in #2489
- [NO JIRA] remove deprecated spacing tokens by @anambl in #2491
- [KOA-5362] Migrate popover, modal, datepicker to native portal by @anambl in #2492
Full Changelog: v5.0.0...v6.0.0
5.0.0 - @skyscanner/backpack-web
What's Changed
- [BD-6170] Backpack price component improvement by @colorwin in #2483
- [PAN-2048] Deprecate withNotches prop of BpkTicket by @karlahuang in #2481
New Contributors
- @karlahuang made their first contribution in #2481
Full Changelog: v4.1.0...v5.0.0
4.1.0 - @skyscanner/backpack-web
What's Changed
- Add BpkSplitInput component by @eniseldaTusku in #2472
- [NO JIRA] Fix split input component dependencies by @anambl in #2487
New Contributors
- @eniseldaTusku made their first contribution in #2472
Full Changelog: v4.0.1...v4.1.0
4.0.1 - @skyscanner/backpack-web
https://github.com/Skyscanner/backpack/blob/main/CHANGELOG.md#2022-06-30-1
What's Changed
Full Changelog: v4.0.0...v4.0.1
4.0.0 - @skyscanner/backpack-web
https://github.com/Skyscanner/backpack/blob/main/CHANGELOG.md#2022-06-22
What's Changed
- New portal implementation for Modal, Dialog and Drawer by @olliecurtis in #2477
- [ST-4405] Fix accessibility issues in Graphic Promo. by @angel3cu in #2479
New Contributors
Full Changelog: v3.3.0...v4.0.0
3.0.1 - @skyscanner/backpack-web
Patch release to fix imports that malformed during release
3.0.0 - @skyscanner/backpack-web
Breaking:
bpk-component-popover
: 4.1.12 => 5.0.0
bpk-component-tooltip
: 6.1.10 => 7.0.0
- Migrated from custom
popper.js
version 1 to upstream version 2. popperModifiers
now accepts an array of objects instead of an object of options.- Modifiers now follow a new format and existing versions will no longer function as expected. See https://popper.js.org/docs/v2/modifiers/ for more information.
Fixed:
bpk-component-barchart
: 4.2.10 => 4.2.11
bpk-component-rating
: 5.0.0 => 5.0.1
bpk-component-star-rating
: 3.1.10 => 3.1.11
- Added accessibility roles to components.
bpk-component-calendar
: 11.1.14 => 11.1.15
bpk-component-scrollable-calendar
: 6.1.14 => 6.1.15
- Fixed bug in calendar components where the wrong
selectionType
property (and hence style) is set in a date component whenselectionConfiguration.type
issingle
.
2.0.1 - @skyscanner/backpack-web
What's Changed
Breaking
- bpk-component-rating - [BD-6043] by @Supremeyh in #2445
- Support rating value with string type
- Replace value of
large
inRATING_SIZES
fromlg
tolarge
for when showing vertical style.
Full Changelog: https://github.com/Skyscanner/backpack/blob/main/CHANGELOG.md#2022-05-31