the litl developer blog
4Aug/100

New version of the SDK available!

by @ryancanulla

We're happy to announce that a new version of the SDK has been released! You can download it from the main page or the SDK and tools page. Here's a list of changes made in this round of revisions.

Controls

  • Improved scrollable list performance when changing scrollPosition multiple times per frame.
  • Added a background color to ArrowSkin.
  • Moved ArrowButton to a different package.
  • Added SearchButton.
  • Added TextInput control.
  • Added ScrollBar control.
  • Modified VerticalList to use new scrollbar instead of previous arrows.
  • Fixed resizing bug with stylable button.
  • Changed vertical list to scroll to pixel instead of to the nearest item.
  • Added displayAsPassword property to TextInput.
  • Fixed bug where slideshow would not move to the previous item when on the first item.
  • Fixed TextInput text not visible on device.
  • Controls now createChildren immediately on instantiation.
  • ScrollableList now dispatches events when an ioerror happens.
  • Fixed RTE when scrollPosition is set but no dataprovider is set.
  • Text input no longer throws RTE if no text or label was set.
  • Fixed ScrollableList bug with a plain image dataProvider.
  • Fix for not being able to set initial scrollPosition on Filmstrip.

Simulator

  • View controls now reset correctly when switching between channels.
  • Auto-update mechanism.
  • Log message order is now correct if multiple messages occur at the same time.
  • Channel details is now collapsible.
  • Layout improvements.
  • Look and feel improvements.
  • Added log list filter box.
  • Added hasOptions indicator.
  • Added shared parameters edit dialog.
  • Properties tab now displays properties stored by the channel.