views_field_formatter 8.x-1.10

Bug fixes
New features
* Issue #3064249 by gun_dose: When checked "multiple" and disable "implode", view always shows first item
* Refactoring of the code using drupol/drupal-conventions package.

views_field_formatter 8.x-2.x-dev

Bug fixes
New features

Work in progress, not (yet?) backward compatible with 8.x-1.x.

Please provide feedback !

views_field_formatter 8.x-1.9

Bug fixes

Issue #2999940 by chipway, riddhi.addweb: Update Dependencies for composer

views_field_formatter 7.x-1.7

Bug fixes

Changes since 7.x-1.6:

views_field_formatter 8.x-1.8

Bug fixes
New features

Changes since 8.x-1.7:

  • Update typo, composer.json, .editorconfig and code style.
  • #2978884: Add support for content revision id as an argument.
  • #2929555 by drclaw: Add formatter weight

views_field_formatter 8.x-1.7

Bug fixes
New features

Changes since 8.x-1.6:

  • #2927072: Display a message when the formatter is not configured yet.
  • #2927072 by joycelam: Display summary breaks when no view has been selected

views_field_formatter 8.x-1.5

Bug fixes
New features

Changes since 8.x-1.4:

  • Do not display the field if the view is empty.
  • Disable cache for that field formatter.
  • #2839702 by Zemelia: "Implode with this character" settings - #states not working
  • #2834936 by volkerk: Paragraphs support

views_field_formatter 7.x-1.6

Bug fixes

Changes since 7.x-1.4:

views_field_formatter 7.x-1.5

Bug fixes
New features

Changes since 8.x-1.2:

  • Code style update.
  • #2787289: more defensive code to avoid errors.
  • #2734523: Views field formatter should declare its config dependencies
  • #2693927: Allow specifying views arguments
  • Update.
  • Fix code logic.
  • Code cleanup.
  • Add more field types. The user is now able to control which arguments to send to the View.

views_field_formatter 8.x-1.3

Bug fixes
New features

Changes since 8.x-1.2:

  • Code style update.
  • #2787289: more defensive code to avoid errors.
  • #2734523: Views field formatter should declare its config dependencies
  • #2693927: Allow specifying views arguments
  • Update.
  • Fix code logic.
  • Code cleanup.
  • Add more field types. The user is now able to control which arguments to send to the View.

views_field_formatter 8.x-1.2

Bug fixes

Changes since 8.x-1.1:

  • #2649352 by dawehner: Caching problem with views_embed_view?
  • Do not display the implode character summary if the multiple option is not enabled.

views_field_formatter 8.x-1.1

Bug fixes
New features

Initial Drupal 8 version.

Has all the features of the D7 module except the Views Templates.

views_field_formatter 7.x-1.3

Bug fixes

Issue #2461117: Undefined Offset Error and Fatal Error: Make boolval() available for PHP < 5.5.

Sorry people, I didn't know it was available for php >= 5.5 !

views_field_formatter 7.x-1.2

Bug fixes
New features

Updating module and fixing latest issue in the issue queue.

The major difference is that now the formatter comes with a settings form where you can enable if it should work in multiple mode or not.
Less filters on the formatter Views selection, so we can use any view we want as long as it is properly tagged with 'views_field_formatter'.

Updating also the default Views with contextual filters to help beginners.

views_field_formatter 7.x-1.1

Bug fixes
New features
  • Provide default views to help you getting started with the module.
  • Remove views who doesn't have the tag 'views_field_formatter' from the list of views.
  • Remove disabled views from the list.
  • Add a small help text if no views are available.
  • If a field is multiple, the delta is also sent to the views, after it's ID.

Warning

If you want to see your view in the list of available Views in the formatter settings form, your View MUST have the tag: views_field_formatter.

views_field_formatter 7.x-1.0

New features

Provide a new field formatter that allows you to select a view and to use its content for the field.

The id of the entity displayed is sent as argument to the view, it's handy when you want to replace the content of a field by another and use the power of Views.

Subscribe with RSS Subscribe to Releases for Views field formatter