Releases: jxom/bumbag-ui
Releases · jxom/bumbag-ui
v1.1.9
Fixes
- Fix issue where
SelectMenu
& DropdownMenu
were unintentionally scrolling the page
v1.1.8
Fixes
- Level: Fixed default vertical breakpoint (
desktop
-> tablet
)
v1.1.7
Fixes
- Align the
below
/above
-based breakpoint props to the breakpoints specified on the docs.
v1.1.6
Misc
- Update Reakit to
reakit@1.2.2
v1.1.5
Fixes
- applyTheme: Fix issue where compound components weren't being attached to a component created via
applyTheme
.
v1.1.4
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
Fixes
- Pass unstable_disclosureRef to Reakit's Menu. 9991398
v1.1.2
Fixes
- Use Reakit's MenuButton over MenuDisclosure. 7078b75
- Docs: Prevent horizontal scroll. e475e33
v1.1.1
Fixes
- Fix font metrics bug if window is initially undefined. 13c4586
v1.1.0
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