transform_api 2.1.6

Bug fixes

Fixed responsive image transform for Drupal 11

Contributors (1)

erik_petra

Changes since 2.1.5:

Task

  • Fixed responsive image transform for Drupal 11 by erik_petra

transform_api 2.1.5

Bug fixes

Fixed view transform cache max-age.

Contributors (1)

erik_petra

Changes since 2.1.4:

Task

  • Add cache max-age to view transform by erik_petra

transform_api 2.1.4

Bug fixes

Fix for api documentation in code.

Contributors (2)

LupusGr3y, nicklasmf

Changes since 2.1.3:

Bug

  • Wrong parameter in hook_entity_transform() by LupusGr3y, nicklasmf

transform_api 2.1.3

Bug fixes

Fix display components not working with transforms of multiple entities.

Contributors (1)

LupusGr3y

Changes since 2.1.2:

Bug

  • Fix display components not working with transforms of multiple entities by LupusGr3y

transform_api 2.1.2

Bug fixes

The URL display component wasn't showing up.

Contributors (1)

LupusGr3y

Changes since 2.1.1:

Bug

  • The URL display component wasn't showing up by LupusGr3y

transform_api 2.1.1

Bug fixes

Removed hashtags from messages transform block.

Contributors (1)

LupusGr3y

Changes since 2.1.0:

Bug

  • Removed hashtags from messages transform block by LupusGr3y

transform_api 2.0.1

Bug fixes
New features
Unsupported

Allow for transformation of custom 404 and 403 pages and added messages transform block.

Contributors (1)

LupusGr3y

Changes since 2.0.0:

transform_api 2.1.0

Bug fixes
New features

Allow for transformation of custom 404 and 403 pages and added messages transform block.

Contributors (1)

LupusGr3y

Changes since 2.0.0:

transform_api 2.0.0

New features
Unsupported

New version for Drupal 10 and 11.

Contributors (3)

LupusGr3y, sai1337, erik_petra

Changelog

Issues: 6 issues resolved.
Compatibility: Has been updated to make use of new features in Drupal 10.2 and 10.3 and is now compatible with Drupal 11. Support for core version below 10.3 has been dropped.

Changes since 1.0.2:

transform_api 2.0.0-rc2

Bug fixes
New features
Unsupported

New version for Drupal 10 and 11.

Contributors (2)

LupusGr3y, sai1337

Changelog

Issues: 2 issues resolved.
Compatibility: Has been updated to make use of new features in Drupal 10.2 and 10.3 and is now compatible with Drupal 11. Support for core version below 10.3 has been dropped.

Changes since 2.0.0-rc1:

transform_api 2.0.0-rc1

New features
Unsupported

New version for Drupal 10 and 11.

Contributors (3)

nicklasmf, erik_petra, LupusGr3y

Changelog

Issues: 2 issues resolved.
Compatibility: Has been updated to make use of new features in Drupal 10.2 and 10.3 and is now compatible with Drupal 11. Support for core version below 10.3 has been dropped.

Changes since 1.1.0-beta5:

transform_api 1.1.0-beta5

Bug fixes
Unsupported

Multiple bugfixes and views support progress.

Contributors (3)

irowboat, erik_petra, LupusGr3y

Changelog

Issues: 2 issues resolved.

Changes since 1.1.0-beta4:

transform_api 1.1.0-beta4

New features
Unsupported

Entity transforms rewritten to use EntityTransformBuilder.

This means that FieldTransforms are no longer used as the EntityTransformBuilder uses the FieldTransform plugins directly. Transform alters on fields should still work exactly like before, but transform alters on entities will now include field transforms directly instead of including FieldTransform objects.

Transform alters on entities now also include the entity as #{entity_type} just like entity templates. It's also still delivered in #entity, but that will be removed in Transform API 2.0.

transform_api 1.1.0-beta3

New features
Unsupported

Views blocks implementation

Changelog

Added support for views transform blocks and views blocks used in layout builder

Contributors (1)

erik_petra

Task

  • Created transform for views layout builder blocks by erik_petra
  • Create transform block for views blocks by erik_petra

transform_api 1.1.0-beta1

New features
Unsupported

Views integration

Changelog

This release comes with an experimental transform_api_views module that integrates transfrom_api with views.

Contributors (2)

erik_petra, LupusGr3y

Task

  • Views integration by erik_petra and LupusGr3y

