This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Releases: istreamlabs/pebble
Releases · istreamlabs/pebble
v2.0.0
v1.16.1
Corrections
- fix(Block): Block maxWidth causes propType warning when passing "none" even though it's a valid value
v1.16.0
Features
- AspectRatioBlock component
- add responsive maxWidth prop to Block component
v1.15.0
Note: this was mistakenly published as a minor release, but it should have been a patch release.
Corrections
- fix(FieldToggle): hide label when hideLabel is true
- fix(FieldCheckbox): apply white background to unchecked checkbox
- fix(FieldSelect): allow height to grow based on number of selected options
v1.14.4
Corrections
- fix (Badge): size check
- fix (DropdownMenu): plumb
event
through to onClose and onOpen - fix (TableHeader): mobile header display logic
- chore (deps): bump acorn from 5.7.3 to 5.7.4
v1.14.3
Features
- FieldText, FieldTextDebounced, FieldNumber, FieldDateTime now has an
autoComplete
prop with default set to "off"
v1.14.2
Corrections
- fix (FIeldTextDebounce): plumb through event to onBlur handler
v1.14.1
feat (FieldDateTime): add minTime and maxTime options
v1.8.3
release 1.8.3 FieldTextDebounce min char msg placement
v1.8.1
Corrections 🐞
- UseKeyboardEvent: always preventDefault and add key modifier option for ctrl, alt, shift, meta