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

Releases: istreamlabs/pebble

v2.0.0

24 Nov 18:41
v2.0.0
6bf63e6
Compare
Choose a tag to compare

Tenant menu will now expand past 1 level deep. This is a breaking change as they were previously hidden.

v1.16.1

04 May 22:34
Compare
Choose a tag to compare

Corrections

  • fix(Block): Block maxWidth causes propType warning when passing "none" even though it's a valid value

v1.16.0

30 Apr 15:05
Compare
Choose a tag to compare

Features

  • AspectRatioBlock component
  • add responsive maxWidth prop to Block component

v1.15.0

30 Mar 15:32
Compare
Choose a tag to compare

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

23 Mar 16:36
Compare
Choose a tag to compare

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

04 Feb 22:27
Compare
Choose a tag to compare

Features

  • FieldText, FieldTextDebounced, FieldNumber, FieldDateTime now has an autoComplete prop with default set to "off"

v1.14.2

03 Feb 23:45
Compare
Choose a tag to compare

Corrections

  • fix (FIeldTextDebounce): plumb through event to onBlur handler

v1.14.1

29 Jan 21:25
Compare
Choose a tag to compare

feat (FieldDateTime): add minTime and maxTime options

v1.8.3

07 Nov 17:12
Compare
Choose a tag to compare
release 1.8.3 FieldTextDebounce min char msg placement

v1.8.1

21 Oct 21:18
Compare
Choose a tag to compare

Corrections 🐞

  • UseKeyboardEvent: always preventDefault and add key modifier option for ctrl, alt, shift, meta