Releases: paug/openfeedback-sdk-kotlin
Releases · paug/openfeedback-sdk-kotlin
v1.0.0-alpha.3
What's Changed
- version is now 1.0.0-alpha.3-SNAPSHOT by @martinbonnin in #40
- Stability, hide comments and not ready component by @GerardPaligot in #41
- release 1.0.0-alpha.3 by @GerardPaligot in #42
Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3
v1.0.0-alpha.2
release 1.0.0-alpha.2 (#39)
v1.0.0-alpha.1
release 1.0.0-alpha.1 (#36)
v0.2.2
Fixes endless loading on sessions that have no votes.
0.2.1
Kotlin Multiplatform support!
You can now use the OpenFeedback SDK on iOS
v0.1.1
What's Changed
- Publishing: Auto close nexus staging repository in CI by @martinbonnin in #14
- Fix preview with OpenFeedbackFirebaseConfig object and remove orientation in OpenFeedback component by @GerardPaligot in #15
- Fix automatic Sonatype release by @martinbonnin in #17
- bump Gradle to 8.5 for Java 21 by @martinbonnin in #16
- do not try to publish non-SNAPSHOTs to OSS snapshots by @martinbonnin in #18
- Another attempt at fixing releasing the sonatype repo by @martinbonnin in #19
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Create artifact dedicated for m3 Design System.
- Change OpenFeedback project id at runtime.
- Support comments (create new comment and upvote existing comments).
- Support orientation change in m3 artifact.
- Support light/dark mode for Powered component.
- Refactor internal architecture to repository architecture.
Dependencies
- Bump Kotlin version from 1.7.20 to 1.9.10.
- Bump Kotlinx Coroutines version from 1.6.4 to 1.7.3.
- Bump Java version from 11 to 17.
- Bump AGP version from 7.3.1 to 8.1.2.
Breaking changes
- Remove deprecated components in m2 and m3 artifacts.
- Update component contracts in m2 and m3.
Full Changelog: v0.0.7...v0.1.0
v0.0.7
Technical release to fix an issue with maven publishing in 0.0.6. No functional change.
v0.0.6
This version is a big bump of the code courtesy of @GerardPaligot to make it more aligned with recent version of androidx, gradle, coroutines and more. It bumps compose to 1.2.0-alpha02
and add dark theme support amongst many other things.