Releases: enactjs/agate
Releases · enactjs/agate
Release 2.0.0-alpha.1
[2.0.0-alpha.1] - 2021-02-25
- The framework was updated to support React 17.0.1
Added
agate/ThemeDecorator
configrootId
to specify React DOM tree root for global event handlers
Release 1.1.2
Deprecated
agate/FullScreenPopup
, useagate/Popup
instead
Added
agate/ArcPicker
andagate/ArcSlider
propdisabled
to be inactiveagate/ArcSlider
proparia-valuetext
to overridearia-valuetext
for itagate/DateTimePicker
propdayAriaLabel
,hourAriaLabel
,meridiemAriaLabel
,minuteAriaLabel
,monthAriaLabel
, andyearAriaLabel
agate/Heading
propmarqueOn
to determine when marquee beginsagate/Input
propinvalid
to display a tooltip with a message wheninvalid
prop is trueagate/Input
propinvalidMessage
to customize the tooltip message wheninvalid
prop is trueagate/Input
propsize
to change the size of both input and icons (default large)agate/Item
propcentered
,disabled
,inline
,marqueeOn
, andsize
agate/Popup
content padding and margin withcloseButton
agate/Popup
bottom
,fullscreen
,left
, andright
values toposition
propagate/Popup
duration
andtype
props
Changed
agate/Heading
to support marquee
Fixed
agate/Button
to not center the icon when it hasminWidth
agate/DatePicker
transition direction for day when month is changedagate/Dropdown
to show focused icon color for Silicon skinagate/Dropdown
to not show double marquee textagate/Dropdown
to not close when clicking the list scrolleragate/LabeledIconButton
to display label text on multiple lines (removed marquee)agate/LabeledIconButton
max-width
to display huge sized icon correctlyagate/MediaPlayer
previous button functionality to play media from the beginning after being pausedagate/TimePicker
transition direction for meridiem when hour is changed
Release 1.1.1
Fixed
- Sampler build failure
Release 1.1.0
Added
agate/Button
propiconOnly
,iconPosition
, andminWidth
agate/Checkbox
propdisabled
,indeterminate
, andindeterminateIcon
agate/CheckboxItem
propdisabled
,indeterminate
,indeterminateIcon
, andslotbefore
agate/DatePicker
proponSpotlightDisappear
andspotlightDisabled
agate/Marquee
componentagate/Picker
propnoAnimation
andwrap
agate/RangePicker
propnoAnimation
andwrap
agate/TimePicker
proponSpotlightDisappear
andspotlightDisabled
Fixed
agate/ArcPicker
to display correctfont-size
andfont-weight
agate/Button
to marquee when focusedagate/Button
to show a tooltip when hoveredagate/DateTimePicker
returned value by onChange eventagate/FanSpeedControl
to center text when there is no iconagate/Heading
to supportspacing
for Gallium and Siliconagate/IncrementSlider
button color for Gallium skinagate/Input
run time error when usingdismissOnEnter
agate/Keypad
to not show console error in sampleragate/Keypad
,agate/MediaPlayer
, andagate/ToggleButton
to have buttons with proper widthagate/LabeledIconButton
button shape to circularagate/MediaPlayer
to not show console error when next or previous button is pressed several times during playingagate/Panels
to show close button properly for night modeagate/Picker
picker item width in horizontal for siliconagate/PopupMenu
to display distinguishable titleagate/SliderButton
to not show console error in sampleragate/Spinner
to pause the animation whenpaused
prop is trueagate/Spinner
to show correct layout whentype
isloading
inright-to-left
localeagate/Spinner
to supporttransparent
prop properlyagate/SwitchItem
icon position for all skins in RTL locale and Electro/Titanium in all localesagate/TemperatureControl
to not be draggable when it's disabled
Release 1.0.0
[1.0.0] - 2020-10-14
Initial release.