Releases: kiwicom/orbit-compose
Releases · kiwicom/orbit-compose
v0.3.0
Changes in this release:
🚀 Features
- Radio & Checkbox: full row touch ripple and renamed to RadioField and CheckboxField @hrach (#23)
- Error state added to radio @shanio (#22)
- colors: update colors to match latest design tokens (OrangeDark updated) @hrach (#19)
- TextField: add info message @shanio (#17)
🧰 Maintenance
- Catalog release workflow: release version of APK to GH release @hrach (#21)
- update to Compose 1.0.2 & Kotlin 1.5.21 & compile SDK 31 @hrach (#20)
- Add release-drafter @hrach (#18)
v0.2.0
Changes in this version:
- use Material's switchable implementation to avoid missing fixes
- update to Compose 1.0.0
- catalog: update navigation to gain screen transitions
- text field: fix padding issues & implement extra clickable properties
- password text field: make raw input toggle saveable