You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugins/Filter/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
## unpublished
4
4
5
+
- Fix: Features with categories that are not listed in `knownValues` are never displayed now. Previously, they were initially visible, but disappeared once any filter was touched.
6
+
- Fix: It was possible to have features visible that were loaded after the filter was applied and that would have been filtered out. This has been resolved.
5
7
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
6
8
- Fix: Correctly log an error if required parameter `layers` is not provided.
Copy file name to clipboardExpand all lines: packages/plugins/Filter/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ The following chapters contain drafts in this format. Please mind that they neit
27
27
28
28
| fieldName | type | description |
29
29
| - | - | - |
30
-
| knownValues | (string \| number \| boolean \| null)[]| Array of known values for the feature properties. Each entry will result in a checkbox that allows filtering the appropriate features. Properties not listed will not be filterable. The technical name will result in a localization key that can be configured on a per-client basis. |
30
+
| knownValues | (string \| number \| boolean \| null)[]| Array of known values for the feature properties. Each entry will result in a checkbox that allows filtering the appropriate features. Properties not listed will not be filterable and never be visible. The technical name will result in a localization key that can be configured on a per-client basis. |
31
31
| targetProperty | string | Target property to filter by. This is the name (that is, key) of a feature property. |
32
32
| selectAll | boolean? | If true, a checkbox is added to de/select all `knownValues` (above) at once. Defaults to `false`. |
0 commit comments