Skip to content

Releases: localgovdrupal/localgov_core

2.13.1

19 Mar 12:05
fc933f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.13.0...2.13.1

2.13.0

23 Nov 10:20
50aece6
Compare
Choose a tag to compare

New stacked header

The page header block now has the option to have a subtitle within the h1.

To use this, modify or create an event subscriber for the localgov_core.page_header_display and set $event->setSubTitle('Subtitle').

To use in your theme, if you have customised localgov-page-header-block.html.twig you will need to add {{ subtitle }} inside your h1 block to see the subtitle.
eg.

<h1 class="header">
  {{ title }}
  {% if subtitle %}
    <div class="header__subtitle">{{ subtitle }}</div>
  {% endif %}
</h1>

What's Changed

Full Changelog: 2.12.2...2.13.0

2.12.2

04 Aug 14:50
2dcbd8c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.1...2.12.2

2.12.1

17 Jul 13:35
9a77c89
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.12.0...2.12.1

2.12.0

22 Jun 13:28
1ff4939
Compare
Choose a tag to compare

What's Changed

Adds Drupal 10 compatibility and replaces CKEditor 4 with CKEditor 5 for new installations.

New Contributors

Full Changelog: 2.11.2...2.12.0

2.11.2

15 May 13:53
e15adc8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.11...2.11.2

2.11.1

24 Apr 13:44
2d4a8c2
Compare
Choose a tag to compare

What's Changed

  • changed image labels from visually-hidden to hidden by @bisd in #166

New Contributors

  • @bisd made their first contribution in #166

Full Changelog: 2.1.10...2.1.11

2.1.10

17 Nov 12:57
29b2b41
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.9...2.1.10

2.1.9

31 Oct 14:38
2462b4e
Compare
Choose a tag to compare

What's Changed

  • Adds a mechanism for subscribers to PageHeaderDisplayEvent to set the cache tags on the PageHeaderBlock. by @rupertj in #152
  • 2.1.9 release by @finnlewis in #154

New Contributors

Full Changelog: 2.1.8...2.1.9

2.1.8

26 Sep 14:29
beab74a
Compare
Choose a tag to compare

What's Changed

  • Remove dependency on field_formatter_class module by @ekes in #150
  • Add media_library_edit to allow media items to be edited after they'v… by @msayoung in #146
  • Add a freestyle crop, image styles and responsive image style, image… by @msayoung in #145
  • 2.1.8 release by @finnlewis in #151

Full Changelog: 2.1.7...2.1.8