Skip to content

Releases: Skyscanner/backpack

41.3.0

31 Dec 03:18
43f4a26

Choose a tag to compare

What’s Changed

Added

Fixed

  • [Clov-353][BpkAutosuggest]Export Autosuggest default theme (#4098) kerrie-wu

41.2.0

19 Dec 09:19
ae8451f

Choose a tag to compare

What’s Changed

Added

41.1.0

18 Dec 07:53
f7e83d3

Choose a tag to compare

What’s Changed

Added

41.0.1

16 Dec 09:47
682b986

Choose a tag to compare

What’s Changed

Fixed

41.0.0

16 Dec 03:49
3f822ed

Choose a tag to compare

What’s Changed

💥 Breaking

🧠 Reminder

This release focuses on:

  • [BpkButton]
    • Style changes for link and linkOnDark
      • Default underline: In V41, both text and icons will have an underline by default.
      • Icon-only mode: When the button contains only an icon, no underline is applied.
      • Implicit mode: The underline appears only on hover.
      • Disabled state: The underline is removed when the button is disabled.
      • Spacing: When text and icon appear together, an automatic 8px gap is applied.
    • BpkButton V1 removal
      • Legacy BpkButton (V1) has been fully removed, and its API behaviors are no longer supported.

Impact: After upgrading to V41, please review underline and spacing behavior in your components, and migrate as needed following the migration guide.

40.3.0

15 Dec 09:01
cfe2aa2

Choose a tag to compare

What’s Changed

Dependency updates

40.2.2

26 Nov 09:08
e6c1fc6

Choose a tag to compare

What’s Changed

Fixed

  • [CLOV-349][BpkAutosuggest]Fix keyboard up and down blur issue (#4043) kerrie-wu

40.2.1

26 Nov 03:19
e0aeedb

Choose a tag to compare

What’s Changed

Fixed

40.2.0

25 Nov 09:57
6a5df65

Choose a tag to compare

What’s Changed

Added

Fixed

Dependency updates

40.1.2

17 Nov 06:35
5e4c01c

Choose a tag to compare

What’s Changed

🆕 Add

🧠 Reminder

This release focuses on:

This release can import BUTTON_TYPES, SIZE_TYPES, type ButtonType, type SizeType, type Props the same path as BpkButtonV2

import { BpkButtonV2, BUTTON_TYPES, type ButtonType } from '@skyscanner/backpack-web/bpk-component-button';