Skip to content

Releases: paug/openfeedback-sdk-kotlin

v1.0.0-alpha.3

16 Jul 19:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3

v1.0.0-alpha.2

15 Jul 08:11
0a92bee
Compare
Choose a tag to compare

release 1.0.0-alpha.2 (#39)

v1.0.0-alpha.1

13 Jul 00:13
fb4daa9
Compare
Choose a tag to compare

release 1.0.0-alpha.1 (#36)

v0.2.2

05 Apr 09:54
Compare
Choose a tag to compare

Fixes endless loading on sessions that have no votes.

0.2.1

27 Mar 15:58
6b2edf6
Compare
Choose a tag to compare

Kotlin Multiplatform support!

You can now use the OpenFeedback SDK on iOS

v0.1.1

24 Nov 13:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

08 Nov 19:56
Compare
Choose a tag to compare

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

15 Apr 15:23
Compare
Choose a tag to compare

Technical release to fix an issue with maven publishing in 0.0.6. No functional change.

v0.0.6

09 Apr 10:45
Compare
Choose a tag to compare

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.