Skip to content

Releases: appnexus/lucid

v0.2.8

18 Apr 19:00
Compare
Choose a tag to compare

Changes

  • #179 minor: added resizable columns to Table
  • #182 minor: new StickySection utility component
  • #185 patch: fixed whitespace issue with Autocomplete
  • #184 none: improved wording on TextField docs

v0.2.7

14 Apr 18:22
Compare
Choose a tag to compare

Changes

  • #176 minor: new DragCaptureZone component
  • #173 minor: new VerticalListMenu component
  • #177 minor: some fixes and changes to Button
    • normalize heights
    • better docs
    • add focus styling
    • add focus on click
    • support nested Icons
  • #183 patch: fix major performance issues caused by [email protected]
  • #169 patch: several fixes to Panel
  • #178 none: use lucid Tables in our docs pages

v0.2.6

04 Apr 22:06
Compare
Choose a tag to compare

Changes

  • #157 minor: new Table component
  • #160 minor: new Expander and ChevronIcon components
  • #138 minor: new Panel component
  • #163 minor: update to internal child component utility
  • #162 patch: small fix in Autocomplete 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
  • #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 to master

v0.2.5

30 Mar 16:25
Compare
Choose a tag to compare

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

v0.2.4

30 Mar 16:08
Compare
Choose a tag to compare

Changes

  • patch: small styling fix to the Autocomplete component

v0.2.3

29 Mar 15:54
Compare
Choose a tag to compare

Changes

  • #147 minor: new Autocomplete component
  • #146 patch: fixed a fairly large performance issue with buildStatefulComponent

v0.2.2

29 Mar 15:57
Compare
Choose a tag to compare

Changes

  • #130 minor: new SingleSelect component
  • #144 none: support developing Lucid offline
  • patch: added some box-sizing rules to Checkbox, RadioButton and Switch. Added flex rules to LabeledCheckbox, LabeledRadioButton and LabeledSwitch

v0.2.1

24 Mar 01:15
Compare
Choose a tag to compare

Changes

  • #126 minor: new Dialog and Overlay components
  • #130 minor: new SingleSelect component
  • #115 minor: new DropMenu component

v0.1.1

17 Mar 23:04
Compare
Choose a tag to compare

Semver patch changes:

  • #118: Button z-index fix
  • #123: Minor IE fix
  • #100: Documentation fixes