| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 6 | 6 | ||
| 7 | 7 | ## [Unreleased] | |
| 8 | 8 | ||
| 9 | + ## [0.8.0] - 2026-05-20 | ||
| 10 | + | ||
| 9 | 11 | ### Added | |
| 10 | 12 | ||
| 11 | 13 | - Add `OuiaSupport` interface in `core` module for custom components to participate in OUIA without extending PatternFly Java base classes; `BaseComponent`, `SubComponent`, `ComponentDelegate`, `BaseLayout`, and `BaseChart` now implement this interface | |
@@ -1031,7 +1033,8 @@ Stay tuned for more to come... | |||
| 1031 | 1033 | ||
| 1032 | 1034 | ||
| 1033 | 1035 | ||
| 1034 | - [Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.7.8...HEAD | ||
| 1036 | + [Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.8.0...HEAD | ||
| 1037 | + [0.8.0]: https://github.com/patternfly-java/patternfly-java/compare/v0.7.8...v0.8.0 | ||
| 1035 | 1038 | [0.7.8]: https://github.com/patternfly-java/patternfly-java/compare/v0.7.7...v0.7.8 | |
| 1036 | 1039 | [0.7.7]: https://github.com/patternfly-java/patternfly-java/compare/v0.7.6...v0.7.7 | |
| 1037 | 1040 | [0.7.6]: https://github.com/patternfly-java/patternfly-java/compare/v0.7.5...v0.7.6 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ PatternFly Java is available on [Maven Central](https://central.sonatype.com/sea | |||
| 45 | 45 | <dependency> | |
| 46 | 46 | <groupId>org.patternfly</groupId> | |
| 47 | 47 | <artifactId>patternfly-java-bom</artifactId> | |
| 48 | - <version>0.7.8</version> | ||
| 48 | + <version>0.8.0</version> | ||
| 49 | 49 | <type>pom</type> | |
| 50 | 50 | <scope>import</scope> | |
| 51 | 51 | </dependency> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-code-parent</artifactId> | |
| 26 | - <version>0.7.9-SNAPSHOT</version> | ||
| 26 | + <version>0.8.0</version> | ||
| 27 | 27 | <relativePath>../code-parent/pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | 30 | <groupId>org.patternfly</groupId> | |
| 31 | 31 | <artifactId>patternfly-java-bom</artifactId> | |
| 32 | - <version>0.7.9-SNAPSHOT</version> | ||
| 32 | + <version>0.8.0</version> | ||
| 33 | 33 | <packaging>pom</packaging> | |
| 34 | 34 | <name>PatternFly Java BOM</name> | |
| 35 | 35 | <description>Bill of materials</description> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-parent</artifactId> | |
| 26 | - <version>0.7.9-SNAPSHOT</version> | ||
| 26 | + <version>0.8.0</version> | ||
| 27 | 27 | <relativePath>../pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@patternfly-java/charts", | |
| 3 | 3 | "private": false, | |
| 4 | - "version": "0.7.9-SNAPSHOT", | ||
| 4 | + "version": "0.8.0", | ||
| 5 | 5 | "description": "Web Components wrapper around PatternFly React Charts", | |
| 6 | 6 | "homepage": "https://patternfly-java.github.io/", | |
| 7 | 7 | "repository": { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-code-parent</artifactId> | |
| 26 | - <version>0.7.9-SNAPSHOT</version> | ||
| 26 | + <version>0.8.0</version> | ||
| 27 | 27 | <relativePath>../code-parent/pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-parent</artifactId> | |
| 26 | - <version>0.7.9-SNAPSHOT</version> | ||
| 26 | + <version>0.8.0</version> | ||
| 27 | 27 | <relativePath>../pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ | |||
| 23 | 23 | <parent> | |
| 24 | 24 | <groupId>org.patternfly</groupId> | |
| 25 | 25 | <artifactId>patternfly-java-code-parent</artifactId> | |
| 26 | - <version>0.7.9-SNAPSHOT</version> | ||
| 26 | + <version>0.8.0</version> | ||
| 27 | 27 | <relativePath>../code-parent/pom.xml</relativePath> | |
| 28 | 28 | </parent> | |
| 29 | 29 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@patternfly-java/core", | |
| 3 | 3 | "private": false, | |
| 4 | - "version": "0.7.9-SNAPSHOT", | ||
| 4 | + "version": "0.8.0", | ||
| 5 | 5 | "description": "CSS for PatternFly Java.", | |
| 6 | 6 | "homepage": "https://patternfly-java.github.io/", | |
| 7 | 7 | "repository": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments