Skip to content

Releases: Skyscanner/backpack

33.7.0

03 May 12:03
7246fec
Compare
Choose a tag to compare

What’s Changed

Added

Fixed

  • [ZOOT-1102][BpkDialogInner]: Adds optional aria-modal to the dialog (#3402) @michmaml
  • [LOOM-1297][BpkSpinner]: Migrate to ts (#3414) @mungodewar
  • [LOOM-1306][BpkPaginationNudget]: Remove customised padding values (#3415) @mungodewar
  • [NOJIRA][chore]: ensure that icon dir is clean before copy (#3413) @mungodewar
  • [LOOM-1296][withOpenEvents]: Place openable styling within BpkInput (#3408) @mungodewar
  • [LOOM-1305][BpkConfigurableNudger] Remove unused styling (#3404) @metalix2
  • [LOOM-1295][BpkClearButton] Remove the BpkClearButton integrate directly with the BpkInput (#3403) @metalix2
  • [LOOM-1393][BpkCalendar] Accepted class 2 rules (#3401) @metalix2
  • [LOOM-1286][BpkFloatingNotification]: remove className usage from BpkFloatingNotification (#3397) @mungodewar
  • [LOOM-1394][BpkCalendar] - Update BpkCalendarWeek and fix fill styling on icons (#3399) @metalix2
  • [LOOM-1284][BpkFlare] Fix class 2 CSS issues for BpkFlare (#3389) @metalix2
  • [LOOM-1377][multiple-components]: remove unrequired ts ignores and address any typing issues (#3392) @mungodewar

33.6.0

30 Apr 13:08
4aab7e3
Compare
Choose a tag to compare

What’s Changed

Added

Fixed

  • LOOM-1315 BpkSpinner animation fix (#3394) @Sybsw
  • [LOOM-1280][BpkDatePicker] Remove useless styling (#3388) @metalix2
  • [LOOM-1287][BpkDismissibleChip][BpkSelectableChip] - Class 2 fixes (#3383) @metalix2
  • [ZOOT-992][BpkFloatingNotification] Increases floating notification's z-index to 2 (#3385) @michmaml

33.5.0

24 Apr 13:00
594f25a
Compare
Choose a tag to compare

What’s Changed

Added

Fixed

  • [LOOM-1313][BpkSectionHeader] Class2 Fixes (#3380) @metalix2
  • [NOJIRA][BpkBreakpoint]: fix ssr re-render behaviour (#3381) @mungodewar
  • [LOOM-1368][BpkModal] Comment to declare the className as an accepted prop (#3373) @metalix2
  • [LOOM-1373][BpkSlider] Comment to declare the className as an accepted prop (#3375) @metalix2
  • [LOOM-1376][BpkMobileScrollContainer] Comment to declare the className as an accepted (#3376) @metalix2
  • [LOOM-1372][BpkRTLToggle] Remove unnecessary className prop (#3374) @metalix2
  • LOOM-1317 BpkStar Added spans around icons (#3367) @Sybsw
  • [NOJIRA][BpkBreakpoint]: add isClient defensively around useEffect & add test (#3371) @mungodewar
  • [LOOM-1318] [BpkThemeToggle] classname prop update (#3364) @metalix2
  • LOOM-1316 BpkInteractiveStar Moved className on BpkStarNonRtl to wrapper div (#3362) @Sybsw
  • [LOOM-1302] - Update BpkNavigationBarButtonLink and Icon (#3361) @metalix2
  • LOOM-1315 BpkSpinner moved className prop to wrapper span (#3360) @Sybsw
  • [LOOM-1250][maintenance]: link to new documentation inside eslint-plugin-rules (#3353) @mungodewar
  • NOJIRA: Add rating example with stars (#3355) @runmoore
  • [LOOM-1341]: update eslint-config-skyscanner@18 & include forbid rule (#3343) @mungodewar
  • Bump webpack from 5.90.3 to 5.91.0 (#3316) @dependabot
  • [LOOM-1341]: update & --fix to @skyscanner/eslint-config-skyscanner@17.4.0 (#3347) @mungodewar
  • [LOOM-1291][AnimateAndFade] className moved up one level (#3335) @metalix2
  • LOOM-1290 BpkHorizontalNav moved className on BpkMobileScrollContainer (#3334) @Sybsw
  • LOOM-1288 BpkGraphicPromo removed usages of BpkText (#3332) @Sybsw
  • LOOM-1289 BpkGridToggle removed className from BpkButtonLink out to wra… (#3333) @Sybsw
  • LOOM-1287 BpkFormValidation moved className (#3331) @Sybsw
  • LOOM-1281 BpkDialog className moved to new wrapper span (#3325) @Sybsw
  • LOOM-1261 BpkAccordionItem - Moved className props out into existing and new spans (#3297) @Sybsw

Dependency updates

33.4.0

26 Mar 10:31
78603da
Compare
Choose a tag to compare

What’s Changed

Added

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

18 Mar 12:37
dedd58d
Compare
Choose a tag to compare

What’s Changed

Fixed

  • [NO JIRA]: Fix transpilation scripts to capture nested files missing from build (#3295) @olliecurtis

33.3.0

18 Mar 10:58
0e0d4b2
Compare
Choose a tag to compare

What’s Changed

Added

  • [ST-5579][BpkBreakpoint] Remove react-responsive (#3284) @robaw

Fixed

33.2.0

15 Mar 15:03
e1b424a
Compare
Choose a tag to compare

What’s Changed

Added

33.1.0

15 Mar 14:08
e3483b3
Compare
Choose a tag to compare

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

33.0.0

12 Mar 11:01
d041680
Compare
Choose a tag to compare

What’s Changed

Breaking

Migration guide

To prevent TS errors, remove the properties getApplicationElement and renderTarget from use cases of the BpkBottomSheet component.

Added

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

32.1.0

23 Feb 13:52
cecc83b
Compare
Choose a tag to compare

What’s Changed

Added

  • [LOOM-1221][BpkButton]: Add fullWidth prop to BpkButton (#3248) @runmoore
      <BpkButton fullWidth>Click Me</BpkButton>