Skip to content

PatternFly Java 0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Dec 15:09
· 1067 commits to main since this release
fed8718

Added

  • Helper text component (#55)
  • Form component (#49)
  • Form control component (#50)
  • Form select component (#51)
  • Text area component (#53)
  • Add support for responsive layout in various components
  • Add the following interfaces to unify icon and text handling across components:
    • WithIcon<E extends Element, B extends TypedBuilder<E, B>>
    • WithText<E extends Element, B extends TypedBuilder<E, B>>
    • WithIconAndText<E extends Element, B extends TypedBuilder<E, B>>

Changed

  • Update Grid and GridItem to support responsive layout
  • Replace ComponentReference<C> with ComponentStore
  • Rename Sidebar to PageSidebar and turn it into a subcomponent of Page
  • Move Masthead component to package org.patternfly.component.page
  • Move style related classes to its own package org.patternfly.style

Upgrades

  • Bump Elemento to 1.2.11