Skip to content

Commit 3bb644b

Browse files
committed
chore: version bump
1 parent 67900c4 commit 3bb644b

File tree

3 files changed

+99
-2
lines changed

3 files changed

+99
-2
lines changed

CHANGELOG.md

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,101 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [6.0.0-beta.5] - 2025-10-15
5+
6+
### Bug Fixes
7+
8+
- *(Toolbar)* Toolbar group toggling on click
9+
- *(Page)* Duplicated main-container
10+
- *(Icon)* Fixed component name
11+
- *(Toolbar)* Fixed close button on filter labels in `pf-toolbar-filter`
12+
- Imported fixes from v5
13+
- *(types)* Used ComponentExposed instead of InstanceType
14+
- *(types)* Reverted export Props for ToolbarGroupToggle
15+
- *(Label, Pagination, SearchInput, Tabs)* Fixed placement of icons in buttons
16+
- *(docs)* Fixed placement of icons in buttons
17+
- *(Card)* Fixed class of card title text
18+
19+
### Documentation
20+
21+
- Published v6 docs
22+
- Added link to v5
23+
- Fixed github links
24+
- Minor fixes
25+
- Misc fixes
26+
- *(Card)* Added secondary example
27+
28+
### Features
29+
30+
- *(Textarea)* Component is generic over v-model number modifier
31+
- *(FormSelect)* Component is generic and accepts/returns string or string[] depending on the `multiple` prop
32+
- *(TextInputGroup)* Implemented generics over type=number and v-model.number
33+
- *(Card)* Added wrap prop to `pf-card-header`
34+
- *(MenuToggle)* Default to ellipsis-icon for plain variant with no slots
35+
- *(Page)* Support for page without sidebar
36+
- *(Button)* Implemented favorite, settings and hamburger variants
37+
- *(Divider)* Added role prop
38+
- *(Navigation)* Added inert attribute to NavExpandable
39+
- *(MenuToggle)* Added settings variant
40+
41+
### Refactor
42+
43+
- Changed all custom event names to pascalCase
44+
- Removed custom ComponentProps type helper and Props exports
45+
46+
## [6.0.0-beta.4] - 2025-05-06
47+
48+
### Bug Fixes
49+
50+
- *(Dropdown)* Possible error with should-focus-first-item-on-open
51+
- *(Switch)* Removed unused labelOff prop
52+
- *(Card)* Fixed cards always expandable
53+
- *(FormFieldGroup)* Fixed always expandable state
54+
- *(Tabs)* Respected defaultExpanded prop
55+
- *(FloatingUi)* Correctly remove from dom floating elements being quickly shown/hidden before css transitions can start
56+
57+
### Features
58+
59+
- *(TextInput, Textarea)* Implemented model's number, trim and lazy modifiers
60+
61+
## [6.0.0-beta.3] - 2025-05-05
62+
63+
### Bug Fixes
64+
65+
- *(Tooltip, Popover)* Handle visible props as booleans
66+
- *(Button)* Fixed icon position of pf-close-button
67+
- *(ToggleGroup)* Fixed reexport of components in multiple bundles
68+
69+
### Features
70+
71+
- *(Dropdown, Menu)* Keyboard navigation
72+
- *(Content)* Converted pf-text-* components to pf-content
73+
74+
## [6.0.0-beta.2] - 2025-05-02
75+
76+
### Bug Fixes
77+
78+
- *(Dropdown)* Fixed dividers in multi group dropdown menus
79+
80+
### Features
81+
82+
- *(FloatingUi)* Implemented optional fade-in/fade-out for the floating element and removed specific implementations from pf-popover and pf-tooltip
83+
84+
### Refactor
85+
86+
- Removed getUniqueId util function
87+
- Replaced custom useManagedProp with builtin defineModel
88+
89+
## [6.0.0-beta.1] - 2025-04-24
90+
91+
### Features
92+
93+
- Migrated library to patternfly v6
94+
95+
### Refactor
96+
97+
- V6 wip
98+
499
## [5.0.0] - 2025-04-23
5100

6101
### Bug Fixes
@@ -835,4 +930,6 @@ All notable changes to this project will be documented in this file.
835930

836931
- Removed usage of Vue.use
837932

933+
## [0.1.0-alpha.0] - 2021-06-14
934+
838935
<!-- generated by git-cliff -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"scripts": {
88
"preinstall": "npx only-allow pnpm",
9-
"pub": "pnpm publish -r --publish-branch v6 --filter ./packages/core --filter ./packages/icons --filter ./packages/table",
9+
"pub": "pnpm publish -r --publish-branch main --filter ./packages/core --filter ./packages/icons --filter ./packages/table",
1010
"clean": "turbo run clean",
1111
"build": "turbo run build",
1212
"lint": "turbo run lint"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-patternfly/core",
3-
"version": "6.0.0-beta.4",
3+
"version": "6.0.0-beta.5",
44
"type": "module",
55
"files": [
66
"dist"

0 commit comments

Comments
 (0)