Skip to content

Releases: appnexus/lucid

v2.4.0

28 Nov 19:58
Compare
Choose a tag to compare

#631 minor: added isDisabled prop to icons
#634 minor: added minRows prop to DataTable
#626 patch: Fixed Sidebar divider style issue
#628: amended some tests' handling of events
#632: updated the linting script

v2.3.1

14 Nov 22:23
Compare
Choose a tag to compare
  • #623 patch: export SearchFieldDumb
  • #614 patch: fix uncontrolled TextInput warning in SearchField

v2.3.0

09 Nov 22:09
Compare
Choose a tag to compare
  • #622 minor: adds hasMargin prop to Panel
  • #621 minor: adds isResizeable prop to SplitVertical
  • #620 patch: adds 1px margin-top to Tabs content to offset negative bottom margin of Tabs

v2.2.0

03 Nov 16:22
Compare
Choose a tag to compare
  • #604: removes warnings from tests about calling PropType validation fns
  • #605: Updates emptyCell to use --.
  • #609: Adds AddUrlIcon and UploadIcon.

v2.1.1

31 Oct 18:00
Compare
Choose a tag to compare
  • #601: remove redundant propTypes from TextFieldValidated

v2.1.0

21 Oct 23:59
Compare
Choose a tag to compare
  • #589: Uses omitProps to prevent invalid passThroughs.
  • #590: fix className handling in CheckboxLabeled.
  • #591: Fixes onSelect being called despite isDisabled
  • #592: Apply custom className to Validation.Error
  • #593: allow validation styling without an error message
  • #594: propagate native element refs and add focus methods
  • #596: Spreads props through EmptyStateWrapper.
  • #598: Adds isFullWidth prop to DataTable.

v2.0.0

19 Oct 23:34
Compare
Choose a tag to compare
  • #584: Upgrades docs pages to use React 15.3.2.
  • Dropped support for React versions < 15.

v1.18.2

19 Oct 22:54
Compare
Choose a tag to compare
  • #583: DataTable: Empty Cell State being used incorrectly for Numeric data

v1.18.1

19 Oct 00:44
Compare
Choose a tag to compare

Fixed some examples in the docs.

v1.18.0

19 Oct 00:33
Compare
Choose a tag to compare
  • #578 patch: Modified Tab flex-basis to ensure even width
  • #577 minor: Added AsteriskIcon component
  • #573 patch: Addressed issue #544: Don't show gray bottom border when a complex tab is active
  • #572 minor: Added a empty cell/column support to DataTable
  • #571 minor: Addressed issue #489: Create generic EmptyStateWrapper to be used by DataTable and charts