diff --git a/CHANGELOG.md b/CHANGELOG.md index 755d9b5accc5998b3c8014aa4e2217c6824083e0..84d0a7b55d2d81ded244140b9beab0d3ea54069c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added ### +* `BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING` build variable that + determines whether reference dropdowns in the edit mode are filled + automatically or only after manually clicking on "edit this + property". Default is `ENABLED`, i.e., don't load the dropdown + automatically. +* `caosdb-v-property-not-yet-lazy-loaded` class for reference + properties in the edit mode, the reference dropdown menu of which + hasn't been initialized yet. + ### Changed ### +* [#262](https://gitlab.com/linkahead/linkahead-webui/-/issues/262) + Reference dropdowns in the edit mode don't load automatically by + default anymore but have to be initialized manually and per property + by default. Set `BUILD_EDIT_MODE_LAZY_DROPDOWN_LOADING=DISABLED` to + restore the previous behavior. + ### Deprecated ### ### Removed ###