Releases: appnexus/lucid
Releases · appnexus/lucid
v2.14.0
- #725
minor
: Added newOutwardArrowIcon
that supportshorizontal
,vertical
, anddiagonal
modes - #713
minor
: Added newTag
component - #724
minor
: Added newSearchableMultiSelect
andSelection
components- Added
minWidthOffset
toContextMenu
- Added
ContextMenu
prop toDropMenu
to allow passthroughs toContextMenu
- Added
- #714
minor
: Made sure lucid components don't pass a "magic" propcallbackId
down to regular dom elements. This avoids the react warnings about passing unknown props into dom elements.
v2.13.4
v2.13.2
v2.13.1
- #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 whereSingleSelect
didn't work inside aRadioGroup.Label
- #701
patch
: Fixed an edge case withSidebar
andSubmarine
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 withTextField
and its derivatives about switching between controlled and uncontrolled state. - #707
none
: Internal eslint standardization
v2.13.1-path-imports.2
Found an issue with path exports for non component files. This is a test release for fixing namespace exports.
v2.13.0
v2.13.0-path-imports.1
Test release of the new path imports feature.