Skip to content

0.9.0

Compare
Choose a tag to compare
@MaxDesiatov MaxDesiatov released this 26 Nov 17:08
· 45 commits to main since this release
32616fe

This release adds support for SwiftWasm 5.5 and bumps the minimum required version to Swift 5.4. It now depends on JavaScriptKit 0.11.1, which no longer requires manual memory management of JSClosure instances. The downside of that update is that minimum browser version requirements are significantly higher now. See README.md for more details.

Additionally, a few new features were added to the DOM renderer:

  • Canvas and TimelineView;
  • onHover modifier;
  • task modifier for running async functions;
  • Sanitizers for Text view.

Many thanks (in alphabetical order) to @agg23, @carson-katri, @ezraberch, and @mbrandonw for their contributions to this release!

Closed issues:

  • TextField Not Rendering the field (#455)
  • Can't find CGSize or CGFloat type (#450)
  • UnitPoint constants don't match SwiftUI (#443)

Merged pull requests: