Added
- Implemented
hideInput
for prompts on native targets (#63) - Improve cell-width calculation for emoji sequences like skin tone modifiers (#64)
- Added
Theme.plus
to combine two themes - Added
Padding.plus
to combine two padding values
Changed
- Replaced most of the
Padding
constructor andWidget.withPadding
overloads with a unified builder interface - Renamed the top level
row
andcolumn
builders tohorizonalLayout
andverticalLayout
, respectively - Update Kotlin to 1.7.20
- Kotlin/Native: use new default memory manager. Objects are no longer frozen.
Removed
- Removed
buildWidget
. UsehorizonalLayout
andverticalLayout
instead.