An open API service providing repository metadata for many open source software ecosystems.

PatternFly Java implementation

Releases
PatternFly Java 0.7.1

v0.7.1

Fixed

  • Fix vulnerabilities in the NPM dependencies of the charts module.
4 days ago
Download
PatternFly Java 0.7.0

v0.7.0

[!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.PopperPopoverorg.patternfly.component.popover.Popover
  • org.patternfly.component.tooltip.PopperTooltiporg.patternfly.component.tooltip.Tooltip
  • org.patternfly.component.menu.PopperDropdownorg.patternfly.component.menu.Dropdown
  • org.patternfly.component.menu.PopperMultiSelectorg.patternfly.component.menu.MultiSelect
  • org.patternfly.component.menu.PopperMultiTypeaheadorg.patternfly.component.menu.MultiTypeahead
  • org.patternfly.component.menu.PopperSingleSelectorg.patternfly.component.menu.SingleSelect
  • org.patternfly.component.menu.PopperSingleTypeaheadorg.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.

Added

  • Add native alternatives for dropdown, single and multi-select, and single and multi-type-ahead components
  • Deprecate components based on PopperJS
  • Add new Overlay class replacing the deprecated PopperBuilder
4 days ago
Download
PatternFly Java 0.6.16

v0.6.16

Added

Fixed

  • Fix loading finder items
11 days ago
Download
PatternFly Java 0.6.15

v0.6.15

Added

  • Make finder column and preview responsive using container queries
13 days ago
Download
PatternFly Java 0.6.14

v0.6.14

Added

  • Add FinderColumn.showSearchThreshold(int)

Changed

  • Add padding to the finder preview matching the padding of the finder columns and items
13 days ago
Download
PatternFly Java 0.6.10

v0.6.10

Added

  • Add FinderColumn.finderColumn(String identifier, String header)
  • Add FinderColumn.defaultSearch(String)
  • Add FinderColumn.toggleSearch(Predicate<FinderColumn>)

Fixed

  • Hide item actions in inactive columns

Removed

  • Remove FinderItem.nextColumn(FinderColumn column). Next columns can only be added lazily using FinderItem.nextColumn(Supplier<FinderColumn> column) (otherwise the component lookup of finder columns won’t work).
14 days ago
Download
PatternFly Java 0.6.8

v0.6.8

Added

  • Add FinderPath and FinderSegment with FinderPath implementing Iterable<FinderSegment>
  • Add FinderPath Finder.path()
  • Add getters for the finder and finder column:
    • FinderColumn FinderItem.column()
    • Finder FinderItem.finder()
    • Finder FinderColumn.finder()

Fixed

  • Fix selection of already selected finder items
14 days ago
Download
PatternFly Java 0.6.7

v0.6.7

Added

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

Fixed

  • Fix finder item icons
  • Fix colors for finder item actions
  • Fix finder preview handlers
15 days ago
Download
PatternFly Java 0.6.6

v0.6.6

Added

  • Add support for finder item actions
  • Add Finder.bordered(boolean)
  • Add Finder.pinnable(boolean)
17 days ago
Download
Links
Repository Details
  • Stars 33
  • Forks 6
  • Open issues 40
  • License apache-2.0
  • Language Java
  • Size 6.63 MB
  • Created at over 6 years ago
  • Updated at 5 days ago
  • Pushed at 5 days ago
  • Last synced at 5 days ago
  • Dependencies parsed at Pending