Releases: w2sv/Composed
Releases · w2sv/Composed
0.1.0
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
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
- bump
compileSdkto 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.getAnnotatedStringfor converting a html-styled text resource to anAnnotatedStringwithout a compose context
Full Changelog: 0.0.5-rc2...0.0.6-rc1
0.0.5-rc2
Full Changelog: 0.0.5-rc1...0.0.5-rc2
0.0.5-rc1
Full Changelog: 0.0.4-rc1...0.0.5-rc1
0.0.4-rc1
Full Changelog: 0.0.3-rc2...0.0.4-rc1
0.0.3-rc2
What's changed
- Added
InterElementDividedColumn&InterElementDividedRowcomposables
Full Changelog: 0.0.3-rc1...0.0.3-rc2
0.0.3-rc1
0.0.2-rc2
Full Changelog: 0.0.2...0.0.2-rc2
0.0.2
Fixes
OnLifecycleEventwill now take updatedcallbacks andlifecycleEvents into consideration in case of them changing, same goes forOnRemoveFromCompositionand itscallback
Full Changelog: 0.0.1...0.0.2