All Versions
4
Latest Version
Avg Release Cycle
164 days
Latest Release
1373 days ago

Changelog History

  • v0.2.0 Changes

    July 21, 2020

    🚀 This is the first release that supports WebAssembly and browser apps with the new TokamakDOM module. The API now closely follows SwiftUI, while the new React-like API is no longer available. 👍 Unfortunately, since older versions of iOS don't support opaque 📄 types, and you already can use 🍎 SwiftUI on iOS versions that do support it, iOS and macOS renderers are no longer available. Many thanks to @carson-katri, @j-f1, @helje5, @hodovani, @Outcue, @filip-sakel and 🚀 @noontideox for their contributions to this release!

    Closed issues:

    • State vars have to be first (#190)
    • Implicit 8 pixel margin added to html body (#188)
    • Unable to set Color value (#186)
    • Crash in protocol conformance code (#167)
    • Extend Path to match the SwiftUI API (#156)
    • Some primitive Views cannot access @Environment (#139)
    • Logo for the project (#132)
    • ZStack? (#111)
    • 0️⃣ View has - by default - a Body of type Never. (#110)
    • Getting value of type 'String' has no member 'components' (#108)
    • Does iOS 10 work? (#105)
    • ➕ Add Tokamak project linter (#77)
    • Ambiguous reference to member 'node' (#68)

    🔀 Merged pull requests:

  • v0.1.2 Changes

    March 18, 2019

    ⚡️ Update example code in README for CocoaPods page.

  • v0.1.1 Changes

    March 18, 2019

    ⚡️ Update rendered README.md on CocoaPods page.

  • v0.1.0 Changes

    March 18, 2019

    🚀 First release with an iOS renderer for UIKit and a basic macOS renderer for AppKit.