Skip to content

Releases: kiwicom/orbit-compose

v0.17.1

02 Aug 11:30
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Add missing DeviceMobile icon @hrach (#210)
  • Icons: add GooglePlay icon @kiwiprbot (#209)
  • Customisable InlineLoading @Nodrex (#206)

🐛 Bug Fixes

  • fix lint publication in :ui package @hrach (#211)

🧰 Maintenance

  • fix(deps): update dependency androidx.navigation:navigation-compose to v2.5.1 @bot/renovate (#208)
  • fix(deps): update dependency androidx.customview:customview-poolingcontainer to v1.0.0 @bot/renovate (#207)
  • fix(deps): update compose-main to v1.2.0 @bot/renovate (#205)

v0.17.0

29 Jul 14:50
dfc9146
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Implement PillButton() component @Drekorian (#201)
  • Introduce custom lint checks for correct Orbit composables usage @shalva97 (#198)
  • Implement LinearIndeterminateProgressIndicator() component @Drekorian (#197)
  • Update colors according to new Orbit specs @kiwiprbot (#196)
  • Better dark mode support @hrach (#195)
  • Add BadgePrimitive() and new Bundle badge variants @zurdus (#185)
  • Implement Tag's active state separately from remove action @hrach (#186)
  • Catalog: fix missing dark theme during app start up @shalva97 (#184)

🐛 Bug Fixes

  • Reset ContentEmphasis with Surface composable @hrach (#202)

🧰 Maintenance

  • Expanded readme file @zurdus (#194)
  • chore(deps): update github-actions (major) @bot/renovate (#190, #193)
  • chore(deps): update dependency androidx.constraintlayout:constraintlayout-compose to v1.0.1 @bot/renovate (#192)
  • Configure Renovate @bot/renovate (#188)
  • update to latest AGP 7.2.1, Gradle 7.5 and others @hrach (#187)
  • Kotlin 1.7 and Compose compiler 1.2.0 @hrach (#182)

v0.16.0

30 Jun 12:49
4b5ea08
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

🧰 Maintenance

  • Update to Compose 1.2.0-rc03 @hrach (#180)
  • Update to Compose 1.2.0-rc02 and Kotlinter 3.10.0 @hrach (#177)

v0.15.1

13 Jun 14:21
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Implement BadgeCircle() component @Drekorian (#166)
  • Make Google icon colored @kiwiprbot (#165)

🐛 Bug Fixes

  • Fix BadgeCircle rounding for 10+ values @hrach (#168)
  • Fix Icons rendering (mainly baggages) @kiwiprbot (#164)

🧰 Maintenance

v0.15.0

06 Jun 06:43
048fa0b
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Add ColoredSignal, ColoredTelegram, ColoredViber icons @kiwiprbot (#162)
  • Implement KeyValue() and KeyValueLarge() components @DavidGrygar (#161)
  • New icons: AppNotification, Bookmark, CareKiwiCom, CodeKiwi, FamilyAll, FamilyHalf, Github, Inbox, NoFlash, NoRefund, NoRescheduling, NotificationAdd, Placeholder, PlusMinus, Sign, Sms, Stackoverflow, Youtube @kiwiprbot (#160)
  • Screenshot testing @hrach (#132)
  • Update Stepper to rounded buttons design @zurdus (#153)
  • Implement ListChoice() component @hrach (#151)

🐛 Bug Fixes

  • LinearProgressBar: renamed arguments & fix RTL @hrach (#150)

🧰 Maintenance

  • New icons' transformation to VectorDrawables. @kiwiprbot (#147)

v0.14.0

13 May 19:53
aa40abe
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

🐛 Bug Fixes

  • badges: rename to unify & match Orbit Neutral @hrach (#137)
  • Toast: fix icon size and alignment @hrach (#136)
  • Add missing TextField() error semantics @hrach (#133)
  • CountryFlag: fallback to unknown flag @hrach (#127)
  • ChoiceTile: do not apply modifier twice @hrach (#129)
  • TopAppBar: implement support for keeping scroll behavior state @hrach (#128)

🧰 Maintenance

  • update to SDK 32, AGP 7.2, Coil 2.0 and others @hrach (#144)

v0.13.0

30 Mar 07:01
18f248e
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Add missing semantics to Checkbox, Radio, ChoiceTile, Seat, Tag @hrach (#125)
  • New icons: Admin, AI, Android, Dashboard and colored Facebook, iMessage, Messenger, Twitter, WhatsApp @kiwiprbot (#119)
  • Add CountryFlag() component @shanio (#122)

🐛 Bug Fixes

  • ClickableField: properly propagate min constraints @hrach (#121)

v0.12.1

23 Mar 11:03
Compare
Choose a tag to compare

v0.12.0

16 Mar 22:08
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

  • Buttons: bundle buttons, ButtonLink new styles & sizing, added ButtonPrimitive @hrach (#112)
  • Added an error state to ChoiceTile @rex1234 (#114)
  • TopAppBar: implement Large version and scrolling support @hrach (#111)
  • New illustrations: Chatbot, FareLock, FareLockSuccess @kiwiprbot (#109)
  • ChoiceTile: small/large heading support @hrach (#99)
  • Icons auto sizing (BC break) @hrach (#86)
  • Typography: update to latest Orbit definition @hrach (#85)

🐛 Bug Fixes

  • Fix active TextField() background, multiline icon alignment and precedence for focus outline @hrach (#116)
  • ChoiceTileCentered: fix sizing with weight() modifier & title centering @hrach (#101)
  • theme: set LocalContentColor to InkNormal @hrach (#100)

🧰 Maintenance

v0.11.1

23 Feb 14:52
Compare
Choose a tag to compare

Changes in this release:

🚀 Features

🐛 Bug Fixes

  • Toast: correctly calculate remaining time @hrach (#83)