This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Releases: istreamlabs/pebble
Releases · istreamlabs/pebble
v1.8.0
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
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
Corrections 🐞
- TableHeaderCell: style sortable headers cells to be consistent with non-sortable headers
- TableHeaderCell: add accessibilityLabel to sort icons
v1.6.0
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
🐞 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
release 1.4.1 to fix DateTime size
v1.4.0
1.4.0 now with tenant switching
v1.3.0
release v1.2.1
v1.2.0
⭐️ 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
🐞 Corrections
- add '0' margin/padding utility classes
- allow Tabs labels to contain nodes, not just strings