Skip to content

Releases: kiwicom/orbit-compose

v0.11.0

16 Feb 14:10
d62f4a0
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Add sticky actions block to Scaffold() @hrach (#78)
  • Add TextField auto-bring-into-view support @hrach (#80)
  • Add insets handling into Scaffold() @hrach (#79)
  • Add Bundle Colors @hrach (#77)
  • Alerts: new design @hrach (#74)
  • Icons: add Flash and update FlightReturn @kiwiprbot (#72)

🐛 Bug Fixes

  • icon: provide default size even for intrinsic measuring @hrach (#81)
  • button: rounding is 6dp & text is centered by default @hrach (#73)

🧰 Maintenance

v0.10.0

27 Jan 15:47
81e6f81
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Add Toast() and Scaffold() component @hrach (#70)
  • Add ChoiceTileCentered() component @hrach (#69)
  • Add ChoiceTile() component @hrach (#67)
  • Alerts - update relevant icons @hrach (#68)

🧰 Maintenance

  • update to Compose 1.1.0-RC3 & Kotlin 1.6.10 @hrach (#71)

v0.9.0

19 Jan 09:23
4edbcf0
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Illustrations: add AirportTransportTaxi, EVisa, FastTrackMan, GroundTransport404, PlaneDelayed @kiwiprbot (#66)
  • TopAppBar() customizable icon & updated font-size @hrach (#65)
  • Add the SeatLegend() component @Drekorian (#64)
  • Implement Seat() component @Drekorian (#61)
  • Icons: add AlertOctagon and NoKiwicomGuarantee @github-actions (#59)

🐛 Bug Fixes

  • Adjust Seat() according to Orbit Native Components @Drekorian (#63)
  • Typography: fix font-weight for title2 to medium @hrach (#60)

v0.8.0

06 Dec 20:41
52e10d3
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Icons: added DealsV2 icon @github-actions (#58)
  • Add SelectField() & ClickableField() controls @hrach (#44)
  • Tag: add modifier argument @hrach (#54)
  • TextField sizing supporting smaller & intrinsic sizes @hrach (#53)
  • Unify LocalTextStyle & LocalContentColor with Material @hrach (#52)
  • Alerts: decrease button size @hrach (#42)
  • Checkbox: animated checkbox mark @hrach (#41)
  • update to Compose 1.1 beta @hrach (#40)

🐛 Bug Fixes

  • Badge: correct icon sizing and padding @hrach (#51)
  • TextField: present info message only when focused @hrach (#50)

🧰 Maintenance

v0.7.0

05 Nov 14:10
2b27ecd
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

🧰 Maintenance

  • Catalog updates @hrach (#43)
  • project scopes to warn when using Material dependency @hrach (#38)
  • Compose 1.0.4 & Kotlin 1.5.31 @hrach (#37)

v0.6.0

24 Sep 09:57
04bed53
Compare
Choose a tag to compare

Changes in this release:

🐛 Bug Fixes

  • cards/surface: allow to change border without loosing ripple effect @hrach (#36)

v0.5.0

24 Sep 09:03
3a329d7
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • checkbox: add error state @gerak-cz (#33)
  • Expose color theming via ProvideColors() composable @hrach (#34)

🐛 Bug Fixes

  • radio|checkbox: sync isError parameter name with MDC @hrach (#35)

🧰 Maintenance

  • properly setup tooling & toolingPreview deps & fix preview crash in ui @hrach (#32)
  • release: put GitHub URL to release notes @hrach (#31)

v0.4.0

17 Sep 11:45
3c917c0
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Colors: update to latest design tokens release @hrach (#25)
  • Content emphasis: add ProvideContentEmphasis and direct Text() & Icon() parameters @hrach (#26)

🐛 Bug Fixes

  • badge: lighter border for subtle version @hrach (#30)
  • switch: more precise drawing of Thumb @hrach (#29)
  • radio field: fix too small padding for RadioField() @hrach (#28)
  • Orbit theme: setup default text style @hrach (#27)

🧰 Maintenance

v0.3.0

09 Sep 13:10
aedd318
Compare
Choose a tag to compare

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

26 Aug 19:55
26f1651
Compare
Choose a tag to compare

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