FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Prepare next release · patternfly-java/patternfly-java@2a47197 · GitHub

Commit 2a47197

Browse files
committed
Prepare next release
1 parent 10aaeb6 commit 2a47197

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

‎CHANGELOG.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
### Added
1010

11+
- Add single and multi-selection handlers to the table component.
1112
- Add `HasItems.updateItem(T item, Function<T,S> display)`, `HasItems.updateItem(S subComponent)`, and
1213
`HasItems.onUpdate(UpdateItemHandler<C, S> onUpdate)`
1314
- Add `AddItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>>`
1415
- Add `UpdateItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>>`
1516
- Add `RemoveItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>>`
16-
- Add single and multi-selection handlers to the table component.
1717
- Add `MenuItem.menuItem(String identifier)` factory method.
1818
- Add `Button.button(PredefinedIcon icon, String href)`
1919
- Add `Button.button(PredefinedIcon icon, String href, String target)`
@@ -26,6 +26,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2626
- Changed `HasItems.onAdd(BiConsumer<B, S>)` to `HasItems.onAdd(AddItemHandler<C, S>)`.
2727
- Changed `HasItems.onRemove(BiConsumer<B, S>)` to `HasItems.onRemove(RemoveItemHandler<C, S>)`.
2828

29+
### Removed
30+
31+
- Remove unsupported constants from `org.patternfly.style.Width`
32+
2933
### Fixed
3034

3135
- Fix `Checkbox.standalone(boolean)`
@@ -36,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3640
### Upgrades
3741

3842
- Bump JBoss Parent to 52
43+
- Bump to Elemento 2.4.9
3944

4045
## [0.4.17] - 2026-02-12
4146

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL