Skip to content

Releases: mikepenz/Android-Iconics

v5.4.0

30 Sep 11:59
bb04f72
Compare
Choose a tag to compare

🚀 Features

  • Upgrade dependencies | Compose 1.2.1 | Kotlin 1.7.10
  • Update CommunityMaterial to 7.0.96

v5.3.4

24 Jun 08:43
f93fbe6
Compare
Choose a tag to compare

🚀 Features

  • Dependency updates 2022.06.24
  • Add Simple-Icons
    • PR: #622
    • Thanks @CarlosEsco

v5.3.3

12 Nov 13:37
ff43dbd
Compare
Choose a tag to compare

🚀 Features

  • Update sample app to Material 3 theming | Compose 1.0.5
  • Update CommunityMaterial to 6.4.95

🐛 Fixes

  • Log on missing font

💬 Other

  • Add info regarding the use of jetpack startup library
  • Update sample app to Material 3 theming | Compose 1.0.5
  • Dependency updates 2021.11.12

v5.3.2

11 Oct 13:22
a93b31b
Compare
Choose a tag to compare

🚀 Features

  • Upgrade dependency versions 2021.10.11

🐛 Fixes

  • Fix setting spanned text to IconicsTextView

v5.3.1

17 Sep 10:59
29e53f0
Compare
Choose a tag to compare

🚀 Features

  • Upgrade dependencies to latest stable version
  • Compose API extension, now stable

💬 Other

  • Remove jcenter

v5.3.0

30 Jul 08:00
0cf60a2
Compare
Choose a tag to compare

Highlights

Official compose v1.0.0 support.

Image(
    GoogleMaterial.Icon.gmd_access_alarm,
    colorFilter = ColorFilter.tint(MaterialTheme.colors.primary),
)

🚀 Features

  • Fix respecting font bounds
  • Dependency updates
  • Upgrade dependencies
  • FontAwesome v5.13.3 update
  • Update dependencies | Compose 1.0.0

💬 Other

  • Highlight appcompat:1.4.x emoji support incompatiblity
    • PR: #594
    • Thanks for the report @dummyco

v5.3.0-b01

26 Mar 11:32
13a4ae9
Compare
Choose a tag to compare

🚀 Features

  • Dependency updates
  • Fix respecting font bounds

v5.2.8

24 Feb 18:55
8c710cf
Compare
Choose a tag to compare

🚀 Features

  • Compose 1.0.0-beta01
  • Gradle 6.8.3

v5.2.7

19 Feb 18:33
2b7c6ab
Compare
Choose a tag to compare

🚀 Features

  • Dependency updates | Kotlin 1.4.30 | Compose 1.0.0-alpha12

v5.2.6

07 Feb 10:37
bf7405c
Compare
Choose a tag to compare

🚀 Features

  • Use SPDX pom license identifier
  • Update project to properly have transitive dependencies as compile