Skip to content

Releases: dancespiele/yew_styles

Release v0.3.1

16 May 09:15
f82cfe5
Compare
Choose a tag to compare
  • update yew and yew-router versions and adapt the test according with the changes.

Release v0.3.0

28 Apr 23:03
a434a50
Compare
Choose a tag to compare

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 anymore
  • index and name props in Container and Item components are not valid

Release v0.2.1

18 Mar 23:23
cfb2edb
Compare
Choose a tag to compare
  • Change to optional the callback for NavbarItem component

Release v0.2.0

17 Mar 00:49
c0360fa
Compare
Choose a tag to compare
  • Implement navigation
  • support web_sys feature
  • update yew and yew_router
  • cleaning code

Release v0.1.3

03 Mar 00:11
Compare
Choose a tag to compare
  • Add event styles to the button

Release v0.1.2

26 Feb 23:21
Compare
Choose a tag to compare
  • 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

24 Feb 22:22
2e6f6ec
Compare
Choose a tag to compare
  • Implement layouts