Skip to content

3.0.0-rc02

Compare
Choose a tag to compare
@LouisCAD LouisCAD released this 03 Aug 17:59
· 178 commits to main since this release

Version 3.0.0-rc02 (2021-08-03)

Compiled with Kotlin 1.5.21 and kotlinx.coroutines 1.5.1-native-mt.

Resources

Fixes

By resolving a subtle issue that could break IDE preview, the version 3.0.0-alpha07 of Splitties also broke the styledColor function and some other in come cases. If you had a color theme attribute and had a theme that was setting its value, pointing to another color resource, you'd be in luck. However, if the color value was set inline, right into the theme, it'd crash (as you can see in this issue). This release fixes this kind of problem for all the
affected functions:

  • styledColor
  • styledColorSL
  • styledDimen
  • styledDimenPxSize
  • styledDimenPxOffset
  • styledBool
  • styledInt
  • styledTxt
  • styledStr