paragraph_view_mode 3.2.0

- Drupal 11 compatibility added
- Fixes in 3rd party settings schema
- Minor updates for tests (along with compatibility with latest standards)

paragraph_view_mode 3.1.4

Bug fixes

The paragraph view mode field storage is no longer created on module installation, to prevent issues with storage removal.

paragraph_view_mode 3.1.3

Bug fixes
New features

- fix the serialization failure when using bind with the form mode
- add settings to allow overriding the preview mode
- add first unit test class for widget settings checker

paragraph_view_mode 3.1.2

Bug fixes

Bug fixes

  • Fix too strict implementation of the alter hooks
  • Fix fatal error on manage form display in case there are no paragraph types

Improvements

  • Update hook_help
  • Updated README.md to follow the Drupal guide
  • Change license to GPL-2.0-or-later

paragraph_view_mode 3.1.0

New features

1. Form mode binding added!
It is enabled by default, but you can disable this feature on your field widget settings if needed.

2. Deprecated ViewModeInterface - https://git.drupalcode.org/project/paragraph_view_mode/-/blob/3.x/src/ViewModeInterface.php.

paragraph_view_mode 3.0.0

New features
Unsupported
  • Added missing schema for field value
  • Added Drupal 10 compatibility

paragraph_view_mode 2.0.4

New features
Unsupported
  • Added missing schema for field value
  • Added Drupal 10 compatibility

paragraph_view_mode 3.x-dev

New features

The main dev branch release for 3.x version.
New features:
- unlocks the paragraph field

paragraph_view_mode 2.0.3

Bug fixes
Unsupported

Bug fixes:
- prevent reseting the field widget settings after saving the paragraph type form

paragraph_view_mode 2.0.2

Bug fixes
Unsupported

Use parent widget form element data in the view mode form element such as:
- Help text
- Required field

paragraph_view_mode 8.x-1.7

Bug fixes
Unsupported

Fix non static method call.
Add backward compatibility for field widget.

paragraph_view_mode 2.x-dev

Bug fixes

Dev release of 2.x version.
Support for Drupal core ^8.9 || ^9 only.
Fix issue with a called class and non-static method call.

paragraph_view_mode 8.x-1.6

Bug fixes
Unsupported

Fix for broken ajax callback on PHP >= 7.3 (serialization issue)
Fix for Call to a member function setComponent() (check if the form display is instance of EntityDisplayInterface)

paragraph_view_mode 8.x-1.5

Bug fixes
Unsupported

Add a condition to check if the given entity in hook_entity_view_mode_alter is ParagraphInterface,
and prevent this way checking other entities, especialy those that are not a fieldable entities.

paragraph_view_mode 8.x-1.4

Bug fixes
New features
Unsupported

Major code improvements - rewrite module file and create a proper storage managers
Fix missing StorageManagerInterface class error

paragraph_view_mode 8.x-1.3

Unsupported

Prevent "preview" mode overriding.
Add Drupal 9 compatibility.

paragraph_view_mode 8.x-1.1

New features
Unsupported

Add to Paragraphs package. Provides default value for widget. Patch dependencies.

Subscribe with RSS Subscribe to Releases for Paragraph View Mode