Releases: dancespiele/yew_styles
Releases · dancespiele/yew_styles
Release v0.11.0
- Integrate
stylist-rs
for components. Docs: https://yewstyles.spielrs.tech/stylist - Fix responsive design for Ipad screens
Release v0.10.0
- Implement Tooltip component
- Include key and ref in spinner
Release 0.9.4
- fix issue multiple Navbar Containers in mobile screens
Release 0.9.3
- Fix navbar issue in mobile that happens in the new yew version 0.18.0 when dropdown is closed
- Add the possibility to customise the dots icon in CarouselDot component
- Fix documentation of Carousel component
Release 0.9.2
- add wheel onmouseover and onmouseleave events in
Carousel
component
Release 0.9.1
- Update and adapt Yew Styles to the new version of yew (0.18)
Release v0.9.0
- Implement new component
Carousel
https://yewstyles.spielrs.tech/carousel
Release v0.8.1
- set with web_sys the same width for the navbar dropdown than its container. This avoid to set the navbar-dropdown width with css
- optimize code
Release v0.8.0
- Implement
Dropdown
menu component - Implement
NavbarDropdown
component - Implement
Spinner
- New style in the
Palette
calledClean
- Include html in text prop of Text component
- Fix documentation
- Include interaction in
NavbarItem
to allow disable focus, hover, active effects - Optimize render in
Navbar
component - Fix typo in some name functions
Release v0.7.4
- Fix the issue in input when try to write in the middle of the word, removing the value prop
- Include homepage in crate
- Update documentation according with the new changes