Skip to content

10.0.4

Compare
Choose a tag to compare
@mjtalbot mjtalbot released this 03 Apr 17:58
· 155 commits to master since this release

Improvements

This release removes the dependency on Kotlin Reflect by using Java reflection APIs. This reduces compressed DEX size by roughly 400kb. Additionally, the Kotlin version used is now 1.9, meaning if your project also uses 1.x, you should also see reduced DEX sizes.

Fixes

This release also numerical stability of rendering.


  • feat(Android): Remove Kotlin Reflect and downgrade to Kotlin 1.9 a0b439f
  • Revisit numeric stability for colordodge and colorburn 07ecc83
  • Improve numeric stability of blend modes c247ac6