Skip to content

Releases: enactjs/enact

Release 5.0.0-alpha.1

11 Jul 06:47
Compare
Choose a tag to compare

Added

  • spotlight/SpotlightRootDecorator config rootId to specify React DOM tree root for global event handlers

Changed

  • ui/Marquee.MarqueeDecorator to use @enact/i18n/utils.isRtlText API to determine the text directionality

Fixed

  • ui/Marquee.MarqueeDecorator to start animation properly when synchronized by ui/Marquee.MarqueeController and text changed

Removed

  • core/platform member windowsPhone, edge, androidChrome, android, ie, ios, webos, androidFirefox, firefoxOS, blackberry, and tizen
  • core/platform member gesture, node, platformName, and unknown
  • core/platform member touch and touchscreen
  • ui/GridListImageItem
  • ui/IconButton
  • ui/Marquee.MarqueeDecorator config className
  • ui/RadioDecorator
  • ui/Scroller.ScrollerBase
  • ui/SlotItem
  • ui/ToggleItem
  • ui/VirtualList.VirtualListBase
  • webos/platform member watch and legacy

Release 4.9.0-beta.1

17 Jun 08:45
Compare
Choose a tag to compare

No significant changes.

Release 4.9.0-alpha.3

05 Jun 04:41
Compare
Choose a tag to compare

Changed

  • spotlight/Spottable to have sibling DOM node as alternative to findDOMNode API which will be removed in React 19
  • ui/Placeholder.PlaceholderControllerDecorator and ui/ViewManager to have sibling DOM node as alternative to findDOMNode API which will be removed in React 19
  • webos/speech.VoiceControlDecorator to have sibling DOM node as alternative to findDOMNode API which will be removed in React 19

Release 4.0.15

28 May 09:55
Compare
Choose a tag to compare

Fixed

  • i18n resource loader to override strings where the original strings file does not exist

Release 4.9.0-alpha.2

24 May 01:19
Compare
Choose a tag to compare

No significant changes.

Release 4.0.14

14 May 01:24
Compare
Choose a tag to compare

Fixed

  • i18n resource loader to prioritize strings from additional resources files

Release 4.7.11

13 May 07:59
Compare
Choose a tag to compare

No significant changes.

Release 4.9.0-alpha.1

09 Apr 07:38
Compare
Choose a tag to compare

Deprecated

  • core/platform member windowsPhone, edge, androidChrome, android, ie, ios, webos, androidFirefox, firefoxOS, blackberry, and tizen, to be removed in 5.0.0
  • core/platform member gesture, node, platformName, and unknown, to be removed in 5.0.0
  • core/platform member touch and touchscreen, to be removed in 5.0.0
  • webos/platform member watch and legacy, to be removed in 5.0.0

Added

  • core/platform member type to detect a platform like desktop, mobile, webos, and node
  • core/platform member browserName and browserVersion to detect the compatible major browser name and version
  • core/platform member touchEvent and touchScreen replacing legacy touch and touchscreen respectively
  • ui/Layout.Cell prop componentCss to support customizing the component used in Cell

Fixed

  • spotlight navigation from the focused element clipped by an overflow container

Release 4.7.10

05 Mar 08:18
Compare
Choose a tag to compare

Fixed

  • spotlight navigation from the focused element clipped by an overflow container

Release 4.8.0

07 Feb 09:56
Compare
Choose a tag to compare

No significant changes.