Releases: jxom/bumbag-ui
Releases · jxom/bumbag-ui
v1.9.0
Features
- Add support for negative spacing props, e.g:
<Box marginLeft="-major-2" paddingRight="-major-4">
<Box marginLeft="-xl" paddingRight="-s">
v1.8.0
Features
- Add
borderless
and underline
variants to Input
. Docs | a5c1b34
Fixes
- Allow
null
for verticalBreakpoint
on <Level />
(#104)
v1.7.5
Chore
- Make React 17 a peer dependency
v1.7.4
Enhancements
- Add
size
prop to SelectMenu
component (#100)
v1.7.3
Fixes
- Fix palette lookups for rgb & hsl values
v1.7.1
Enhancements
- Add
usePortal
prop to Portal.Backdrop
to add the ability to render in a portal
v1.7.0
Features
- Add
.useContext
to Popover
, Rover
, Modal
and Disclosure
. Docs
Fixes
- Fix issue where
Modal
was not rendering in a portal
v1.5.0
Changes
No major changes here... Just updated Bumbag to use Rollup 2, as well as a renaming component style files (/styles.ts
-> /[Component].styles.ts
) to fix ES module bundling inconsistencies.
v1.3.34
Changes
Enhancements
- Update default Tab background to be transparent