DEV Community

Cover image for Doodle 0.4.0 released
Nicholas Eddy
Nicholas Eddy

Posted on

Doodle 0.4.0 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:

  • Improved Font support with the ability to load fonts from file urls and oblique font styles
  • New property delegates (renderProperty, styleProperty) that automate trigger re-render and style notifications
  • Pointer, PointerMotion, and Key listener DSLs for more compact consumption of a single event type
  • DSLs to simplify usage of ListEditor, Layouts that only position, and CommonButtonBehavior that just render
  • TextField now supports font/color for placeholder
  • Added support for text decorations to StyledText

See the full release notes for more details

Top comments (0)