Releases: addhen/kanalytics
Releases · addhen/kanalytics
v1.4.0
Added
- Migrated from using OSSRH to Sonatype Central Portal(#64).
Fixed
- Fixed the issue of custom fonts not loading on iOS devices and instead loading the default system font(#63).
Documentation
- Updated documentation with Sonatype Central Portal's URLs.
Dependencies
- Bumped sqldelight to
v2.1.0(#62) - Bumped kotlinx collections immutable to
v0.4.0(#61) - Bumped kotlin to
v2.1.21(#60) - Bumped agp to
v8.10.0(#58) - Bumped compose multiplatform to
v1.8.0(#57) - Bumped gradle to
v8.14(#56) - Bumped kotlinx coroutines to
v1.10.2(#53) - Bumped kotlinx serialization json to
v1.8.1(#51) - Bumped androidx benchmark marco junit4 to
v1.3.4(#50) - Bumped jsontree androidx baseline profile to
v1.3.4(#49) - Bumped dev.mokkery to
v2.7.2(#47)
v1.3.0
Added
- Migrated from using OSSRH to Sonatype Central Portal(#64).
Fixed
- Fixed the issue of custom fonts not loading on iOS devices and instead loading the default system font(#63).
Documentation
- Updated documentation with Sonatype Central Portal's URLs.
Dependencies
- Bumped sqldelight to
v2.1.0(#62) - Bumped kotlinx collections immutable to
v0.4.0(#61) - Bumped kotlin to
v2.1.21(#60) - Bumped agp to
v8.10.0(#58) - Bumped compose multiplatform to
v1.8.0(#57) - Bumped gradle to
v8.14(#56) - Bumped kotlinx coroutines to
v1.10.2(#53) - Bumped kotlinx serialization json to
v1.8.1(#51) - Bumped androidx benchmark marco junit4 to
v1.3.4(#50) - Bumped jsontree androidx baseline profile to
v1.3.4(#49) - Bumped dev.mokkery to
v2.7.2(#47)
v1.2.0
Added
- Add ability to toggle sending of analytics events to tracking tools. Useful for GDPR compliance.
- Add support for sending user properties to analytics trackers.
Documentation
- Add multi-version support to the project documentation based on the library version. Now you should be able to select the documentation for the library version.
Dependencies
- Bump data-table-material3 to
v0.11.3 - Bump activity-compose to
v1.10.1 - Bump jsontree to
v2.5.0 - Bump agp to
v8.9.0 - Bump dev.mokkery to
v2.7.1
v1.1.0
Changed
- Made
KAnalyticsEvent#propertiesaMapinstead of aMutableMap-- Breaking change. - Updated
KAnalyticsEvent#copyfunction'sparametersname topropertiesof typeMapinstead ofMutableMap-- Breaking change. - Renamed
KAnalyticsEvent#addParametertoKAnalyticsEvent#addProperty-- Breaking change. - Renamed
KAnalyticsEvent#addParameterstoKAnalyticsEvent#addProperties-- Breaking change.
v1.0.0
Added
- Initial release of KAnalytics core library.
- Initial release of KAnalytics Viewer app.
See documentation for more details: https://addhen.github.io/kanalytics/