Releases: dancespiele/yew_styles
Releases · dancespiele/yew_styles
Release v0.7.3
- Add prop hide_navbar_items_mobile to resolve this issue #66
- Optimize render DOM updating according with the yew documentation https://yew.rs/docs/en/advanced-topics/optimizations/
- Add default type in rust docs
Release v0.7.2
- 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
inText
component
Release v0.7.1
- Fix styles in navbar items which include
a
tag orRouterAnchor
including just the class_namenavbar-router
inNavbar
andnavbar-route
inNavbarItem
- Fix events in svg inside of modal
- Add key and ref props in each component
Release v0.7.0
Features:
- Implement
Text
component with typesPlain
,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 inNavbarItem
component - Now add
layout
feature whennavbar
orcard
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
- 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 ofassets
- Update yew version to 0.17
- Update docs and documentation page
Release v0.6.1
Fixes:
- Fix modal documentation
- Remove log in Pressed message
Release v0.6.0
Features:
- Implement modal component as feature
- Include Apache 2.0 license with MIT (as yew and rust)
Fixes:
- Fix example in button documentation. [@Bandsberg]
- Fix typo in Readme. [@zoechi]
Improvements:
- Change deprecated handle events
Breaks:
- Change the handle event
onkeypress_signal
toonkeydown_signal
in each component
that is used
Release v0.5.1
- Fix yew_styles docs built
https://docs.rs/yew_styles/0.5.1/yew_styles/
Release v0.5.0
Features
- Implement
Card
component - Split components in features
Improvements:
- Add
MouseEvent
in everyonclick_signal
prop - Improve consistency prop names
- Optimize code
Fixes:
- Fix documentation in
FormTextarea
andFormSelect
Breaks:
- All components with prop size now call [component name]_size
- input_type change to input_content_type and input_style to input_type
inFormInput
to keep consistency
Release v0.4.0
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