Skip to content

Releases: enactjs/enact

Release 5.0.0-alpha.4

21 Jan 06:32
Compare
Choose a tag to compare
  • Update dependencies including React 19.0.0

Added

  • spotlight an optional options.preventScroll parameter to focus function to prevent scrolling by focus

Changed

  • core/platform to support safari 16.4, chrome 119, and firefox 128 or later

Fixed

  • ui/VirtualList to not abnormally scroll when dataSize and itemSizes changed

Release 4.9.5

11 Dec 05:57
Compare
Choose a tag to compare

Fixed

  • ui/VirtualList to not abnormally scroll when dataSize and itemSizes changed

Release 5.0.0-alpha.3

02 Dec 05:42
Compare
Choose a tag to compare

Fixed

  • ui/VirtualList to re-render when the each size of variable sized items changed

Release 4.9.4

19 Nov 06:49
Compare
Choose a tag to compare

Fixed

  • ui/VirtualList to re-render when the each size of variable sized items changed

Release 4.9.3

29 Oct 06:05
Compare
Choose a tag to compare

No significant changes.

Release 5.0.0-alpha.2

08 Oct 07:30
Compare
Choose a tag to compare

Added

  • core/util function setDefaultProps to set props that are missing or undefined to default values
  • ui/VirtualList.VirtualListBasic support to read the order of items when the listitem role is set to items
  • webos/signLang module with startSignLang(), stopSignLang() functions and SignLangDecorator Higher-order Component

Fixed

  • spotlight to not require less dependency
  • ui/Marquee.MarqueeController to start animation properly when marqueeOnFocus is set to true and text changed
  • ui/Scroller and ui/VirtualList to have default prop when undefined prop is passed
  • ui/VirtualList to update its scroll bounds when the total size of items is changed

Release 4.9.2

26 Sep 07:18
Compare
Choose a tag to compare

Fixed

  • ui/VirtualList to update its scroll bounds when the total size of items is changed

Release 4.9.1

09 Sep 05:42
Compare
Choose a tag to compare

Added

  • core/util function setDefaultProps to set props that are missing or undefined to default values
  • webos/signLang module with startSignLang(), stopSignLang() functions and SignLangDecorator Higher-order Component

Fixed

  • ui/Scroller and ui/VirtualList to have default prop when undefined prop is passed

Release 4.7.12

05 Sep 06:51
Compare
Choose a tag to compare

Added

  • webos/signLang module with startSignLang(), stopSignLang() functions and SignLangDecorator Higher-order Component

Release 4.9.0

17 Jul 05:51
Compare
Choose a tag to compare

Fixed

  • spotlight/Spotlight.disableSelector to properly update the selectorDisabled container config
  • ui/Marquee.MarqueeDecorator to start animation properly when synchronized by ui/Marquee.MarqueeController and text changed
  • ui/Placeholder.PlaceholderControllerDecorator to not remount its children when it rerenders
  • webos/speech.VoiceControlDecorator to not remount its children when it rerenders