DEV Community

Cover image for Doodle 0.4.1 released
Nicholas Eddy
Nicholas Eddy

Posted on

Doodle 0.4.1 released

Doodle is a pure Kotlin UI framework for the Web, that lets you create rich applications without relying on Javascript, HTML or CSS. Check out the documentation and tutorials to learn more.

Highlights include:

  • Spinner "constructor" functions now take optional ItemVisualizer
  • New API for scrolling List/Tree to an index/path
  • Native ScrollPanel behavior now supports smooth scrolling
  • Native TextField behavior now allows spell-check to be enabled
  • New FilteredList to support a filtered view of an ObservableList
  • New helper for creating simple text button renderers
  • Added NativeHyperLinkBehaviorBuilder to allow full customization of hyperlinks
  • New helpers for Underline and LineThrough TextDecorations

See the full release notes for more details.

GitHub logo nacular / doodle

A pure Kotlin UI framework for the Web.

Top comments (0)