Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: jxom/bumbag-ui

v1.1.9

25 Aug 12:41
Compare
Choose a tag to compare

Fixes

  • Fix issue where SelectMenu & DropdownMenu were unintentionally scrolling the page

v1.1.8

24 Aug 00:33
Compare
Choose a tag to compare

Fixes

  • Level: Fixed default vertical breakpoint (desktop -> tablet)

v1.1.7

23 Aug 23:52
Compare
Choose a tag to compare

Fixes

  • Align the below/above-based breakpoint props to the breakpoints specified on the docs.

v1.1.6

18 Aug 03:39
Compare
Choose a tag to compare

Misc

  • Update Reakit to reakit@1.2.2

v1.1.5

17 Aug 00:22
Compare
Choose a tag to compare

Fixes

  • applyTheme: Fix issue where compound components weren't being attached to a component created via applyTheme.

v1.1.4

16 Aug 02:57
Compare
Choose a tag to compare

Fixes

  • Group: Fix issue where a group with only one element would remove the border radius. b3144e9
  • Fixed issue where unique ids were not being generated in a consumer's test environment. 0ba74d6

v1.1.3

13 Aug 23:21
Compare
Choose a tag to compare

Fixes

  • Pass unstable_disclosureRef to Reakit's Menu. 9991398

v1.1.2

13 Aug 23:20
Compare
Choose a tag to compare

Fixes

  • Use Reakit's MenuButton over MenuDisclosure. 7078b75
  • Docs: Prevent horizontal scroll. e475e33

v1.1.1

13 Aug 23:19
Compare
Choose a tag to compare

Fixes

  • Fix font metrics bug if window is initially undefined. 13c4586

v1.1.0

13 Aug 06:47
Compare
Choose a tag to compare

Features

  • Integrate Capsize utilities into Bumbag, and convert Heading, Text, Link & Paragraph to leverage Capsize. Docs
  • Added a Text.Block component. Docs
  • Added a Link.Block component. Docs
  • Added font metrics (theme.fontMetrics) to the theme. Docs
  • Added line heights (theme.lineHeights) to the theme & their respective utilities. Docs
  • Added letter spacings (theme.letterSpacings) to the theme & their respective utilities. Docs