Skip to content

Releases: patternfly-java/patternfly-java

PatternFly Java 0.6.7

22 Mar 18:38
25552db

Choose a tag to compare

Added

  • Add support for BiPredicate<FinderItem, String> in FinderColumnSearch

Fixed

  • Fix finder item icons
  • Fix colors for finder item actions
  • Fix finder preview handlers

PatternFly Java 0.6.6

20 Mar 17:44
4e5956f

Choose a tag to compare

Added

  • Add support for finder item actions
  • Add Finder.bordered(boolean)
  • Add Finder.pinnable(boolean)

PatternFly Java 0.6.5

20 Mar 11:20
9e1395b

Choose a tag to compare

Fixed

  • Fix showcase externs

PatternFly Java 0.6.4

20 Mar 10:27
8ad2286

Choose a tag to compare

Fixed

  • Fix NPM publishing

PatternFly Java 0.6.3

20 Mar 04:54
1874986

Choose a tag to compare

Added

  • Add missing J2CL externs for the showcase

Fixed

  • Fix NPM publishing

PatternFly Java 0.6.2

19 Mar 18:48
76249eb

Choose a tag to compare

Added

  • Add support for async items to the finder component

Fixed

  • Fix finder column header heights

PatternFly Java 0.6.1

19 Mar 07:09
2117eaa

Choose a tag to compare

Added

  • 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:
    • FinderColumn
    • MenuList
    • TreeViewItem

Changed

  • Switch to corepack and pnpm

PatternFly Java 0.5.0

20 Feb 11:28
10bb260

Choose a tag to compare

Added

  • Add single and multi-selection handlers to the table component.
  • Add HasItems.updateItem(T item, Function<T,S> display), HasItems.updateItem(S subComponent), and
    HasItems.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)

Changed

  • Change the type parameter B representing the builder in HasItems<E, B ,S> to C extends HasItems<E, C, S>.
  • Change the type parameter S representing the subcomponent in HasItems<E, B ,S> to
    S extends HasIdentifier<? extends HTMLElement, ?>.
  • Changed HasItems.onAdd(BiConsumer<B, S>) to HasItems.onAdd(AddItemHandler<C, S>).
  • Changed HasItems.onRemove(BiConsumer<B, S>) to HasItems.onRemove(RemoveItemHandler<C, S>).

Removed

  • Remove unsupported constants from org.patternfly.style.Width

Fixed

  • Fix Checkbox.standalone(boolean)
  • Fix Tbody.empty()
  • Fix NPE when using Ordered.defaultOrder()
  • Fix PageMain.clear() method and Elements.removeChildrenFrom() usage in PageMain.

Upgrades

  • Bump JBoss Parent to 52
  • Bump to Elemento 2.4.9

PatternFly Java 0.4.17

12 Feb 11:29
68571f6

Choose a tag to compare

Added

PatternFly Java 0.4.16

05 Feb 10:38
821ec62

Choose a tag to compare

Added

  • Add WizardStep.customButtonName(WizardFooterButtons, String) to define custom button names per step.