Skip to content

Releases: appnexus/lucid

v2.36.0

30 Jul 17:50
Compare
Choose a tag to compare
  • #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

05 Jun 14:39
Compare
Choose a tag to compare

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

22 May 17:36
Compare
Choose a tag to compare

Re-release of v2.35.1 to fix last npm publish.

v2.35.1

22 May 05:05
Compare
Choose a tag to compare
  • #930 patch fix Portal so that react-redux provider can distribute state to portal contents

v2.35.0

22 May 04:52
Compare
Choose a tag to compare
  • #927 minor Adds title prop to Checkbox to ensure it gets pass thru to underlying input element

v2.34.0

07 May 19:48
Compare
Choose a tag to compare

#926 minor: Added SidePanel

v2.33.2

04 May 22:15
Compare
Choose a tag to compare
  • [patch] #928 remove browser field from package.json
  • [none] #925 Fix SearchableSelect & SearchableMultiSelect option formatting examples documentation

v2.33.1

27 Apr 18:32
Compare
Choose a tag to compare
  • fixed error in some docs examples

v2.33.0

27 Apr 17:44
Compare
Choose a tag to compare
  • [minor] Selector Option formatting #922
  • [minor] build optimizations #923

v2.32.9

13 Apr 17:36
Compare
Choose a tag to compare

Improved some build scripts to be more robust and reusable