views_flipped_table 3.0.0

Dropped Drupal 9 support, added OOP Hooks

Contributors (1)

KarlShea

Changelog

Issues: 1 issues resolved.

Changes since 2.0.5 (compare):

Task

views_flipped_table 2.0.5

Removed update hook for class in views to prevent schema error in Drupal 10

Contributors (1)

KarlShea

Changelog

Issues: 0 issues resolved.

Changes since 2.0.3 (compare):

views_flipped_table 2.0.4

Added post-update hooks to match core's table style

Contributors (1)

KarlShea

Changelog

Issues: 0 issues resolved.

Changes since 2.0.3 (compare):

Misc

  • Add post update hooks to match core’s table style

views_flipped_table 2.0.3

Bug fixes

The views-view-flipped-table.html.twig template has been changed.

Some changes bring it closer to the default views-view-table.html.twig, and then a bug was fixed with a variable name so now field name/active sort classes should be appearing on table cells where they wouldn't have before.

You should diff any overridden templates when updating to bring those changes to your overrides.

Contributors (1)

karlshea

Changelog

Issues: 2 issues resolved.

views_flipped_table 7.x-1.2-beta1

New features
Unsupported

IMPORTANT: This release changes the behavior of "Row class" in the style settings to act as "Column class". Since per-row field token replacements don't make much sense in the context of a flipped table, anything entered here will appear on the column. Each <th>/<td> in the column will have that class applied for every <tr> in the table.

This does not impact even/odd/first/last, etc, only whatever was entered in the "Row class" field.

views_flipped_table 7.x-1.1

Bug fixes
New features
Unsupported

You are encouraged to review changes to the default template file, several features have been added that should be moved into any overridden templates.

The $row_classes_flipped variable has also been renamed to $wrapper_classes/$header_classes.

Changes since 7.x-1.0:

views_flipped_table 6.x-1.0-beta2

Unsupported

6.x-1.x-beta2 release to correspond to the version available at views_hacks.

views_flipped_table 6.x-1.0-beta1

Unsupported

6.x-1.0-beta1 version to correspond to the version available at views_hacks.

Subscribe with RSS Subscribe to Releases for Views Flipped Table