Releases: dancespiele/yew_styles
Releases · dancespiele/yew_styles
Release v0.3.1
- update yew and yew-router versions and adapt the test according with the changes.
Release v0.3.0
Features:
- Add documentation for the example page and rust docs
- Implement unit test for components and functionalities
- fix compatibility UI issue in
Navbar
with Chrome - optimize DOM rendering
- improve code structure
- remove support for
stdweb
- make more dynamic layouts removing index and name props, generating keys
Breaks:
stdweb
is not supported anymoreindex
andname
props inContainer
andItem
components are not valid
Release v0.2.1
- Change to optional the callback for NavbarItem component
Release v0.2.0
- Implement navigation
- support web_sys feature
- update yew and yew_router
- cleaning code
Release v0.1.3
- Add event styles to the button
Release v0.1.2
- prepare to publish yew-styles css package to npm
- prepare to publish yew_styles components to cargo
- update yew yew_router versions
Release v0.1.1
- Implement layouts