Releases: appnexus/lucid
Releases · appnexus/lucid
v3.1.0
- #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
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
- #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
- #970
patch
set sideEffects
to false
in our package.json
to allow webpack to tree shake more effectively.
v2.38.2
- #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
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
- #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
Contains a fix for properly generating path imports.
v2.36.5
- Improvement to Sidebar scrolling behavior
- Laxes stateful component selectos guard condition to allow babel module objects
v2.36.1
- #949
minor
adds appropriate focus color for different kinds of buttons