Releases: appnexus/lucid
Releases · appnexus/lucid
v2.36.0
- #932
minor
added hasGutters
prop to Dialog
- #934
patch
fixed close/remove 'x' in Banner
to render the standard CrossIcon
- #937
minor
added onSelect
prop to Icon
follows library pattern: (event, props) => {}
- #938
minor
added new ProgressBar
component
- #940
patch
fixes TextField
's onChangeDebounced
handler to flush the text value when blurring or submitting
v1.18.4
This release contains a backported fix to the v1 major line. We've seen issues with some LESS environments where the recursion we were using was causing runaway memory consumption. This release should fix that issue.
v2.35.2
Re-release of v2.35.1 to fix last npm publish.
v2.35.1
- #930
patch
fix Portal so that react-redux provider can distribute state to portal contents
v2.35.0
- #927
minor
Adds title
prop to Checkbox to ensure it gets pass thru to underlying input element
v2.34.0
#926 minor
: Added SidePanel
v2.33.2
- [patch] #928 remove
browser
field from package.json
- [none] #925 Fix SearchableSelect & SearchableMultiSelect option formatting examples documentation
v2.33.1
- fixed error in some docs examples
v2.33.0
- [minor] Selector Option formatting #922
- [minor] build optimizations #923
v2.32.9
Improved some build scripts to be more robust and reusable