Skip to content

Commit 5a53e12

Browse files
committed
chore(query-builder): add disableEntityChange to CHANGELOG
1 parent 6e26557 commit 5a53e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ All notable changes for each version of this project will be documented in this
2020
- Introduced the ability to create nested queries by specifying IN/NOT IN operators.
2121
- Introduced the ability to reposition condition chips by dragging or using `Arrow Up/Down`.
2222
- Added the `entities` property that accepts an array of `EntityType` objects describing an entity with its name and an array of fields. The `fields` input property has been deprecated and will be removed in a future version. Automatic migrations are available and will be applied on `ng update`.
23+
- Added `disableEntityChange` property that can be used to disable the entity select on root level after the initial selection. Defaults to `false`.
2324
- Added the `canCommit`, `commit` and `discard` public methods that allows the user to save/discard the current state of the expression tree.
2425
- Added option to template the search value input:
2526
```

0 commit comments

Comments
 (0)