Releases: nvelychenko/drupal-extend
Releases · nvelychenko/drupal-extend
v0.3.2
Added
- Autocomplete for render elements and their properties.
- Line marker for Render/Form element
- Completion priority for direct properties.
- Implemented the ability to try to find entity from storage only knowing its interface/class.
- Storage autocomplete in case Symfony is enabled, and storage is returned from service.
v0.3.1
Added
- Line marker for Render/Form element
- Completion priority for direct properties.
v0.3.0
Added:
- Implemented ability to try to find entity from storage only knowing its interface/class.
Fixed:
- annotator bug
- storage autocomplete in case Symfony is enabled, and storage is returned from service.
v0.2.1
Added
- Autocomplete for render elements and their properties.
Fixed
- Annotator bug
v0.2.0
- Autocomplete for render elements and their properties.
v0.1.0
Added
- Integration with symfony service type provider for \Drupal::service
- Config entity support (autocomplete, references)
- Field properties autocomplete e.g. $node->get('field_address')->addr| (it will autocomplete address_line1, address_line2)
- Node::load/create/loadMultiple type provider
- Almost all base fields are autocompleted now. (fields specified in a few static methods on the same class WIP)
- Storage autocomplete for getAccessControlHandler, getStorage, getViewBuilder, getListBuilder, getFormObject, getRouteProviders, hasHandler methods.
- Type provider for storage again work! But now it provider only interfaces
Fixed
- Fixed bug related to broken entities type provider.
- Fields autocomplete in inappropriate places.
v0.0.5
Added
- Index caching
- Static content entity provider e.g. Node::load()
- Fields autocomplete only knowing entity interface e.g. NodeInterface
- ECK content entity type support.
Fixed
- Fields autocomplete was not working in certain circumstances
- Content entity provider was not working in certain circumstances
- Deprecated usage of baseDir