Skip to content

Releases: nvelychenko/drupal-extend

v0.3.2

31 Jan 16:51
Compare
Choose a tag to compare

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

31 Jan 08:57
Compare
Choose a tag to compare

Added

  • Line marker for Render/Form element
  • Completion priority for direct properties.

v0.3.0

30 Jan 19:31
Compare
Choose a tag to compare

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

30 Jan 10:38
Compare
Choose a tag to compare

Added

  • Autocomplete for render elements and their properties.

Fixed

  • Annotator bug

v0.2.0

30 Jan 10:12
Compare
Choose a tag to compare
  • Autocomplete for render elements and their properties.

v0.1.0

28 Jan 19:39
Compare
Choose a tag to compare

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

25 Jan 22:26
Compare
Choose a tag to compare

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