Install

Works with Drupal: 8.x

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 24.23 KB
MD5: 0e0ccfbf0fd627600eb8f6268a00f633
SHA-1: 313500f5195b70c425abdf928d7c548d70b45c0c
SHA-256: efae7136e34238cca7adcc37b4dbc029339552467e64c6dd9e80ea6b54201e20
Download zip 41.69 KB
MD5: a6ac954d115796f07d1f4c677218b407
SHA-1: f55ed5e69c460d34f812ec2e1e947d3dede864c4
SHA-256: f37ce4a046c43b1c85fc7afc24d3b8a272c12d2ebc9892c13891d2f60a318071

Release notes

Many updates since RC4, getting near to a stable.

As a major improvement, Entity Reference Revisions now can semantically maintain a composite relationship defined through entity annotation. A composite entity points to the parent / host entity and thus can only have one parent. Never reuse these entities.
This allowed us to simplify code, fix inconsistencies and implement many things that previously have been limited, complex or impossible.
Modules like Paragraph can now build on top of this and TMGMT automatically adds composite entities + fields to the host job item. Similarly other modules such as diff will be able to follow the semantics.

Also tests have been pushed to cover all the mentioned cases.

In detail...

HEAD -> 8.x-1.x, tag: 8.x-1.0-rc6, origin/8.x-1.x

  • * c905632 - Issue #2704717 by yongt9412, Berdir: Remove special case on EntityFormatter for new entities (21 hours ago)
  • * 4f86ca7 - Issue #2612802 by hchonov, yongt9412: target_revision_id property should be of type DataReferenceTargetDefinition (21 hours ago)
  • * aaf82db - Issue #2675076 by yongt9412, hchonov, Berdir: EntityReferenceRevisionsItem::setValue has wrong conditions for which property to call onChange and onChange('entity') is not setting the revision id from the entity (30 hours ago)
  • * 28198d1 - Issue #2702635 by yongt9412, Berdir: Implement EntityNeedsSaveInterface (2 days ago)

tag: 8.x-1.0-rc5

  • * 405c06a - Issue #2429335 by yongt9412, danielbeeke, miro_dietiker: Deletion of referenced entities (7 weeks ago)
  • * 3371230 - Issue #2672206 by Berdir: EntityReferenceRevisionsFormatterBase::prepareView() is blindly copied and lies (7 weeks ago)
  • * ef9e2c1 - Issue #2674938 by rakesh.gectcr: Remove Unused imports (7 weeks ago)
  • * 9ae531d - Issue #2641824 by yongt9412, miro_dietiker, Berdir: Maintain composite relationship (7 weeks ago)
  • * e3e2205 - Issue #2673072 by yongt9412: Fix tests fails (7 weeks ago)
  • * 0e7c506 - Issue #2658178 by snufkin: Incorrect documentation EntityReferenceRevisionsEntityFormatter::__construct() (2 months ago)
Created by: miro_dietiker
Created on: 13 Apr 2016 at 21:11 UTC
Last updated: 31 May 2016 at 20:38 UTC
Bug fixes
New features

Other releases