Releases: mtorromeo/vue-patternfly3
Releases · mtorromeo/vue-patternfly3
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
Added
pf-radio-button
andpf-toggle
can choose if a loose value match should count as checked/on using theloose
prop.
Changed
pf-toggle
's defaulton-value
is nowtrue
andoff-value
is nowfalse
.pf-toggle
without anoff-value
are now required to use theno-off
prop instead ofoff-value=false
.
v0.1.1
v0.1.0
v0.0.25
Added
pf-dropdown
components can now inject the dropdown menu inside any element, with theappend-to
prop, to circumvent issues with clipped containers (e.g.overflow:hidden
).- Addeed
pf-drawer-group-action
functional component to use inside the newpf-drawer-group
#actions
slot.
v0.0.24
Added
- The
pf-filter-fields
insidepf-toolbar
is now slotted so that it can be replaced with a custom input.
Changed
- The dropdown on
pf-filter-fields
is now hidden when there's only one field available. - Removed dropdown arrow from
pf-application-launcher
per patternfly design. - Updated dependencies.
Fixed
- Unwatched scrollable property on
pf-table
destruction. - The
pf-paginate-control
component correctly fires change of page event every time the input value changes.