github trailbaseio/trailbase v0.18.0

9 hours ago
  • If everything goes to plan, v0.18.x will be the last releases containing the v8 JavaScript engine. It's time to move to WASM. If you have any issues or enocunter any limitations, please reach out 🙏.
  • Remove built-in auth UI in favor of a matching WASM component. To get the auth UI back, simply run: trail components add trailbase/auth_ui. Why did we remove it?
    • Moving the UI into a component in crates/auth-ui offers a starting point for folks to customize or build their own. We plan to further streamline the process of customization, both in structure and documentation.
    • The component serves as a proof-of-concept for the new WASM compositional model, our commitment and also makes us eat our own dogfood.
    • We hope that the current, extremely basic component management may inform a possible future of a more open plugin ecosystem. We would love to hear your feedback 🙏.
  • Update Rust dependencies.

Don't miss a new trailbase release

NewReleases is sending notifications on new releases.