Skip to content

Releases: dancespiele/yew_styles

Release v0.11.0

28 Nov 18:03
Compare
Choose a tag to compare

Release v0.10.0

02 Aug 21:50
cb506eb
Compare
Choose a tag to compare
  • Implement Tooltip component
  • Include key and ref in spinner

Release 0.9.4

14 Jul 21:36
b105ddd
Compare
Choose a tag to compare
  • fix issue multiple Navbar Containers in mobile screens

Release 0.9.3

10 Jul 21:40
f6e07b4
Compare
Choose a tag to compare
  • 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

21 Jun 22:52
466d9e7
Compare
Choose a tag to compare
  • add wheel onmouseover and onmouseleave events in Carousel component

Release 0.9.1

16 Jun 22:09
cf3078a
Compare
Choose a tag to compare
  • Update and adapt Yew Styles to the new version of yew (0.18)

Release v0.9.0

10 Jan 18:33
Compare
Choose a tag to compare

Release v0.8.1

11 Nov 22:22
8c26241
Compare
Choose a tag to compare
  • 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

26 Oct 22:21
Compare
Choose a tag to compare
  • Implement Dropdown menu component
  • Implement NavbarDropdown component
  • Implement Spinner
  • New style in the Palette called Clean
  • 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

02 Sep 00:41
Compare
Choose a tag to compare
  • 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