Skip to content

Releases: appnexus/lucid

v2.14.0

27 Feb 23:18
Compare
Choose a tag to compare
  • #725 minor: Added new OutwardArrowIcon that supports horizontal, vertical, and diagonal modes
  • #713 minor: Added new Tag component
  • #724 minor: Added new SearchableMultiSelect and Selection components
    • Added minWidthOffset to ContextMenu
    • Added ContextMenu prop to DropMenu to allow passthroughs to ContextMenu
  • #714 minor: Made sure lucid components don't pass a "magic" prop callbackId down to regular dom elements. This avoids the react warnings about passing unknown props into dom elements.

v2.13.4

22 Feb 20:47
Compare
Choose a tag to compare
  • #722 patch: fixed bug when nesting SingleSelect inside of RadioGroup.Labels

v2.13.2

21 Feb 23:14
Compare
Choose a tag to compare
  • #709 patch: Fix async hybrid setState overwrite bug
  • #711 none: Make docs page responsive
  • #717 patch: revert #702
  • #720 none: upgrade to Jest 19
  • #721 non: fix snapshots

v2.13.1

07 Feb 19:39
Compare
Choose a tag to compare
  • #706 patch: Fixed an issue with path imports than landed in the last version. Made us compatible with babel-import-plugin and added info the README about reducing bundle size.
  • #702 patch: Fixed a bug where SingleSelect didn't work inside a RadioGroup.Label
  • #701 patch: Fixed an edge case with Sidebar and Submarine where they could shrink smaller than the screen. This caused users to not be able to grab the handle.
  • #700 patch: Fixed a dev time React warning with TextField and its derivatives about switching between controlled and uncontrolled state.
  • #707 none: Internal eslint standardization

v2.13.1-path-imports.2

02 Feb 18:42
Compare
Choose a tag to compare
Pre-release

Found an issue with path exports for non component files. This is a test release for fixing namespace exports.

v2.13.0

31 Jan 20:03
Compare
Choose a tag to compare
  • #694 minor: added support for path imports. I.e. import Button from 'lucid-ui/Button'. This should drastically reduce bundle size for consumers.

v2.13.0-path-imports.1

31 Jan 20:04
Compare
Choose a tag to compare
Pre-release

Test release of the new path imports feature.

v2.12.0

24 Jan 00:26
Compare
Choose a tag to compare
  • #685 minor: added Collapsible prop to VerticalListMenu that passes through to the underlying component
  • #688 patch: modified Resizer to have one instance of element-resize-detector per component instead of a singleton
  • #689 none: fixed typo in docs
  • #686 none: added pre-push checks

v2.11.0

11 Jan 18:59
Compare
Choose a tag to compare

#683 Added BeakerIcon

v.2.10.1

10 Jan 18:50
Compare
Choose a tag to compare
  • #682: Increased Specificity for overwriting Panel styles to remove padding.