| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,12 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 8 | 8 | ||
| 9 | 9 | ### Added | |
| 10 | 10 | ||
| 11 | + - Add single and multi-selection handlers to the table component. | ||
| 11 | 12 | - Add `HasItems.updateItem(T item, Function<T,S> display)`, `HasItems.updateItem(S subComponent)`, and | |
| 12 | 13 | `HasItems.onUpdate(UpdateItemHandler<C, S> onUpdate)` | |
| 13 | 14 | - Add `AddItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>>` | |
| 14 | 15 | - Add `UpdateItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>>` | |
| 15 | 16 | - Add `RemoveItemHandler<C extends HasItems<?, ?, ?>, S extends HasIdentifier<?, ?>>` | |
| 16 | - - Add single and multi-selection handlers to the table component. | ||
| 17 | 17 | - Add `MenuItem.menuItem(String identifier)` factory method. | |
| 18 | 18 | - Add `Button.button(PredefinedIcon icon, String href)` | |
| 19 | 19 | - 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/), | |||
| 26 | 26 | - Changed `HasItems.onAdd(BiConsumer<B, S>)` to `HasItems.onAdd(AddItemHandler<C, S>)`. | |
| 27 | 27 | - Changed `HasItems.onRemove(BiConsumer<B, S>)` to `HasItems.onRemove(RemoveItemHandler<C, S>)`. | |
| 28 | 28 | ||
| 29 | + ### Removed | ||
| 30 | + | ||
| 31 | + - Remove unsupported constants from `org.patternfly.style.Width` | ||
| 32 | + | ||
| 29 | 33 | ### Fixed | |
| 30 | 34 | ||
| 31 | 35 | - Fix `Checkbox.standalone(boolean)` | |
@@ -36,6 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 36 | 40 | ### Upgrades | |
| 37 | 41 | ||
| 38 | 42 | - Bump JBoss Parent to 52 | |
| 43 | + - Bump to Elemento 2.4.9 | ||
| 39 | 44 | ||
| 40 | 45 | ## [0.4.17] - 2026-02-12 | |
| 41 | 46 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments