Releases: nvelychenko/drupal-extend
Releases · nvelychenko/drupal-extend
v0.6.4
v0.6.3
Fixed
- Symfony error
- \Drupal::service type provider
v0.6.2
Temporary disabled \Drupa::service
type resolving, because of changes made in the latest Symfony plugin version.
v0.6.1
Added
- Field autocomplete in
hasField
method. - PhpStorm metadata file with all missing features provided by
drush generate phpstorm-metadata
, so now you can delete it without worries.
v0.6.0
Added
- Added entity reference type provider e.g. $node->get('field_entity_reference_reference')->entity
Notes. It is disabled by default, you can enable it inside plugin settings.
v0.5.2
Added
- Implemented ability to provide a type for ::create method and to autocomplete fields in it
v0.5.1
Added
- Libraries autocomplete 🕺
v0.5.0
Added
- Theme index. Theme and its variables autocomplete.
- Implement reference provider for themes. Implement the ability to autocomplete/reference when a theme/hook is assigned.
- Fields autocomplete for eck entities.
Reworked
- Field type provider and its autocomplete
v0.4.1
Added
- Fields autocomplete for entity query. Entities autocomplete for \Drupal::entityQuery
v0.4.0
Added
- Plugin settings 🎉 (ability to choose configuration directory, disabled plugin, clear index)
- Annotator for render element type (highlighting)
- (optional) Line marker for render element type
Fixed
- Completion for storage didn't work on an empty string.
- in rare cases fields where autocomplete from another entity with the same ID prefix.
- Bug with \Drupal::service