Skip to content

PatternFly Java 0.7.5

Choose a tag to compare

@github-actions github-actions released this 19 May 14:36
· 182 commits to main since this release
bfb9095

Added

  • Add ouiaId(String) method to BaseComponent, BaseComponentSVG, and ComponentDelegate for setting stable, deterministic OUIA component IDs

Changed

  • Add since and forRemoval attributes to all @Deprecated annotations on Popper.js-based classes and components
  • Improve null safety, reduce code duplication, and address code review findings in core module

Fixed

  • Fix OUIA attribute names to match the spec (data-ouia-component-type and data-ouia-component-id instead of data-ouia-type and data-ouia-id)
  • Fix OUIA component ID no longer set to the shared ComponentType.iddata-ouia-component-id is now only set when explicitly provided via ouiaId(String)
  • Fix format string bug, variable assignment bug, and null guard in core module