Skip to content

1.0.0-Beta-02

Pre-release
Pre-release
Compare
Choose a tag to compare
@SalomonBrys SalomonBrys released this 09 May 09:27
· 35 commits to main since this release

Breaking Change

  • The order of the optional parameters of the SourceCode function has changed (modifier is now the first optional parameter to align with Compose convention), which will break your code if you are passing positional (un-named) optional parameters to the SourceCode function.

Changes

  • #4: Move custom UI components into some widget artefacts. You now need to add the Gradle dependency implementation(cup.widgets.material) or implementation(cup.widgets.material3) to your project.

New features

  • #5: Source code update:
    • Deprecates the ensureStep function.
    • New SourceCode debug parameters which allows you to see your sections in your SourceCode (see documentation).

Fixes

  • #3: Remove skiko.js from index.html to avoid downloading skiko.wasm twice.