Added
- Implemented
hideInputfor prompts on native targets (#63) - Improve cell-width calculation for emoji sequences like skin tone modifiers (#64)
- Added
Theme.plusto combine two themes - Added
Padding.plusto combine two padding values
Changed
- Replaced most of the
Paddingconstructor andWidget.withPaddingoverloads with a unified builder interface - Renamed the top level
rowandcolumnbuilders tohorizonalLayoutandverticalLayout, respectively - Update Kotlin to 1.7.20
- Kotlin/Native: use new default memory manager. Objects are no longer frozen.
Removed
- Removed
buildWidget. UsehorizonalLayoutandverticalLayoutinstead.