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

Releases: istreamlabs/pebble

v1.8.0

18 Oct 21:47
Compare
Choose a tag to compare

Features ⭐️

  • FieldTextDebounced Component: Wrapped FieldText component that waits a specified delay before triggering a change.
  • New icons: grid-view, list, question-square

Corrections 🐞

  • MenuItem: fix proptype
  • Card: allow nodes to be passed as title
  • FieldCheckbox: remove default bottom maring
  • Tabs: fix classNames that get applied to container
  • remove storybook width restriction

v1.7.1

08 Oct 21:09
eee0cc9
Compare
Choose a tag to compare

Features

  • Accordion component
  • CollapsiblePanel component
  • Icons: music, video
  • FieldNumber component

Corrections 🐞

  • Frame: do not show tenant switcher menu button on mobile if there are no tenants

v1.6.1

30 Sep 18:57
Compare
Choose a tag to compare

Corrections 🐞

  • TableHeaderCell: style sortable headers cells to be consistent with non-sortable headers
  • TableHeaderCell: add accessibilityLabel to sort icons

v1.6.0

25 Sep 00:21
Compare
Choose a tag to compare

Features ⭐️

  • Metric component: used to display statistic or metric (e.g. key performance indicator) with built-in formatting options
  • Tabs: better handling of Tab overflow and display an indicator when Tab content width overflows container
  • Add displayName to all components so that components are easier to find in production when using react-dev-tools

Corrections 🐞

  • FieldRadioGroup: use fieldset/legend elements instead of aria-role to group radio buttons
  • Pagination: round up numPages
  • improve test coverage of TextContainer, TableHeaderCell
  • FieldSelect: set color of clear button to match clear button on FieldText

v1.5.0

10 Sep 00:22
Compare
Choose a tag to compare

🐞 Corrections

  • TenantMenu: do not show scrollbar when animating Tenants
  • TenantMenu: increase animation speed
  • MenuItem: do not toggle the sub items when clicking a MenuItem that is a link
  • FieldToggle: fix rendering of toggle when helpText is long and wraps

v1.4.1

10 Sep 00:23
Compare
Choose a tag to compare
release 1.4.1 to fix DateTime size

v1.4.0

10 Sep 00:26
a301da7
Compare
Choose a tag to compare
1.4.0 now with tenant switching

v1.3.0

10 Sep 00:26
Compare
Choose a tag to compare
release v1.2.1

v1.2.0

08 Aug 22:32
Compare
Choose a tag to compare

⭐️ New

  • Hook: useResponsiveLayout() hook returns true/false for each breakpoint represented by [isPhone, isTablet, isMedium, isLarge]
  • Add border prop to Table, TableRow, TableHeader and Pagination components
  • Icons: broadcast, database, upload, analytics, money, grid
  • Allow Link, LinkButton, Text to have Tooltips

🐞 Corrections

  • LinkButton: Don't require children prop since an Icon and accessibilityLabel can be used to create an Icon link

v1.1.1

05 Aug 22:03
Compare
Choose a tag to compare

🐞 Corrections

  • add '0' margin/padding utility classes
  • allow Tabs labels to contain nodes, not just strings