Problem/Motivation
Changes were made to the field.html.twig template. When upgrading from 2.x to 3.x the admins should be informed that if they overwrote this file in custom templates, they may have to update the contents.
These are the two relevant issues:
#1343578: [3.x] Add optional wrapper around field items and fix class structure
#3303655: [2.x INFO] Setting Field label "none" hides the label value (BC)
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork fences-3303728
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #6
grevil commentedCreated update hook for breaking change notice.
Comment #7
anybodyComment #9
grevil commentedVery nice, fixed!