- Nothing at the moment.
- #1015 [minor] Add new
Flag
icon. - #1025 [minor] Add
isFilled
with a default oftrue
toBanner
. This allows for an "outlined" variant of banners. - #1024 [minor] Add a new
PALETTE_7
for chart colors and modified all our charts to use it as the default palette. - #1018 [minor] Add
topOffset
prop toStickySection
- #1022 [patch] Add a new
@color-secondary-5
variable and modifiedNotchedTag
to use it be default. Just replacing coral with teal for the default style. - #1019 [patch] Fix
DataTable
s resizable headers when used with fixed headers. - #1010 [patch] Fix the color of
Icon
s in disabledButton
s. - #1021 [patch] Fix light
ToolTip
link color and darkToolTip
border color.
https://github.com/appnexus/lucid/compare/v4.3.0...v4.4.0
- #1016 [minor] Add
DraggableList
component for drag + drop lists - #1017 [minor] Add
FourSquaresIcon
- #1011 [minor] Update
DataTable
to have a disabled checkbox when the data is empty - #1014 [patch] remove display hidden on document.body when SidePanel is unmounted
https://github.com/appnexus/lucid/compare/v4.2.0...v4.3.0
- #1004 [minor] Add
Typography
component - #1006 [minor] Add
DotsIcon
- #1005 [patch] Update
SidePanel
drop-shadow styling - #1007 [patch] Fix
SidePanel.Header
selector making all icons gray. OnlyCloseIcon
is selected now
https://github.com/appnexus/lucid/compare/v4.1.0...v4.2.0
- #997 [minor] add
color
prop toIcon
- #997 [patch] fix
SidePanel
position an sizing to correctly scroll content - #1003 [patch] update
ToolTip
link styling to match Banners - #1002 [patch] create indeterminate state for
DataTable
select all when only some rows are selected - #996 [patch] updates to
SingleSelect
isInvisible
styling - #1001 [patch]
SearchableSelect
SearchableSingleSelect
SearchableMultiSelect
now default theautoComplete
attribute to off - #998 [patch] Fixed some cases where font-weights were too bold.
SidePanel
close icon is now gray
https://github.com/appnexus/lucid/compare/v4.0.0...v4.1.0
- removed
primary
kind fromBanner
. - removed
hasIcon
fromBanner
- removed
hasRoundedCorners
fromBanner
. All Banners are now square. - removed
isSmall
fromBanner
. - moved
CloseIcon
to lucid. Shouldn't effect anx-react consumers. - added
NotchedTag
- custom icons in
Banner
probably don't look quite right. Icons are now on a dark background - removed
Info
Success
Warning
asButton
kind
- removed the
inset-box-shadow
LESS mixin - removed
@TextField-size-padding
fromTextField
's LESS - lot possible breakages to LESS mixins and variables. Will enumerate when done.
- table now defaults to
hasLightHeader
- removed
border
prop fromTable.td
- removed
isActionable
fromtable
- added
isTop
toTag
. Necessary only for tiered tags that are three levels deep. (Use at the top level) - added
isTop
toSelection
. Necessary only for tiered selections. (Use at the top level) - added
isInvisible
toSingleSelect
. We do not use a button under the hood for this component, but this simulates an invisibleButton
, styling-wise. - removed
kindOf
fromToolTip
- added
isLight
toToolTip
. The default now has dark styling, and this adds light styling. - added
isVariableCountWidth
toTabs
. Allows count badges to have fixed or variable widths. - added
isIncludeExclude
toSwitch
. Adds red/green styling. - removed
isBadge
fromIcon
. It was an ill conceived feature. All icons should not be allowed to be made circular via a prop. - returned
responsiveMode
inSelection
to original meaning:small
means small device with large style, andlarge
means large device with small style. This was temporarily reversed out of a misunderstanding of the meaning of the prop. - removed
BeakerIcon
- removed
CaretIcon
, useChevron
orArrow
icons instead - removed
CrossIcon
in favor ofCloseIcon
- removed
DataViewIcon
in favor ofAnalyzeDataIcon
- removed
DownloadTableDataIcon
in favor ofDownloadIcon
- removed
EditPageIcon
in favor ofEditIcon
- removed
FourSquaresIcon
- renamed
QuestionMarkCircleIcon
toQuestionMarkIcon
since it no longer has a circle around it - removed the
presetSize
prop fromSettingsIcon
since all our utility icons can now be scaled - removed
TableGearIcon
in favor ofSettingsIcon
- added
ViewTableIcon
- removed
ChevronThinIcon
in favor of justChevron
- added
topOffset
toSidePanel
. This prop adds a top margin to the component. - added
isInvisible
toSearchableSelect
- added
hasHover
toTable
for removing hover styling on tables. - adjusted the default size of icons inside of
Button
s - added
handleClose
toDialog
- added
isComplex
toDialog
. Styling adjustments for a more complexDialog
. - added
CodeIcon