Releases: patternfly/patternfly-elements
Releases · patternfly/patternfly-elements
@patternfly/[email protected]
Patch Changes
- 788a567:
FloatingDOMController: improved performance by inling and removing the@floating-ui/domdependency
@patternfly/[email protected]
Patch Changes
- f35d4fa: Adjust dev server for new cem output
@patternfly/[email protected]
Minor Changes
-
bd40a73: ✨ Added
<pf-search-input>.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.
Use this when users need to search freely using their own terms — ideal for large or frequently changing sets of content.
Do not use when the options are limited and known ahead of time — consider a dropdown or select instead<pf-search-input> <pf-option value="Alabama"> Alabama </pf-option> <pf-option value="New Jersey"> New Jersey </pf-option> <pf-option value="New York"> New York </pf-option> <pf-option value="New Mexico"> New Mexico </pf-option> <pf-option value="North Carolina"> North Carolina </pf-option> </pf-search-input>
Patch Changes
@patternfly/[email protected]
Patch Changes
- b2747c0: Dev Server: trailing slashes for demo paths
@patternfly/[email protected]
Patch Changes
- 9066f4a: Fix the manifest helper's demo
filePathfield.
@patternfly/[email protected]
Patch Changes
- 0b2d895: Restored
custom-elements-manifest/custom-elements-manifest.jsexport, which was mistakenly removed
@patternfly/[email protected]
@patternfly/[email protected]
Patch Changes
- 2cf37ca:
InternalsController: addariaRelevantproperty
@patternfly/[email protected]
Patch Changes
- ce5b27b:
SlotController: correctly report the state of the default slot inisEmpty()calls with no arguments
@patternfly/[email protected]
Patch Changes
- fefd8bb:
SlotController: correctly report slot content after updating