| 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.11] - 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.11] - 2026-03-24 | ||
| 18 | + | ||
| 19 | + > [!WARNING] | ||
| 20 | + > Not an official release. Please don't use! | ||
| 21 | + | ||
| 19 | 22 | ## [0.6.10] - 2026-03-24 | |
| 20 | 23 | ||
| 21 | 24 | ### Added | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,6 +40,7 @@ | |||
| 40 | 40 | import org.patternfly.core.Dataset; | |
| 41 | 41 | import org.patternfly.handler.SelectHandler; | |
| 42 | 42 | import org.patternfly.style.Classes; | |
| 43 | + | ||
| 43 | 44 | import elemental2.dom.Event; | |
| 44 | 45 | import elemental2.dom.HTMLElement; | |
| 45 | 46 | import elemental2.dom.HTMLUListElement; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,7 @@ | |||
| 18 | 18 | import java.util.function.BiPredicate; | |
| 19 | 19 | ||
| 20 | 20 | import org.patternfly.component.textinputgroup.SearchInput; | |
| 21 | + | ||
| 21 | 22 | import elemental2.dom.HTMLElement; | |
| 22 | 23 | ||
| 23 | 24 | import static org.jboss.elemento.Elements.div; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments