Skip to content

Releases: appnexus/lucid

v3.1.0

15 Apr 22:12
Compare
Choose a tag to compare
  • #975 minor adds SearchableSingleSelect component
  • #976 minor
    • adds presetSize to Icon to specify icon sizes
    • Sidepanel now has a larger close icon
  • #979 patch safeguards against duplicate portal id for unfortunate cases where there are multiple lucid libraries loaded
  • #980 patch relaxes Table width proptype to allow for strings

v3.0.0

02 Apr 16:50
Compare
Choose a tag to compare

Removed path imports for components in order to better take advantage of tree shaking. It's suggested that consumers upgrade to Webpack 4.

v2.38.4

20 Feb 18:03
Compare
Choose a tag to compare
  • #971 patch fixed a small issue where we were incorrectly marking .css and .less files as side effect free which caused webpack to treeshake them away in production mode.

v2.38.3

14 Feb 19:16
Compare
Choose a tag to compare
  • #970 patch set sideEffects to false in our package.json to allow webpack to tree shake more effectively.

v2.38.2

14 Feb 19:14
Compare
Choose a tag to compare
  • #969 patch fixed a bug that was caused by our babel upgrade where some nested components weren't working correctly. We know this impacted at least SingleSelect and SearchableMultiSelect but probably more components as well.

v2.38.1

07 Feb 21:01
Compare
Choose a tag to compare

This release fixed the exported ES6 modules that were incorrectly built in v2.28.0. Otherwise there are no changes from that release.

v2.38.0

06 Feb 23:04
Compare
Choose a tag to compare
  • #959 minor added fixed headers and columns to DataTable
    • added hasFixedHeader prop
    • added fixedColumnCount prop
    • added fixedRowHeight prop
  • #964 patch fixed an issue with our script that was generating the path import files
  • #967 none added isModal example to SidePanel docs
  • #965 none improved docs performance by building them in "production" mode
  • #963 none updated storybook and a bunch of babel packages

2.36.7

08 Jan 23:23
Compare
Choose a tag to compare

Contains a fix for properly generating path imports.

v2.36.5

06 Dec 21:55
Compare
Choose a tag to compare
  • Improvement to Sidebar scrolling behavior
  • Laxes stateful component selectos guard condition to allow babel module objects

v2.36.1

23 Aug 21:46
Compare
Choose a tag to compare
  • #949 minor adds appropriate focus color for different kinds of buttons