All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add finder path restoration with
Finder.select(String)andFinder.select(FinderPath)for async column loading and programmatic path selection
- Change
Finder.select(FinderPath)to fire select and preview events only for the deepest resolved item instead of every intermediate segment during path restoration - Fire
SelectHandleron ArrowLeft keyboard navigation so consumers are notified when focus moves back to a previously selected item
- Improve finder path selection resilience by stopping on missing columns or items instead of continuing with stale state
- Fix code review findings across
org.patternfly.componentpackage - Fix markdown directory tree copy in publish-docs workflow
0.9.1 - 2026-06-08
- Add manifest-driven markdown documentation system with nested directory structure, Node-based remark/rehype pipeline with Shiki highlighting, and showcase pages for API design, icons, tokens, building, CI/CD, and releasing
- Add Navigation
docked()modifier andariaLabel()on NavigationGroup and NavigationItem - Add showcase demos for button, card, drawer, tabs, banner, panel, progress, breadcrumb, truncate, and navigation
- Add template component package (
org.patternfly.component.template) as a blueprint for new components - Add project skills:
/pf-lint,/pf-update,/pf-status,/pf-dev-env - Add
CardSubtitlesub-component withaddSubtitle()onCardTitle - Add
Secondarymodifier interface to Card - Add animated button variants:
hamburger(),favorite()/favorited(), andsettings()with SVG-based animations - Add
clicked(),ariaExpanded(),ariaDisabled(), andariaLabel()methods to Button - Add build-time validation for inline JavaDoc code snippets via
snippet-testsmodule - Add
secondary(),pill(), andscrollableAutoHeight()methods to Panel
- Migrate showcase from Java-generated pages to manifest-driven Node markdown pipeline with YAML frontmatter, Shiki highlighting, and
_meta.yamlnavigation groups, replacingdoc.java, boilerplate page classes, highlight.js, and link-list index pages - Refactor navigation internals: wrap expandable group text in
span.pf-v6-c-nav__link-text, switch toElementTextDelegate, lazy text element creation - Move formatting, linting, and enforcer plugins to opt-in Maven profiles (
format,check) - Import PatternFly.org styles from npm package instead of stale local copies
- Replace JBang code generation with Node scripts (
version.mjs,code.mjs) using maven-frontend-plugin - Slim down README from 385 to ~40 lines, linking to showcase for detailed documentation
- Upgrade pnpm from 11.3.0 to 11.5.2
- Upgrade Jackson from 2.x to 3.x in test dependencies
- Fix
Button.iconAndText()droppingpf-m-start/pf-m-endicon position modifiers due toremoveIcon()cycle - Fix
PageSidebarmissingsidebar-mainwrapper for glass contrast mode - Fix accordion alignment: correct toggle icon, wrap button in
<dt>/<h>, addpf-m-toggle-start,pf-m-bordered, androle="region" - Fix navigation alignment: correct expandable group icon, add
inerton collapsed subnav, addid/aria-labelledbyto sections, remove extra dividers - Fix icon usage across components: switch button close/copy and scroll button icons to correct rhMicrons/rhUi sets
- Fix component conventions: add missing Javadoc on ~110 sub-components, fix duplicate
SUB_COMPONENT_IDvalues andFormSelectOptionconstructor visibility - Fix
-Dquicklynot skipping J2CL compilation when combined with-P showcase - Fix charts/npm lockfile out of sync with package.json
- Fix stale markdown version bump path in
versionBump.sh - Add
aria-labelattributes to icon-only buttons across showcase demos - Add Closure Compiler externs for markdown JsInterop types
0.9.0 - 2026-05-28
- Add
/pf-alignskill for implementing missing variations and fixing DOM/CSS differences identified by/pf-compare - Add
/pf-compareskill for comparing PatternFly components against their PatternFly Java implementations using Chrome DevTools MCP browser automation - Add Red Hat brand icon sets (rhUi, rhMicrons, rhStandard) with 1,136 new icons alongside existing FontAwesome icons
- Add
rhIcons.mjsadapter script for RH icon generation with multi-path SVG flattening - Add dynamic lookup support for
rhUi,rhMicrons, andrhStandardprefixes inPredefinedIcon.predefinedIcon(String) - Add Project Felt theme support with
Themeenum andThemeManager<Theme> - Add Glass contrast mode with
Contrast.GLASSmapping topf-v6-theme-glass - Add
GlassandNoPlainOnGlassmodifier interfaces toModifiers - Add
glassandnoPlainOnGlassCSS constants toClasses - Add
CircleandPillmodifier interfaces toModifierswithcircleandpillCSS constants - Add
Circlemodifier to Button - Add
Verticalmodifier to ActionList - Add
Plainmodifier to Table, DataList, DrawerSection, Wizard - Add
NoPlainOnGlassmodifier to DataList - Add
Pillmodifier to Drawer, Banner - Add
GlassandNoPlainOnGlassmodifiers to DrawerPanel - Add
PlainandNoPlainOnGlassmodifiers to Accordion - Add
FullWidthmodifier to ToggleGroup - Add
Glassmodifier to Card - Add
Plainmodifier to NotificationBadge - Add
ariaDescribedBy(String)to Radio and Checkbox - Add
hideStatusIcon()to Progress - Add
ariaLabel(String)to ExpandableSection - Add
Glassmodifier to PageSection for sticky glass sections - Add
add()variant to Label for.pf-m-addmodifier - Add
form()styling to MenuToggle for form context usage - Add
nav()variant to Tabs for navigation-style tabs - Add
tabListAriaLabel(String)to Tabs for inner tab list accessibility - Add
moreText(String),lessText(String),hideIcon(),showIcon(), andicon(Element)to ExpandableSectionToggle - Add
stickyHeader()to Table withstickyHeaderCSS constant - Add
heights(String)andheights(Breakpoints<String>)to Toolbar for responsive height support
- Migrate showcase and charts build tooling from Parcel to Vite, removing LightningCSS workarounds for
@container anchored()rules and relativeurl()in CSS custom properties - Standardize pnpm 11.3.0 as the package manager across all npm packages, replacing a dev pre-release version in charts, core, and finder
- Split
IconSpecsinto separate top-level enum classes per icon set with automatic chunking (configurable vianode generate.mjs <chunkSize>) to fix J2CL static initializer exceeding the 64KB bytecode limit - Improve
/pf-compareand/pf-alignskills with progressive disclosure, extracted JS scripts and templates to references/, added example reports, enriched trigger phrases, and standardized tool naming - Replace FontAwesome icons with Red Hat brand icons across all components (close, carets, status icons, utility icons)
- Migrate showcase icon references from FontAwesome 5 to Red Hat brand icon sets (rhUi)
- Update
SeverityandValidationStatusenums to use rhUi status icons - Update
@patternfly/react-iconsfrom 6.2.2 to 6.5.1 and@patternfly/patternflyfrom 6.2.3 to 6.5.2 - Update
@patternfly/react-tokensfrom 6.2.2 to 6.5.1 adding 58 new design tokens (1,014 → 1,072) - Update PatternFly CSS version from 6.4.0 to 6.5.2 in pom.xml
- Upgrade FontAwesome icons from 5.x to 7.2.0, adding 533 new icons (2,888 → 3,421 total)
- Update showcase dev dependencies (basic-ftp, puppeteer, wait-on, pnpm)
- Refactor
ThemeManagerto support multi-class value mapping viaFunction<E, String> - Rebuild
ThemeSelectorwith three toggle groups (Theme, Color scheme, Contrast mode) matching PatternFly website - Expand
Contrastenum from 3 values (System/On/Off) to 4 values (System/Default/High contrast/Glass) - Graduate high contrast mode from beta to full release
- Fix Progress danger status icon using wrong icon (
closeCircle→errorFill) - Fix Drawer panel missing
inertattribute when collapsed for accessibility - Fix Form required asterisk orphaning by keeping asterisk inside label text span
- Fix Vite production build warnings by loading J2CL script dynamically and raising chunk size limit
0.8.3 - 2026-05-20
- Fix
Tuples.tuples()calls in showcase components to use explicittuple()pairs
0.8.2 - 2026-05-20
- Fix release workflow
0.8.1 - 2026-05-20
- Use OIDC to publish NPM packages in release workflow
0.8.0 - 2026-05-20
- Add
OuiaSupportinterface incoremodule for custom components to participate in OUIA without extending PatternFly Java base classes;BaseComponent,SubComponent,ComponentDelegate,BaseLayout, andBaseChartnow implement this interface - Replace direct
Ouiastatic method calls withOuiaSupportdefault methods inButton,Icon,Skeleton,Drawer,PageSidebar, andExpandableSection - Add Javadoc to all public methods in
Ouia
0.7.8 - 2026-05-19
- Add OUIA support to all sub-components: every sub-component now renders
data-ouia-component-type(e.g.,PF6/Component/Card/CardHeader) anddata-ouia-safe="true", with anouiaId(String)method for settingdata-ouia-component-id
0.7.7 - 2026-05-19
- Remove
sinceandforRemovalattributes from@Deprecatedannotations on Popper.js-based classes and components for J2CL compatibility (deprecation info remains in Javadoc@deprecatedtags)
0.7.6 - 2026-05-19
- Add
ouiaSafe(HTMLElement, boolean),ouiaSafe(SVGElement, boolean), andouiaTransition(HTMLElement)methods toOuiafor dynamicdata-ouia-safestate tracking
- Change
SpinnerandSkeletonto always setdata-ouia-safe="false"(loading/placeholder components are never safe) - Change
ButtonandIconto toggledata-ouia-safebased on progress state - Change
Expandablestatic helpers and self-managed expandable components (Drawer,ExpandableSection,PageSidebar) to setdata-ouia-safe="false"during transitions and restore it viatransitionendwith a 300ms fallback timeout
0.7.5 - 2026-05-19
- Add
ouiaId(String)method toBaseComponent,BaseComponentSVG, andComponentDelegatefor setting stable, deterministic OUIA component IDs
- Add
sinceandforRemovalattributes to all@Deprecatedannotations on Popper.js-based classes and components - Improve null safety, reduce code duplication, and address code review findings in core module
- Fix OUIA attribute names to match the spec (
data-ouia-component-typeanddata-ouia-component-idinstead ofdata-ouia-typeanddata-ouia-id) - Fix OUIA component ID no longer set to the shared
ComponentType.id—data-ouia-component-idis now only set when explicitly provided viaouiaId(String) - Fix format string bug, variable assignment bug, and null guard in core module
0.7.4 - 2026-05-10
- Add
Menu.load()method to load async menu items
- Change
Menu.reload()return type fromvoidtoPromise<Void>for async support - Bump
j2cl-maven-pluginfrom 0.23.6 to 0.23.7 - Bump
jackson-databindfrom 2.21.2 to 2.21.3 - Bump
jboss-parentfrom 52 to 53
- Fix NPM vulnerabilities
- Fix Javadoc format issues
- Fix showcase CI jobs
0.7.3 - 2026-04-02
- Remove the
@Deprecatedannotation from theorg.patternfly.popperpackage (J2CL doesn't like annotations on a package).
0.7.2 - 2026-04-02
Warning
Not an official release. Please don't use!
0.7.1 - 2026-04-02
- Fix vulnerabilities in the NPM dependencies of the charts module.
0.7.0 - 2026-04-02
Important
This release deprecates components based on PopperJS and adds alternatives using the popover API and CSS anchor positioning. The PopperJS based components have been renamed to PopperJS<ComponentName> and reimplemented <ComponentName> components are the replacements. This might break existing code!
org.patternfly.component.popover.PopperPopover→org.patternfly.component.popover.Popoverorg.patternfly.component.tooltip.PopperTooltip→org.patternfly.component.tooltip.Tooltiporg.patternfly.component.menu.PopperDropdown→org.patternfly.component.menu.Dropdownorg.patternfly.component.menu.PopperMultiSelect→org.patternfly.component.menu.MultiSelectorg.patternfly.component.menu.PopperMultiTypeahead→org.patternfly.component.menu.MultiTypeaheadorg.patternfly.component.menu.PopperSingleSelect→org.patternfly.component.menu.SingleSelectorg.patternfly.component.menu.PopperSingleTypeahead→org.patternfly.component.menu.SingleTypeahead
If the browser does not support CSS anchor positioning or anchor-based container queries, the placement of the popover is calculated using the new Overlay class. The only requirement is that the browser supports the popover API, which is available now in all major browsers.
- Add native alternatives for dropdown, single and multi-select, and single and multi-type-ahead components
- Deprecate components based on PopperJS
- Add new
Overlayclass replacing the deprecatedPopperBuilder
0.6.16 - 2026-03-26
- Add native popover and tooltip components based on the popover API and CSS anchor positioning.
- Fix loading finder items
0.6.15 - 2026-03-25
- Make the finder column and preview responsive using container queries
0.6.14 - 2026-03-24
- Add
FinderColumn.showSearchThreshold(int)
- Add padding to the finder preview matching the padding of the finder columns and items
0.6.13 - 2026-03-24
Warning
Not an official release. Please don't use!
0.6.12 - 2026-03-24
Warning
Not an official release. Please don't use!
0.6.11 - 2026-03-24
Warning
Not an official release. Please don't use!
0.6.10 - 2026-03-24
- Add
FinderColumn.finderColumn(String identifier, String header) - Add
FinderColumn.defaultSearch(String) - Add
FinderColumn.toggleSearch(Predicate<FinderColumn>)
- Hide item actions in inactive columns
- Remove
FinderItem.nextColumn(FinderColumn column). Next columns can only be added lazily usingFinderItem.nextColumn(Supplier<FinderColumn> column)(otherwise the component lookup of finder columns won't work).
0.6.9 - 2026-03-23
Warning
Not an official release. Please don't use!
0.6.8 - 2026-03-23
- Add
FinderPathandFinderSegmentwithFinderPathimplementingIterable<FinderSegment> - Add
FinderPath Finder.path() - Add getters for the finder and finder column:
FinderColumn FinderItem.column()Finder FinderItem.finder()Finder FinderColumn.finder()
- Fix selection of already selected finder items
0.6.7 - 2026-03-22
- Add support for
BiPredicate<FinderItem, String>inFinderColumnSearch
- Fix finder item icons
- Fix colors for finder item actions
- Fix finder preview handlers
0.6.6 - 2026-03-20
- Add support for finder item actions
- Add
Finder.bordered(boolean) - Add
Finder.pinnable(boolean)
0.6.5 - 2026-03-20
- Fix showcase externs
0.6.4 - 2026-03-20
- Fix NPM publishing
0.6.3 - 2026-03-20
- Add missing J2CL externs for the showcase
- Fix NPM publishing
0.6.2 - 2026-03-19
- Add support for async items to the finder component
- Fix finder column header heights
0.6.1 - 2026-03-19
- Add finder extension (#371)
- Add
HasAsyncItems<E extends Element, C extends HasItems<E, C, S>, S extends HasIdentifier<? extends HTMLElement, ?>>that defines a common interface for components that can display items asynchronously. These components implement it:FinderColumnMenuListTreeViewItem
- Switch to corepack and pnpm
0.6.0 - 2026-03-18
Warning
Not an official release. Please don't use!
0.5.0 - 2026-02-20
- Add single and multi-selection handlers to the table component.
- Add
HasItems.updateItem(T item, Function<T,S> display),HasItems.updateItem(S subComponent), andHasItems.onUpdate(UpdateItemHandler<C, S> onUpdate) - Add
AddItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>> - Add
UpdateItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>> - Add
RemoveItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>> - Add
MenuItem.menuItem(String identifier)factory method. - Add
Button.button(PredefinedIcon icon, String href) - Add
Button.button(PredefinedIcon icon, String href, String target)
- Change the type parameter
Brepresenting the builder inHasItems<E, B ,S>toC extends HasItems<E, C, S>. - Change the type parameter
Srepresenting the subcomponent inHasItems<E, B ,S>toS extends HasIdentifier<? extends HTMLElement, ?>. - Changed
HasItems.onAdd(BiConsumer<B, S>)toHasItems.onAdd(AddItemHandler<C, S>). - Changed
HasItems.onRemove(BiConsumer<B, S>)toHasItems.onRemove(RemoveItemHandler<C, S>).
- Remove unsupported constants from
org.patternfly.style.Width
- Fix
Checkbox.standalone(boolean) - Fix
Tbody.empty() - Fix NPE when using
Ordered.defaultOrder() - Fix
PageMain.clear()method andElements.removeChildrenFrom()usage inPageMain.
- Bump JBoss Parent to 52
- Bump to Elemento 2.4.9
0.4.17 - 2026-02-12
- Add
Orderedinterface.
0.4.16 - 2026-02-05
- Add
WizardStep.customButtonName(WizardFooterButtons, String)to define custom button names per step.
0.4.15 - 2026-02-05
- Bump Elemento to 2.4.8
0.4.14 - 2026-02-05
Warning
Not an official release. Please don't use!
0.4.13 - 2026-02-04
Wizardno longer implementsCloseable- Add
Wizard.onCancel(ComponentHandler<Wizard> handler)andWizard.onFinish(ComponentHandler<Wizard> handler)
- Keep selection after call to
MenuList.reload() - Fix the disabled state of the wizard footer buttons
0.4.12 - 2026-02-03
- Add pie chart (#113) thanks @mskacelik
- Fix
TreeViewItem.reload()
- Bump Elemento to 2.4.7
0.4.11 - 2026-01-28
- Add an option to create items in single and multi-typeahead components.
0.4.10 - 2026-01-20
- Select component (#68)
- Bump Elemento to 2.4.6
0.4.9 - 2026-01-20
- Number input component (#73) thanks @mskacelik
- Bump Elemento to 2.4.4
0.4.8 - 2026-01-19
Warning
Not an official release. Please don't use!
0.4.7 - 2026-01-19
Warning
Not an official release. Please don't use!
0.4.6 - 2026-01-13
- Fix API documentation
0.4.5 - 2026-01-12
- Fix drawer body components
- Fix API documentation
0.4.4 - 2026-01-08
- Wizard (#102)
0.4.3 - 2025-12-17
- Add
PredefinedIcon.predefinedIcon(String iconName)
0.4.2 - 2025-12-17
- Bullet chart (#109)
0.4.1 - 2025-12-15
- Add missing externs for the custom chart element.
0.4.0 - 2025-12-13
- The first charts are here! 🎉
- Donut chart (#110)
- Donut utilization chart (#111)
- Add typeahead support for single select component
- Add support for async item to the menu / menu list component
- Add
HasItems.onAdd(BiConsumer<B, S> onAdd) - Add
HasItems.onRemove(BiConsumer<B, S> onRemove)
- ARIA attributes in the switch component
- CSS classes in
ToolbarFilterLabelGroup - Detached expandable section
- Warning in theme selector
0.3.1 - 2025-11-20
- Notification drawer (#72)
- Add
org.patternfly.component.ComponentRegistryto register and lookup singleton-like components such as page, masthead, or notification drawer by their component type and/or name - Add
org.patternfly.componentgroup.theme.ThemeSelector - Add
org.patternfly.component.HasItems.removeItem(String identifier) - Add
SingleSelect.noDefaultSelectHandler()to disable the default behavior of setting the menu toggle text to the text of the selected menu item.
- Fix
Page.noSidebar() - Fix card title text
- Bump Elemento to 2.4.1
- Bump PatternFly to 6.4.0
- Bump JUnit to 6.0.1
- Bump J2CL Maven plugin to 0.23.6
0.3.0 - 2025-10-28
🎉 72% (62/86) of the components are now implemented 🎉
Important
This release upgrades to PatternFly 6 and introduces breaking changes!
- Notification badge component (#71) (thanks @mskacelik)
- Timestamp component (#95) (thanks @mskacelik)
- Add new enum
org.patternfly.token.Tokenthat contains all PatternFly token as enum constants.
- PatternFly Java now requires Java 21
- Migrate existing components to PatternFly 6
- Refactor common interfaces
- Wrapped checkbox
- Migrate to publishing via the Maven Central Portal
- Bump Elemento to 2.3.0
- Bump PatternFly to 6.4.0
- Remove GWT showcase
0.2.11 - 2024-11-19
- Add
HasItems.item(String identifier) - Add
HasItems.contains(String identifier) HasItems→WithIdentifierandComponentContextis now implemented byForm→FormGroup- Add
AlertGroup.toastAlertGroup()factory method - Add
FormSelect.selectFirstValue()andFormSelect.containsValue() - Add
Modal.closeOnEsc(boolean) - Add
Tbody.clearEmpty() - Add
TextArea.placeholder(String placeholder) - Add
TextArea.onKeyup()andTextInput.onKeyup() - Add
TreeViewItem.reload() - Add
TreeViewItem.parent()
- Change internal event handler for
TextArea.onChange()andTextInput.onChange()fromkeyuptochange - Rename
InputGroupItem.addFormControl(FormControl control)toInputGroupItem.addControl(FormControl control) - Replace
FormGroup.fieldId(String id)withFormGroup.formGroup(String identifier) - Replace yarn with npm
- Fix
Panel.addMain(PanelMain) - Fix
GridBreakpoint.noneconstant
0.2.10 - 2024-09-22
- MultiSelect component (part of #68)
- Table component: Tree table (part of #90)
- Toolbar component (part of #98)
- Add
Filter<T>,FilterAttribute<T, V>, andFilterCondition<T, V>to filter arbitrary data - Add
MenuToggleMenu.stayOpen() - Add
Tabs.initialSelection(String)
- Bump Elemento to 1.6.10
0.2.9 - 2024-08-21
- Add
HasItems.items() - Add
Variable.utilVar(String, String...) - Add
TextInputGroup.clear() - Add
TextInputGroup.onChange(ChangeHandler<TextInputGroup, String> changeHandler) - Add
TreeViewItem.disabled(boolean)
- Support multiple event handlers in (sub)components
- Make
TreeViewItem.load()andTreeViewItem.status()public
- Bump Elemento to 1.6.8
0.2.8 - 2024-07-30
- Add
Switch.readonly() - Add
Label.disabled() - Add
TreeView.select(String id) - Add
HasItems→WithIdentifierandComponentContextinterfaces (if missing). Implemented byAccordion→AccordionItemActionList,ActionListGroup→ActionListItemAlterGroup→AlertBreadcrumb→BreadcrumbItemChipGroup→ChipDataList→DataListItemDescriptionList→DescriptionListGroupJumpLinks,JumpLinksList→JumpLinksItemLabelGroup→LabelList→ListItemMenuList→MenuItemNavigation,NavigationGroup,ExpandableNavigationGroup→NavigationItemSimpleList,SimpleListGroup→SimpleListItemTabs→TabTBody→TrToggleGroup→ToggleGroupItemToolbarContent,ToolbarGroup→ToolbarItemTr→Cell(Th|Td)TreeView,TreeViewItem→TreeViewItem
- Add warning when the DOM of a tree view item cannot be finished
- Remove
HasValues<Chip>fromChipGroup. This is replaced now byHasItems.
- Expand tree view item after
TreeView.select(TreeViewItem item)
- Bump Elemento to 1.6.6
0.2.7 - 2024-07-18
- Data list component (#34) (not yet fully implemented)
- Tree view component (#100) (not yet fully implemented)
- Add
ComponentContextinterface to store and retrieve arbitrary values associated with keys in a component. Implemented byAccordionItemActionListItemBreadcrumbItemDataListItemJumpLinksItemListItemMenuItemNavigationItemSimpleListItemTabContentTd,Th,TrToggleGroupItemToolbarItemTreeViewItem
- Add
FlexWrap.noWrapmodifier - Add methods to swap typed modifiers:
static <T extends TypedModifier, E extends Element, B extends TypedBuilder<E, B>> B TypedModifier.swap(B builder, E element, T value, T[] values):
Swaps a typed modifier on an element builder. Swapping is done by removing all modifiers given asvaluesand then setting the new modifier given asvalue.static <T extends TypedModifier, E extends Element, B extends TypedBuilder<E, B>> B TypedModifier.swap(B builder, E element, T current, T previous, Runnable assignment):
Swaps a typed modifier on an element builder. Swapping is done by removing the previous modifier, applying the current modifier, and optionally performing an assignment.
- Unified
select()method signatures on various components
- Swapping of typed modifiers
- Bump Elemento to 1.6.5
- Bump J2CL tools BOM to 0.2
- Bump J2CL Maven plugin to 0.23.1
- Bump JUnit to 5.10.3
0.2.6 - 2024-06-09
- Add shortcut methods for default breakpoints
- Add
Variable.asVar()to wrap the variable name insidevar() - Add
List.addItems(Iterable<T> items, Function<T, ListItem> display)to add multiple list items
- Added the missing password type to the type mapping for
TextInput(thanks @kolka213)
- Bump Elemento to 1.6.2
0.2.5 - 2024-05-21
- Backdrop component (#22)
- Modal component (#69)
- Table component (#90) (not yet fully implemented)
- Automatic reload after changes to Java sources in J2CL dev mode
- Fix the missing JS file for PatternFly Java J2CL
- Mockito dependency
0.2.4 - 2024-04-26
- Add
String WithText.text()to get the text of the implementing component
- Integrate Elemento logger
- Builder inheritance of
PredefinedIconclass
Release skipped.
0.2.2 - 2024-04-10
- Automatic resource injection of
@popperjs/corefor PatternFly Java GWT
- Update documentation
0.2.1 - 2024-04-08
- Add GWT support and GWT showcase (#146)
0.2.0 - 2024-03-27
Split PatternFly Java into multiple modules:
- Add a showcase to the PatternFly Java codebase.
- Bump Elemento to 1.3.3
0.1.5 - 2024-03-02
- Breadcrumb component (#27)
- Jump links component (#60)
- Progress component (#81)
- Simple list component (#84)
- Skeleton component (#85)
- Toggle group component (#97)
- Truncate component (#101)
- Add insert after/before methods for navigation (groups)
- Fix selection in navigation component
- Implement scrolling in horizontal navigation
0.1.4 - 2024-01-25
- Add missing externs for the Popper component
0.1.3 - 2024-01-25
- Accordion component (#17)
- Back to top component (#21)
- Banner component (#25)
- Description list component (#39)
- Drawer component (#42)
- Empty state component (#44)
- Hint component (#56)
- Input group component (#59)
- List component (#62)
- Panel component (#77) - thanks @halkosajtarevic
- Slider component (#87)
- Switch component (#89)
- Tabs components (#91)
- Bullseye layout (#118)
- Flex layout (#119)
- Flex layout (#122)
- Split layout (#123)
BreakpointandBreakpointsclasses to manage responsive CSS modifiers.
- Min width for dropdown menus
0.1.2 - 2023-12-17
- Helper text component (#55)
- Form component (#49)
- Form control component (#50)
- Form select component (#51)
- Text area component (#53)
- Add support for responsive layout in various components
- Add the following interfaces to unify icon and text handling across components:
WithIcon<E extends Element, B extends TypedBuilder<E, B>>WithText<E extends Element, B extends TypedBuilder<E, B>>WithIconAndText<E extends Element, B extends TypedBuilder<E, B>>
- Update
GridandGridItemto support responsive layout - Replace
ComponentReference<C>withComponentStore - Rename
SidebartoPageSidebarand turn it into a subcomponent ofPage - Move
Mastheadcomponent to packageorg.patternfly.component.page - Move style related classes to its own package
org.patternfly.style
- Bump Elemento to 1.2.11
0.1.1 - 2023-11-22
- Card component (#29)
- Label component (#61)
- Radio component (#53)
- Gallery layout (#120)
- Grid layout (#121)
- Classify and group log messages
- Checkbox component: replace implicit standalone modifier with explicit method
- Remove deprecated classes
0.1.0 - 2023-11-15
- Add J2CL support
- Avatar component (#20)
- Menu toggle component (#67)
- Dropdown component (#65)
- Add
ThirdParty.injectXXX()methods to inject 3rd party dependencies
- Fix selection handler for checkbox menu items
0.0.7 - 2023-10-30
- Popover component (#80)
- Refactor popper.txt integration
0.0.6 - 2023-10-25
- Tooltip component (#99)
0.0.5 - 2023-10-18
- Action list component (#18)
- Alert component (#19)
- Brand component (#26)
- Chip component (#30)
- Code editor (#33) (half done - w/o Monaco editor integration)
- Sidebar component (#83)
- Text input group component (#93)
- Add
Closeableinterface andCloseHandler - Add
Expandableinterface - Add
VariableandVariableScope
- Move masthead, sidebar, and skip to content components to its own packages
- Refactor
org.patternfly.component.ComponentProgressinterface - Simplify
org.patternfly.style.Modifiers.*interfaces - Rename
org.patternfly.js→org.patternfly.dom
0.0.4 - 2023-10-10
- Refactor alert component factory methods
0.0.3 - 2023-10-10
- Code editor component (#33)
- Bump Elemento to 1.2.2
0.0.2 - 2023-10-10
- Badge component (#24)
- Button component (#28)
- Checkbox component (#48)
- Code block component (#32)
- Divider component (#40)
- Expandable section component (#45)
- Icon component (#57)
- Masthead component (#64)
- Menu component (#66)
- Navigation component (#70)
- Page component (#75)
- Text input component (#54)
- Skip to content component (#86)
- Spinner component (#88)
- Text content component (#92)
- Title component (#96)
- Stack layout (#124)
- Marked old (PatternFly 4) components as deprecated
0.0.1 - 2023-10-05
This is the first public release of PatternFly Java 🍾🎉🎊🥳
Stay tuned for more to come...
