Skip to content

Release 2.2.0

Compare
Choose a tag to compare
@JayCanuck JayCanuck released this 02 Oct 23:38
· 1576 commits to master since this release

Added

  • moonstone/GridListImageItem voice control feature support
  • ui/Marquee.MarqueeBase prop willAnimate to improve app performance by deferring animation preparation styling such as composite layer promotion
  • ui/Skinnable config option prop to configure the property in which to pass the current skin to the wrapped component
  • ui/Transition prop css to support customizable styling

Changed

  • spotlight to not explicitly blur() the currently focused element when focusing another, allowing the platform to manage blurring before focus
  • ui/Cell and ui/Layout to accept any type of children, since the component that may be set could accept any format of children

Fixed

  • moonstone/DayPicker to prevent closing when selecting days via voice control
  • moonstone/VideoPlayer to unfocus media controls when hidden
  • moonstone/Scroller to set correct scroll position when an expandable child is closed
  • moonstone/Scroller to prevent focusing children while scrolling
  • spotlight to correctly set focus when the window is activated
  • spotlight to correctly set focus when entering a restricted container
  • ui/Touchable to correctly handle a hold cancelled from an onHold handler