Skip to content

Releases: openanalytics/leptodon

v1.1.0

01 Apr 11:45

Choose a tag to compare

What's Changed

Minor breakage ❗

  • Removed the leptos feature flag since it did nothing and caused issues in the workspace build.
  • Calendar now uses RwSignal<chrono::WeekdaySet> for the show_days property, from_array is the recommended migration path.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

19 Mar 07:47

Choose a tag to compare

General changes

Connected our CI to this Github repository, meaning commits and PRs now have a pass ✔️ / progress 🟠 / fail ❌ indicator.

Bugfixes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Mar 09:52

Choose a tag to compare

v1.0.0

Leptodon v1.0.0 on crates.io

Release notes

We are releasing the first version of Leptodon, our Leptos UI toolkit, into the wild.

This release of Leptodon contains UI components for general application development.
However, the end goal is to make Leptodon capable enough to easily build complete data science dashboards and applications with. Since at Open Analytics we believe in open source, we are releasing this project under an Apache-2.0 license.

We hope it will prove useful to build new websites and applications with!