This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
Releases: openlattice/lattice-ui-kit
Releases · openlattice/lattice-ui-kit
v0.40.0
- Expose Switch
- Removed margin from checkbox when presented without a label
- Update Storybook to v6
release v0.39.2
release v0.39.2
- upgrade
storybook
to version 6 - bumping dependency versions
release v0.39.1
release v0.39.1
- updated
ChoiceWrapper
- styles include
word-break: break-word
- styles include
- updated
Typography
- minor style updates to
subtitle1
variant
- minor style updates to
0.39.0
Changes
- Updates usage of colors to better adhere to accessibility guidelines
- Adds a slew of aria-labels
- Update Button styles to include outline on :active and :focus
- Forwards themed
<Timeline/>
,<TimelineConnector/>
,<TimelineContent/>
,<TimelineDot/>
,<TimelineItem/>
,<TimelineOppositeContent/>
,<TimelineSeparator/>
from mui - Updates
PaginationToolbar
to use<Pagination />
from mui under the hood.
BREAKING
page
property of<PaginationToolbar />
is now 1-indexed instead of 0-indexed
v0.38.0
Added
<NestedMenuItem />
is a drop-in replacement for<MenuItem />
to add cascading menu elements- supports keyboard navigation
Fixes
<Button />
and<IconButton />
now forward ref properly
v0.37.0
Added
- ampm=false for both and automatically provides sensible defaults for format, mask, and placeholder to match 24h formatted times
<Typography />
component is available
v0.36.0
Forward Tab
, Tabs
, TabPanel
, and TabContext
components.
release v0.35.0
release v0.35.0
- exporting the following components from
@material-ui/core
Menu
MenuItem
MenuList
- exporting the following flow types
ButtonProps
ModalProps
ActionModalProps
Breaking Changes
IconButton
now usesMuiIconButton
under the hood
release v0.34.1
release v0.34.1
- dependabot v2
- exporting for flow
build/index.js.flow
- support passing
ref
toCheckbox
- change
Checkbox
hover / disabled color toN200
- fix propagation bug with
Checkbox
release v0.34.0
release v0.34.0
- exporting the following components from
@material-ui/core
Chip
Divider
List
ListItem
ListItemAvatar
ListItemSecondaryAction
ListItemText
ListSubheader