Releases: sjohnsonaz/artistry-react
Release v0.6.6
Renamed FileUpload onUpload prop to onSelect. Added value prop to FileUpload.
Release v0.4.16
Added Notification
, NotificationContainer
, NotificationUtil
.
Added EventContainer
Component.
Added BaseEventTarget
.
Added number
prop to FormInput
.
Added square
prop to Card
.
Added size
prop to Search
.
Added Mask
support to DatePicker
.
Added current
day to Calendar
.
Added fill
prop to MaskedInput
.
Added min
, max
, decimal
, and decimalFixed
props to ProgressBar
.
Added showPercentage
and type
props to ProgressBar
.
Updated ProgressBar
to lates artistry spec.
Fixed TimeInput
and TimePicker
.
Fixed Search
click select.
Fixed Calendar
display and selection.
Fixed Button
Popover
click.
Fixed sourcemap.
Release v0.4.15
Added TimePicker
Component.
Added width
and leftMargin
props to Cell
.
Updated to artistry@0.7.17.
Release v0.4.11
Added TimePicker
Component.
Added Icon
Component.
Added type
and handle
props to Card
.
Added Disabled
ability.
Changed event handler return type in Form
.
Fixed alignClass
export.
Fixed icons for Safari.
Updated to artistry@0.7.14.
Release v0.4.9
Created CardRow
Component.
Created ModalAction
Component.
Created Align
util.
Moved Cell
align logic.
Simplified CardControl
html.
Added noFocus
prop to Button
.
Added Modal
close button options.
Changed Modal
close Button
to small.
Updated Modal
to latest artistry classes.
Updated to artistry@0.7.10.
Release v0.4.8
Added CardSection
and CardControl
.
Added width
prop to CardContainer
.
Release v0.4.7
Added buttonSize
prop to Button
.
Added display
prop to Button
.
Added Button
buttonSize
and display
tests.
Updated to artistry@0.7.8.
Release v0.4.6
Added CardContainer
.
Added fill
prop to DatePicker
.
Added fill
prop to Search
.
Fixed Search
onBlur
event.
Added ImageGenerator
.
Added Card
documentation.
Updated to artistry@0.7.6.
Release v0.4.5
Fixed Carousel
with empty children.
Added disabled
and onBlur
props to Search
.
Updated to artistry@0.7.5.
Release v0.4.4
Fixed Card
onClick
event.