Skip to content

Releases: TheBestTvarynka/yew-notifications

v.0.2.0

17 Jan 22:58
5ce018a
Compare
Choose a tag to compare

There are only some small improvements.

Now the user doesn't need to copy stylesheet files into the project. Now all needed styles are embedded into the library components 🔥. See #9 for more details.

Other changes:

  • Fixes: #3
  • More usage examples: #4
  • CI improvements and fixes: #8 #11
  • Refactoring: #7 #10

The crate has been published to crates.io: https://crates.io/crates/yew-notifications 🥳 🎊

v.0.1.0 The first release

01 Apr 11:07
Compare
Choose a tag to compare

Notifications components library for Yew. It's like react-toastify but for yew and simpler (so far 😏).

This is the first big release of this library. Only basic features have been implemented.

Where is it already used?

For more information, check the README.md file in the repo.