Releases: Skyscanner/backpack
Releases · Skyscanner/backpack
35.4.0
What’s Changed
Fixed
- [NO JIRA][BpkNavigationTabGroup]Modify Navigation Tab Group A11Y (#3634) @kerrie625
35.3.1
What’s Changed
Fixed
- [PANGOO-2594][BpkNavigationTabGroup]Fix BPK NavTabGroup Warning (#3618) @kerrie625
35.3.0
What’s Changed
Added
- [BD-8797][BpkSaveButton]Update it to support extension props (#3617) @KathyWang0208
35.2.0
What’s Changed
Added
- [PANGOO-2581][BpkNavigationTabGroup]Add Extra Props in BPK NavTabGroup (#3607) @kerrie625
- LOOM-1668 backpack date picker fires change event on value change (#3608) @amburrrshand
35.1.0
What’s Changed
Added
- [PANGOO-2516][BpkNavigationTabGroup] Add Navigation-tab-group component (#3599) @kerrie625
35.0.1
35.0.0
What’s Changed
Breaking
-
[NO JIRA][BpkSwitch]: Remove label and just ship switch (#3582) @olliecurtis
-
This change removes the label property and now allows you to provide the label yourself, positioning it wherever you require.
-
To update the component to this updated API you will now be required to provide your own text and layout when using the component. E.g.
// Before <BpkSwitch label="My switch" /> // After <div> <BpkText> My switch </BpkText> <BpkSwitch ariaLabel="Toggle my switch" /> </div>
-
-
[BpkNudger] Simplify nudger to make it support only number types (#3576) @metalix2
- Changed
onChange
property to beonValueChange
- Removes the
BpkConfigurableNudger
as this is not part of our design system and unused previous ideation - Nudger only now supports Number values, so if you are passing strings as the numbers these will need to be updated or any tests that looks for a string value will need to be updated
- Changed
-
[LOOM-1540][BpkSplitInput]: Property update and tsx migration for splitinput and inputField components (#3565) @Parisistan
- Changed
onChange
property to beonInputChange
- Migrated to Typescript
- Changed
Added
- [LOOM-1609]: React 18 migration (#3585) @olliecurtis
- Adds support for React 18 as a version by accepting ranges between 17 to 18
- [Loom-1535][BpkSlider] - add form-test to bpkSlider (#3579) @Parisistan
- [LOOM-1520][BpkSlider] Fix for Slider to support Form properly (#3567) @metalix2
Fixed
- [NO JIRA][BpkSplitInput]: Fix default state of inputValue (#3591) @olliecurtis
- [NO JIRA][BpkLoadingButton]: Updating TS types and removing propTypes ahead of React 18 (#3588) @olliecurtis
- [NO JIRA][BpkCloseButton]: Updating to TS and removing propTypes ahead of React 18 (#3587) @olliecurtis
- [NO JIRA][BpkSpinner]: Updating TS types and removing propTypes ahead of React 18 (#3586) @olliecurtis
- [NO-JIRA][BpkLoadingButton]: Added submit to loading button props (#3574) @amburrrshand
34.16.0
What’s Changed
Added
- [CYB-2251][Snippet] Add new Snippet component (#3531) @taofang2021
- [LOOM-1521][BpkSplitInput]: add name props for input (#3564) @Parisistan
34.15.1
34.15.0
What’s Changed
Added
- [NOJIRA][BpkMap] Fix @react-google-maps/api to latest version (#3552) @jasonhuang-sky
Fixed
- [BpkModal][BpkDialog][BpkDrawer][Portal] Revert recent changes to migrate from custom portal (#3508)(#3522)(#3529)(#3536) (#3555) @olliecurtis
- [WALL-2135][BpkAccordion] Fix accordion transition animation (#3553) @ss-tombrown