1.0.0-Beta-02
Pre-release
Pre-release
·
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 theSourceCode
function.
Changes
- #4: Move custom UI components into some widget artefacts. You now need to add the Gradle dependency
implementation(cup.widgets.material)
orimplementation(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 yourSourceCode
(see documentation).
- Deprecates the
Fixes
- #3: Remove skiko.js from index.html to avoid downloading skiko.wasm twice.