File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ For embedded builds, a recent main or 6.2 snapshot with matching *Swift SDKs for
3030- "model-bindings" for inputs (i.e., bind a @Binding <String > to a text box, or bind a @Binding <Bool > to a checkbox)
3131- ~~ view value comparing (generated comparing and custom equatable support)~~
3232- ~~ different handling of environment (individual reactivity needed)~~
33- - transitions and animations (ideally CSS-based, probably svelte-like custom easing functions applied through WAAPI)
33+ - ~~ transitions and animations (ideally CSS-based, probably svelte-like custom easing functions applied through WAAPI)~~
34+ - better control over animations and basic phaseAnimator
35+ - support for combined and reversible transitions
36+ - somehow migrate over to "var body" instead of "var content" (what was I thinking....)
3437- proper unit testing (once APIs firm up a bit more, partially started)
3538- implement @ViewEquatableIgnored
3639- split out JavaScriptKit stuff in separate module to contain spread, maybe one day we can switch to faster interop somehow
You can’t perform that action at this time.
0 commit comments