transform_api 1.0.2

New features

Added Block content blocks transform and adjusted File field transform.

Contributors (1)

erik_petra

Changes since 1.0.1:

Task

  • Option for absolute URLs in File field transforms by erik_petra
  • Added block content transform block by erik_petra

transform_api 1.0.1

New features

Added Text summary transform for text fields.

Contributors (1)

erik_petra

Changes since 1.0.0:

Task

  • Added Text summary transform for text fields by erik_petra

transform_api 1.0.0

Bug fixes

First stable release. Added Transform Blocks menu link and bugfixes.

Contributors (2)

erik_petra, LupusGr3y

Changelog

Issues: 2 issues resolved.

Changes since 1.0.0-rc18:

transform_api 1.0.0-rc18

New features

Added transform for date range field and refactored some code

Contributors (2)

erik_petra, LupusGr3y

Task

  • Added transform for date range field by erik_petra
  • Further improved adherence to Drupal coding standards by LupusGr3y

transform_api 1.0.0-rc17

Bug fixes

Improved installation configs, bugfixes for translations and transform modes

Contributors (2)

erik_petra, LupusGr3y

Changelog

Issues: 5 issues resolved.

Changes since 1.0.0-rc16:

transform_api 1.0.0-rc16

Bug fixes
New features

New transformers for integer, float and decimal.

Contributors (2)

NicklasMF, LupusGr3y

Changelog

Issues: 2 issues resolved.

Changes since 1.0.0-rc15:

transform_api 1.0.0-rc15

Bug fixes

Bugfixes for text format transformer.

Contributors (1)

LupusGr3y

Changelog

Issues: 1 issue resolved.

Changes since 1.0.0-rc14:

Bug

  • "Fixed issue with text format plugin not applying to short text fields." by LupusGr3y

transform_api 1.0.0-rc13

Bug fixes

Bugfixes for layout builder transforms.

Contributors (1)

LupusGr3y

Changelog

Issues: 1 issue resolved.

Changes since 1.0.0-rc12:

Bug

  • "Fix layout block sorting with multiple regions" by LupusGr3y

transform_api 1.0.0-rc12

Bug fixes

Bugfixes for layout builder transforms.

Contributors (1)

LupusGr3y

Changelog

Issues: 1 issue resolved.

Changes since 1.0.0-rc11:

Bug

  • "Fixed issue where layout blocks was not transformed in the right order" by LupusGr3y

transform_api 1.0.0-rc11

New features

Multilingual support and optimizations.

Contributors (2)

LupusGr3y, erik_petra

Changelog

Issues: 2 issues resolved.

Changes since 1.0.0-rc10:

Task

  • #3413192 by erik_petra: Create FileTransformBase class
  • Multilingual support in base module by LupusGr3y

transform_api 1.0.0-rc10

Bug fixes

Various bugfixes, better support for view mode enabled fields.

Contributors (2)

LupusGr3y, erik_petra

Changelog

Issues: 2 issues resolved.

Changes since 1.0.0-rc9:

transform_api 1.0.0-rc9

Bug fixes
New features

Various bugfixes, Drupal Core 10.2 compatibility and language support.

Contributors (2)

LupusGr3y, erik_petra

Changelog

Issues: 3 issues resolved.

Changes since 1.0.0-rc8:

transform_api 1.0.0-rc8

New features

New feature:

  • Added transformer for entity reference fields that only shows the labels

transform_api 1.0.0-rc7

Bug fixes

Bugfixes:

  • Added create static function to TransformBlockBase, making it a better base class

transform_api 1.0.0-rc6

Bug fixes

Rolled back to using RedirectResponse for RedirectTransformationException to prevent caching.

transform_api 1.0.0-rc5

Bug fixes

Added empty check for missing files in ImageStyleTransform.

transform_api 1.0.0-rc4

Bug fixes

Fixed an issue with dependency injection for the FieldTransformManager.

transform_api 1.0.0-rc2

Bug fixes

Fixed an issue where ResponseTransformationExceptions wasn't correctly handled by request path transformations.

transform_api 1.0.0-rc1

Bug fixes

Updated to Drupal coding standards and also includes the following bugfixes:

  • #3389813 by Jordegern: Url (srcset) generated for images with whitespace contains "wrong" encoding
Subscribe with RSS Subscribe to Releases for Transform API