Skip to content

Commit 1ed25fb

Browse files
chore: prepare release (#2921)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f35d4fa commit 1ed25fb

File tree

8 files changed

+32
-39
lines changed

8 files changed

+32
-39
lines changed

.changeset/cold-tools-follow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/famous-parts-add.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.changeset/little-lizards-jog.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/small-trees-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

elements/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @patternfly/elements
22

3+
## 4.2.0
4+
### Minor Changes
5+
6+
- bd40a73: ✨ Added `<pf-search-input>`.
7+
8+
A search input consists of a text field where users can type to find specific content or items. Unlike selects or dropdowns, which offer predefined options, a search input lets users enter their own keywords to filter or locate results. It includes a clear (×) button to easily remove the current input, allowing users to start a new search quickly.
9+
10+
Use this when users need to search freely using their own terms — ideal for large or frequently changing sets of content.
11+
Do not use when the options are limited and known ahead of time — consider a dropdown or select instead
12+
13+
```html
14+
<pf-search-input>
15+
<pf-option value="Alabama"> Alabama </pf-option>
16+
<pf-option value="New Jersey"> New Jersey </pf-option>
17+
<pf-option value="New York"> New York </pf-option>
18+
<pf-option value="New Mexico"> New Mexico </pf-option>
19+
<pf-option value="North Carolina"> North Carolina </pf-option>
20+
</pf-search-input>
21+
```
22+
23+
### Patch Changes
24+
25+
- f35d4fa: Use inline slot documentation instead of JSDoc
26+
- d36adee: `<pf-tooltip>`: hide content when copy/pasting tooltip elements
27+
328
## 4.1.0
429
### Minor Changes
530

elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/elements",
33
"license": "MIT",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"description": "PatternFly Elements",
66
"customElements": "custom-elements.json",
77
"type": "module",

tools/pfe-tools/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @patternfly/pfe-tools
22

3+
## 5.0.4
4+
### Patch Changes
5+
6+
- f35d4fa: Adjust dev server for new cem output
7+
38
## 5.0.3
49
### Patch Changes
510

tools/pfe-tools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/pfe-tools",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"type": "module",
55
"description": "Development and build tools for PatternFly Elements and related projects",
66
"keywords": [

0 commit comments

Comments
 (0)