Skip to content

Releases: dancespiele/yew_styles

Release v0.7.3

17 Aug 21:52
Compare
Choose a tag to compare

Release v0.7.2

27 Jul 22:36
2f044ac
Compare
Choose a tag to compare
  • Fix typo in Readme file and main page docs. Thanks @ajstrand
  • Fix documentation
  • Fix positions when there are more than one NavContainer
  • Add disabled prop in FormSubmit
  • Add Title TextType in Text component

Release v0.7.1

25 Jul 18:12
55c7dbd
Compare
Choose a tag to compare
  • Fix styles in navbar items which include a tag or RouterAnchor including just the class_name navbar-router in Navbar and navbar-route in NavbarItem
  • Fix events in svg inside of modal
  • Add key and ref props in each component

Release v0.7.0

22 Jul 00:26
Compare
Choose a tag to compare

Features:

  • Implement Text component with types Plain, Paragraph, Alert, Tag
  • Implement FormFile component
  • Add text feature
  • Add full feature to avoid including features one per one if all of them are required
  • Add Yew Assets library for svg

Improvements:

  • better props names
  • Include active prop in NavbarItem component
  • Now add layout feature when navbar or card are added is not required anymore
    because it is already included in these features

Breaks

  • [component]_content_type now call [component]_type
  • [component]_type now call [component]_palette

Release v0.6.2

30 Jun 21:39
Compare
Choose a tag to compare
  • Add auto_focus prop in modal component allowing disable autofocus in order to create input events (keyboard event and input event cannot coexist in this case)
  • Fix orientation prop when is set to horizontal which had the same behaviour that vertical
  • Fix Assest component which now is possible to use (It doesn't have yet all the Icons)
  • Add two Icons to Asset component
  • Now the feature for Asset call asset instead of assets
  • Update yew version to 0.17
  • Update docs and documentation page

Release v0.6.1

21 Jun 22:48
3ef9d6c
Compare
Choose a tag to compare

Fixes:

  • Fix modal documentation
  • Remove log in Pressed message

Release v0.6.0

17 Jun 19:01
c6ddde9
Compare
Choose a tag to compare

Features:

  • Implement modal component as feature
  • Include Apache 2.0 license with MIT (as yew and rust)

Fixes:

Improvements:

  • Change deprecated handle events

Breaks:

  • Change the handle event onkeypress_signal to onkeydown_signal in each component
    that is used

Release v0.5.1

13 Jun 14:43
e5f1f9c
Compare
Choose a tag to compare

Release v0.5.0

11 Jun 23:37
Compare
Choose a tag to compare

Features

  • Implement Card component
  • Split components in features

Improvements:

  • Add MouseEvent in every onclick_signal prop
  • Improve consistency prop names
  • Optimize code

Fixes:

  • Fix documentation in FormTextarea and FormSelect

Breaks:

  • All components with prop size now call [component name]_size
  • input_type change to input_content_type and input_style to input_type
    in FormInput to keep consistency

Release v0.4.0

30 May 23:25
d7bb4d6
Compare
Choose a tag to compare

Features:

  • Implement form which includes Form, FormGroup, FormLabel,
    FormInput, FormSelect, FormTextArea, FormSubmit,
  • Add id attribute to the components

Fixes:

  • Fix when the component was inside of another component the props didn't update

Improvements:

  • Assets component is documented
  • Show in the docs when the prop is required

Breaking changes:

  • the onsignal prop in click event now calls onclick_signal