Alexander Khyzhun
12/24/2020, 11:46 AMRaul
12/24/2020, 2:35 PMCh8n
12/27/2020, 8:21 PMbasher
12/28/2020, 8:39 PMgammax
12/29/2020, 2:43 PMSoumyajit Das
12/31/2020, 12:54 PMFoso
12/31/2020, 4:56 PMShreyas Patil
01/01/2021, 12:25 PMNick
01/05/2021, 3:23 AMgammax
01/06/2021, 11:54 AMArian Stolwijk
01/07/2021, 5:05 PMedwinRNDR
01/11/2021, 11:11 AMdave
01/11/2021, 12:31 PMJitesh
01/12/2021, 12:59 PMHarald Pehl
01/12/2021, 6:24 PMpablisco
01/13/2021, 6:18 PMSebastian Aigner
01/15/2021, 8:10 AMThomas
01/15/2021, 6:14 PMJames Richardson
01/16/2021, 11:43 PMholgerbrandl
01/17/2021, 11:21 PMNick
01/18/2021, 9:23 AMclass MyView: View {
var name by renderProperty("") // will cause the View to re-render when it changes
var age by styleProperty (56) // will cause trigger styleChanged event when changed
}
• Pointer, PointerMotion, and Key listener DSLs for more compact consumption of a single event type
view.poinerChanged += pressed { event -> }
view.keyChanged += released { event -> }
view.pointerMotionChanged += dragged { event -> }
• 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.
Slack Conversationdave
01/18/2021, 12:30 PMPrafull M
01/18/2021, 1:36 PMgammax
01/18/2021, 4:32 PMJakob K
01/25/2021, 6:02 PModay
01/30/2021, 1:17 PM