Skip to content

Releases: enactjs/agate

Release 2.0.0-alpha.1

25 Feb 06:24
Compare
Choose a tag to compare

[2.0.0-alpha.1] - 2021-02-25

  • The framework was updated to support React 17.0.1

Added

  • agate/ThemeDecorator config rootId to specify React DOM tree root for global event handlers

Release 1.1.2

05 Feb 04:31
Compare
Choose a tag to compare

Deprecated

  • agate/FullScreenPopup, use agate/Popup instead

Added

  • agate/ArcPicker and agate/ArcSlider prop disabled to be inactive
  • agate/ArcSlider prop aria-valuetext to override aria-valuetext for it
  • agate/DateTimePicker prop dayAriaLabel, hourAriaLabel, meridiemAriaLabel, minuteAriaLabel, monthAriaLabel, and yearAriaLabel
  • agate/Heading prop marqueOn to determine when marquee begins
  • agate/Input prop invalid to display a tooltip with a message when invalid prop is true
  • agate/Input prop invalidMessage to customize the tooltip message when invalid prop is true
  • agate/Input prop size to change the size of both input and icons (default large)
  • agate/Item prop centered, disabled, inline, marqueeOn, and size
  • agate/Popup content padding and margin with closeButton
  • agate/Popup bottom, fullscreen, left, and right values to position prop
  • agate/Popup duration and type props

Changed

  • agate/Heading to support marquee

Fixed

  • agate/Button to not center the icon when it has minWidth
  • agate/DatePicker transition direction for day when month is changed
  • agate/Dropdown to show focused icon color for Silicon skin
  • agate/Dropdown to not show double marquee text
  • agate/Dropdown to not close when clicking the list scroller
  • agate/LabeledIconButton to display label text on multiple lines (removed marquee)
  • agate/LabeledIconButton max-width to display huge sized icon correctly
  • agate/MediaPlayer previous button functionality to play media from the beginning after being paused
  • agate/TimePicker transition direction for meridiem when hour is changed

Release 1.1.1

23 Dec 11:07
Compare
Choose a tag to compare

Fixed

  • Sampler build failure

Release 1.1.0

22 Dec 09:06
Compare
Choose a tag to compare

Added

  • agate/Button prop iconOnly, iconPosition, and minWidth
  • agate/Checkbox prop disabled, indeterminate, and indeterminateIcon
  • agate/CheckboxItem prop disabled, indeterminate, indeterminateIcon, and slotbefore
  • agate/DatePicker prop onSpotlightDisappear and spotlightDisabled
  • agate/Marquee component
  • agate/Picker prop noAnimation and wrap
  • agate/RangePicker prop noAnimation and wrap
  • agate/TimePicker prop onSpotlightDisappear and spotlightDisabled

Fixed

  • agate/ArcPicker to display correct font-size and font-weight
  • agate/Button to marquee when focused
  • agate/Button to show a tooltip when hovered
  • agate/DateTimePicker returned value by onChange event
  • agate/FanSpeedControl to center text when there is no icon
  • agate/Heading to support spacing for Gallium and Silicon
  • agate/IncrementSlider button color for Gallium skin
  • agate/Input run time error when using dismissOnEnter
  • agate/Keypad to not show console error in sampler
  • agate/Keypad, agate/MediaPlayer, and agate/ToggleButton to have buttons with proper width
  • agate/LabeledIconButton button shape to circular
  • agate/MediaPlayer to not show console error when next or previous button is pressed several times during playing
  • agate/Panels to show close button properly for night mode
  • agate/Picker picker item width in horizontal for silicon
  • agate/PopupMenu to display distinguishable title
  • agate/SliderButton to not show console error in sampler
  • agate/Spinner to pause the animation when paused prop is true
  • agate/Spinner to show correct layout when type is loading in right-to-left locale
  • agate/Spinner to support transparent prop properly
  • agate/SwitchItem icon position for all skins in RTL locale and Electro/Titanium in all locales
  • agate/TemperatureControl to not be draggable when it's disabled

Release 1.0.0

15 Oct 01:43
Compare
Choose a tag to compare

[1.0.0] - 2020-10-14

Initial release.