fix(deps): update rust crate patternfly-yew to 0.6.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
patternfly-yew | dependencies | minor |
0.5.6 -> 0.6.0
|
Release Notes
patternfly-yew/patternfly-yew (patternfly-yew)
v0.6.3
: 0.6.3
Changelog
v0.6.2
What's Changed
- Promote gallery element keys into their wrapper divs by @antifuchs in https://github.com/patternfly-yew/patternfly-yew/pull/149
- Promote keys from all list-like components' child components by @antifuchs in https://github.com/patternfly-yew/patternfly-yew/pull/150
Full Changelog: https://github.com/patternfly-yew/patternfly-yew/compare/v0.6.1...v0.6.2
v0.6.1
: 0.6.1
Changelog
v0.6.1 (2024-05-02)
Fixes
- Dispatch the autofocus effect on value of autofocus prop (
9292f71
), closes #145 - Toggle button (bars) not shown if sidebar is empty (
9715bf6
)
v0.6.0
: 0.6.0
Changelog
v0.6.0 (2024-04-23)

️ BREAKING CHANGE

- Titles, footers, actions, and selectable actions all can't be handled by the Card object directly anymore and need to be delegated to the more specific classes.
- Those type aliases helped with the migrate. From now on please use the new type names.
- The legacy version of the Select component is deprecated in PF5. You need to upgrade to the newer components.
Features
-
Breakpoint: Add hook for getting updates on breakpoint changes (#136)
(
edaaec5
), closes #136 -
Progress: Add classes to measure (#138) (
91837cb
), closes #138 -
Truncate: Add inner classes (#137) (
4aafb7e
), closes #137 -
Table: Add composable table elements (#128) (
c578fec
), closes #128 -
ouia: store ID in components (#130) (
966c2e0
), closes #130 -
TextInput: Class prop (#127) (
190384e
), closes #127 -
Button: Add button sizes (#125) (
442040f
), closes #125 -
Toolbar: Add insets (#123) (
c506437
), closes #123 -
Toolbar: Add class prop (#124) (
0e88c75
), closes #124 -
Login: Add classes prop (#120) (
1aa2749
), closes #120 -
Table: Add class prop (#119) (
c121c52
), closes #119 -
Table: Clickable rows (#118) (
2d91055
), closes #118 -
SimpleList: Implement SimpleList (#113) (
74e20e4
), closes #113 -
ToggleGroup: Implement ToggleGroup (#114) (
900a5c3
), closes #114 -
tabs: add ouia elements to items (#112) (
89becba
), closes #112 - Add OUIA attributes to some components (#108) (
ef2f367
), closes #108 -
Card: Rework to allow selectable cards (#107) (
59f90a8
), closes #107
Fixes
- use derived ord implementation (
eecba7a
) - prevent re-renders due to ID change (
43086f9
) -
Page: Use "open" prop (#135) (
6366d67
), closes #135 -
Progress: Wrong class on missing title (#126) (
4eab964
), closes #126 -
ToggleGroup: Remove hardcoded ID (#117) (
0e5129d
), closes #117 -
Card: wrong classes in card actions (#111) (
af7b1b0
), closes #111
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Panter User for API access
Merge request reports
Activity
Please register or sign in to reply