Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Releases: openlattice/lattice-ui-kit

v0.40.0

14 Jan 18:52
Compare
Choose a tag to compare
  • Expose Switch
  • Removed margin from checkbox when presented without a label
  • Update Storybook to v6

release v0.39.2

27 Jan 22:24
Compare
Choose a tag to compare

release v0.39.2

  • upgrade storybook to version 6
  • bumping dependency versions

release v0.39.1

27 Jan 22:31
Compare
Choose a tag to compare

release v0.39.1

  • updated ChoiceWrapper
    • styles include word-break: break-word
  • updated Typography
    • minor style updates to subtitle1 variant

0.39.0

18 Nov 00:52
Compare
Choose a tag to compare

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

15 Sep 21:51
Compare
Choose a tag to compare

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

15 Sep 21:54
Compare
Choose a tag to compare

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

13 Aug 01:57
Compare
Choose a tag to compare

Forward Tab, Tabs, TabPanel, and TabContext components.

release v0.35.0

03 Aug 21:25
Compare
Choose a tag to compare

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 uses MuiIconButton under the hood

release v0.34.1

29 Jul 22:05
Compare
Choose a tag to compare

release v0.34.1

  • dependabot v2
  • exporting for flow build/index.js.flow
  • support passing ref to Checkbox
  • change Checkbox hover / disabled color to N200
  • fix propagation bug with Checkbox

release v0.34.0

18 Jul 00:48
db2cec3
Compare
Choose a tag to compare

release v0.34.0

  • exporting the following components from @material-ui/core
    • Chip
    • Divider
    • List
    • ListItem
    • ListItemAvatar
    • ListItemSecondaryAction
    • ListItemText
    • ListSubheader