Releases: appnexus/lucid
Releases · appnexus/lucid
v0.2.8
v0.2.7
Changes
- #176
minor
: newDragCaptureZone
component - #173
minor
: newVerticalListMenu
component - #177
minor
: some fixes and changes toButton
- normalize heights
- better docs
- add focus styling
- add focus on click
- support nested
Icon
s
- #183
patch
: fix major performance issues caused by [email protected] - #169
patch
: several fixes toPanel
- #178
none
: use lucidTable
s in our docs pages
v0.2.6
Changes
- #157
minor
: newTable
component - #160
minor
: newExpander
andChevronIcon
components - #138
minor
: newPanel
component - #163
minor
: update to internal child component utility - #162
patch
: small fix inAutocomplete
for input style css selector - #153
patch
: several fixes to icons, the default icon size is now 16x16- The
size
property should now be respected properly
- The
- #156
none
: improve documentation parsing to support one approach to child components - #159
none
: gh-pages are now automatically built by Travis on merges/pushes tomaster
v0.2.5
Changes
- #149
minor
:TextField
is now stateful by default- new
onChangeDebounced
prop - new
onSubmit
prop fired when the user hits enter - new
debounceLevel
prop that handles the debounce timing - new
lazyLevel
prop that controls the timing to help users from losing their text input if a state change comes in
- new