Releases: openanalytics/leptodon
Releases · openanalytics/leptodon
v1.1.0
What's Changed
- Migrate to cargo workspaces + ❄️ Nix CI by @ToxicMushroom in #5
- [Feature] year calendar by @ToxicMushroom in #3
Minor breakage ❗
- Removed the
leptosfeature 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
General changes
Connected our CI to this Github repository, meaning commits and PRs now have a pass ✔️ / progress 🟠 / fail ❌ indicator.
Bugfixes
- Remove default button margins in button-group and Minimal style buttons by @ToxicMushroom in #2
- Fix undesired table jumps by @ToxicMushroom in #4
Full Changelog: v1.0.0...v1.0.1
v1.0.0
v1.0.0
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!