All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.7 - 2024-05-20
- Fixed Issue with SSR By adding leptos_meta as dependency to ssr mode. Also rewrote Readme to signal it better how to use leptos_toaster when using ssr
0.1.6 - 2024-05-02
- fully go away from nightly
- resolve merge conflict
- Merge branch 'main' of github.com:SorenHolstHansen/leptos_toaster
- remove nightly, add feature flags, remove cfg_if
0.1.5 - 2024-05-02
- Merge branch 'main' of github.com:SorenHolstHansen/leptos_toaster
- more lean deps
0.1.4 - 2024-05-02
- include lock
- stuff
- Merge branch 'main' into styling
- remove Cargo.lock
0.1.3 - 2024-03-09
- revert
- bump version
- remove thaw ids
0.1.2 - 2024-02-06
- Merge branch 'main' into styling
- better examples
- better styling
0.1.1 - 2024-02-06
- add close_button flag
- release-plz workflow
- exclude .github in release
- add author
- Merge branch 'main' of github.com:SorenHolstHansen/leptos_toaster
- new line in README
- clippy
- remove stylesheet
- include css with component
- example setup
- Initial commit