Skip to content

Releases: localgovdrupal/localgov_alert_banner

1.5.2

07 Nov 15:04
d00d82b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.1...1.5.2

1.5.1

08 Sep 21:09
1385ff9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

11 Jul 13:30
badb441
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.5.0

1.4.1

06 Jun 13:19
3e8acf2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.4.0...1.4.1

1.4.0

25 Apr 13:55
dccab59
Compare
Choose a tag to compare

Hightlights

Default behaviour of the alert banner confirmation form has now changed, the default action will be to not unpublish previous alert banners by default.
This also address PHP 8 / Drupal 10 deprecations, and swaps the default library for the hide cookie to js-cookie.

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

21 Feb 16:35
26b6672
Compare
Choose a tag to compare

This release adds new permissions to check a user can actully access the banner before displaying.
A database update is required to add the view permission to anonymous and authenticated users.

What's Changed

Full Changelog: 1.2.1...1.3.0

1.2.1

05 Oct 15:02
abf436b
Compare
Choose a tag to compare

Patch release, to include:

@danchamp Add alert banner title to the hide button aria-label attribute 111bc1a
@finnlewis Add optional placement of blocks for localgo_scarfolk theme as well a… 10eae7d

1.2.0

16 Sep 11:13
f2d7124
Compare
Choose a tag to compare

New features

  • Alters Alert Banner to use Workflow and Content Moderation #159
  • Adds support for Scheduling Alert Banners if the Scheduled Transitions module is installed #159
  • Adds new submodule with a full screen alert banner type #133

New user permissions

  • use localgov_alert_banners transition publish
  • use localgov_alert_banners transition unpublish

1.1.3

01 Sep 16:18
9f4a61c
Compare
Choose a tag to compare

Changelog:

#164 @stephen-cox @ekes @finnlewis Update blocks to use the new LocalGov Base theme
#167 @stephen-cox @finnlewis Fix Github CI tests

1.1.2

19 Aug 17:35
acb983f
Compare
Choose a tag to compare

Bugfix release for cache issues when excluding the banner from a page.
Also removes the need to flush all caches when editing or publishing a new banner (Thanks @Adnan-cds)

Commits on Jul 02, 2021
@andybroomfield
Fix adding cache contexts only when it has an effect on visibility …
ab0a712
Commits on Jul 05, 2021
@markconroy
swap modifier to element to follow BEM
77f3a83
Commits on Jul 07, 2021
@andybroomfield
Fix display the banner link when no title …
5c46105
Commits on Jul 08, 2021
@Adnan-cds
Cache clear can now rely on cache tag invalidation. …
430d0e6
@markconroy
Merge pull request #157 from localgovdrupal/hotfix/1.x-bem-coding-sta… …
1d7638c
@markconroy
Merge pull request #148 from localgovdrupal/fix/147-link-no-title …
a0f2c7d
Commits on Jul 16, 2021
@Adnan-cds
Revert "Cache clear can now rely on cache tag invalidation." …
d5a57ca
@Adnan-cds
Cache clear improvement. …
ec37303
@andybroomfield
Merge pull request #155 from localgovdrupal/fix/154-cache-context-con… …
c1ce09c
Commits on Jul 26, 2021
@andybroomfield
Merge pull request #158 from localgovdrupal/feature/no-flush-all-cache …