Skip to content

Releases: w2sv/Composed

0.1.0

06 Dec 17:19

Choose a tag to compare

What's changed

  • Add FlowCollectionKtTest 76b7b0e
  • Rename InterElementDividedColumn -> ColumnWithDividers, InterElementDividedRow -> RowWithDividers 39352b8
  • Add KDoc to core utils c924e9f
  • Migrate to new APIs & ktx extension functions 1cccdcc
  • Move utils depending on material3 to separate module dbd19cb
  • Integrate w2sv.compose-module.gradle.kts convention plugin 9148e63
  • Integrate w2sv.android-library.gradle.kts convention plugin | Name composed module composed-core to fix gradle duplicate root accessor error | Set Java source/target compatibility to 11 94c97dc
  • Remove gradle.properties.version & set version from version.txt 4a93e0c
  • Update dependencies 8023b0e
  • Update gradle 8aa20fe
  • Include lib scripts as submodule 21fabea

Full Changelog: 0.0.7-rc1...0.1.0

0.0.7-rc1

09 Aug 20:45

Choose a tag to compare

What's Changed

  • Set compileSdk = 36
  • Set compose-material3 = "1.3.2"
  • Set compose-ui = "1.8.3"
  • Set google-accompanist-permissions = "0.37.3"

Full Changelog: 0.0.6-rc1...0.0.7-rc1

0.0.6-rc1

03 Nov 09:13

Choose a tag to compare

  • bump compileSdk to 35
  • update dependencies:
    • kotlin = "2.0.21"
    • compose-ui = "1.7.5"
    • compose-material3 = "1.3.1"
    • androidx-core-ktx = "1.15.0"
    • androidx-annotation = "1.9.1"
    • agp = "8.7.2"
    • gradle = "8.9"
  • add fun Resources.getAnnotatedString for converting a html-styled text resource to an AnnotatedString without a compose context

Full Changelog: 0.0.5-rc2...0.0.6-rc1

0.0.5-rc2

08 May 09:47

Choose a tag to compare

0.0.5-rc1

08 May 09:45

Choose a tag to compare

0.0.4-rc1

20 Apr 12:16

Choose a tag to compare

0.0.3-rc2

15 Mar 11:19

Choose a tag to compare

What's changed

  • Added InterElementDividedColumn & InterElementDividedRow composables

Full Changelog: 0.0.3-rc1...0.0.3-rc2

0.0.3-rc1

15 Mar 10:40

Choose a tag to compare

What's changed

  • Updated compose compiler to 1.5.10

Full Changelog: 0.0.2-rc2...0.0.3-rc1

0.0.2-rc2

11 Mar 09:27

Choose a tag to compare

Full Changelog: 0.0.2...0.0.2-rc2

0.0.2

10 Mar 13:02

Choose a tag to compare

Fixes

  • OnLifecycleEvent will now take updated callbacks and lifecycleEvents into consideration in case of them changing, same goes for OnRemoveFromComposition and its callback

Full Changelog: 0.0.1...0.0.2