| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,8 +6,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 6 | 6 | ||
| 7 | 7 | ## [Unreleased] | |
| 8 | 8 | ||
| 9 | - ## [0.6.13] - 2026-03-24 | ||
| 10 | - | ||
| 11 | 9 | ### Added | |
| 12 | 10 | ||
| 13 | 11 | - Add `FinderColumn.showSearchThreshold(int)` | |
@@ -16,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 16 | 14 | ||
| 17 | 15 | - Add padding to the finder preview matching the padding of the finder columns and items | |
| 18 | 16 | ||
| 17 | + ## [0.6.13] - 2026-03-24 | ||
| 18 | + | ||
| 19 | + > [!WARNING] | ||
| 20 | + > Not an official release. Please don't use! | ||
| 21 | + | ||
| 19 | 22 | ## [0.6.12] - 2026-03-24 | |
| 20 | 23 | ||
| 21 | 24 | > [!WARNING] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -562,7 +562,7 @@ | |||
| 562 | 562 | <publishingServerId>central</publishingServerId> | |
| 563 | 563 | <autoPublish>true</autoPublish> | |
| 564 | 564 | <waitMaxTime>86400</waitMaxTime> | |
| 565 | - <waitUntil>published</waitUntil> | ||
| 565 | + <waitUntil>validated</waitUntil> | ||
| 566 | 566 | </configuration> | |
| 567 | 567 | </plugin> | |
| 568 | 568 | </plugins> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,6 +38,7 @@ | |||
| 38 | 38 | import org.patternfly.showcase.model.Files; | |
| 39 | 39 | import org.patternfly.showcase.model.Record; | |
| 40 | 40 | import org.patternfly.showcase.model.Track; | |
| 41 | + | ||
| 41 | 42 | import elemental2.promise.Promise; | |
| 42 | 43 | ||
| 43 | 44 | import static elemental2.dom.DomGlobal.setTimeout; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments