modifiers 8.x-1.5

Added Drupal 10 Compatibility and dropped Drupal 8 support

Contributors (4)

naveenvalecha, Project Update Bot, kyberman, Suresh Prabhu Parkala

Changelog

Issues: 3 issues resolved.

modifiers 8.x-1.4

New features

IMPORTANT:
New features added + compatibility with Drupal 9 declared.

If you implement your custom modifiers, see new callback argument structure:
- https://www.drupal.org/project/modifiers/issues/3123862

modifiers 8.x-1.3

IMPORTANT:
This release simplifies video_embed_field value to URL only - if you are using Modifiers Pack module, you need to update to the version 1.3. If you implemented any kind of custom modifier using video_embed_field value, you should check your code.

We also improved code to allow multiple values for every field type.

modifiers 8.x-1.2

Bug fixes
New features

IMPORTANT:
This release is adding proper JS behavior context instead of processing all modifications only once.
We also added all current Drupal core media type mappings.

There is still a backward compatibility (where JS context is missing), but sites implementing custom JS modifiers should add context into their callbacks. Please check modifiers_pack module for examples.

modifiers 8.x-1.1

Bug fixes

Issue #2960240 by Petr Illek: Color value is not used without color field

modifiers 8.x-1.0-alpha5

New features

Issue #2934388 by kyberman: Discover Modifiers defined in theme

modifiers 8.x-1.0-alpha4

New features

Issue #2934130 by kyberman: Allow to alter extracted configuration

modifiers 8.x-1.0-alpha3

Bug fixes

Issue #2928050 by attisan, kyberman: Background images not showing up
Issue #2932254 by attisan, kyberman: Uncaught TypeError: Cannot read property 'attributes' of undefined

modifiers 8.x-1.0-alpha2

New features

Issue #2923836 by kyberman: Convert attributes to be JS processed
Issue #2918774: Unit tests

Subscribe with RSS Subscribe to Releases for Modifiers