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.10.0

16 Mar 07:15
Compare
Choose a tag to compare

Chore

  • Update to Emotion 11

v1.9.0

14 Mar 23:34
Compare
Choose a tag to compare

Features

  • Add support for negative spacing props, e.g:
<Box marginLeft="-major-2" paddingRight="-major-4">
<Box marginLeft="-xl" paddingRight="-s">

v1.8.0

09 Mar 09:59
Compare
Choose a tag to compare

Features

  • Add borderless and underline variants to Input. Docs | a5c1b34

Fixes

  • Allow null for verticalBreakpoint on <Level /> (#104)

v1.7.5

09 Mar 09:58
Compare
Choose a tag to compare

Chore

  • Make React 17 a peer dependency

v1.7.4

09 Mar 09:57
Compare
Choose a tag to compare

Enhancements

  • Add size prop to SelectMenu component (#100)

v1.7.3

09 Mar 09:57
Compare
Choose a tag to compare

Fixes

  • Fix palette lookups for rgb & hsl values

v1.7.1

20 Jan 04:32
Compare
Choose a tag to compare

Enhancements

  • Add usePortal prop to Portal.Backdrop to add the ability to render in a portal

v1.7.0

20 Jan 04:32
Compare
Choose a tag to compare

Features

  • Add .useContext to Popover, Rover, Modal and Disclosure. Docs

Fixes

  • Fix issue where Modal was not rendering in a portal

v1.5.0

25 Nov 05:23
Compare
Choose a tag to compare

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

25 Nov 05:24
Compare
Choose a tag to compare

Changes

Enhancements

  • Update default Tab background to be transparent