Skip to content

Releases: cds-snc/notification-utils

v48.2.0

13 Sep 11:59
15dc291
Compare
Choose a tag to compare

What's changed

  • Adds support for nested language tags in templates

v47.0.0

06 Jul 18:10
8c567fe
Compare
Choose a tag to compare

What's changed

  • Update werkzeug version to 2.0.2
  • Update test dependencies (pytest, etc)

v46.5.0

04 Apr 12:29
f4c9e20
Compare
Choose a tag to compare

What's Changed

  • Check and hit if Flask endpoints are reachable by WAF by @jimleroyer in #107
  • Latest round for the waffle github action by @jimleroyer in #108
  • Fixed location of the waffle python script in docker entry point by @jimleroyer in #109
  • change master to main in workflows by @jzbahrai in #114
  • feat: get class attribute name/values by @patheard in #117
  • chore: Synced file(s) with cds-snc/site-reliability-engineering by @sre-read-write in #116

Full Changelog: 46.3.0...46.5.0

Allow html bugfix

27 Aug 20:18
8d8a407
Compare
Choose a tag to compare
fix: strip html from preheader for templates where html is allowed (#…

…103)

* fix the bug where html shows up in the email preheader

* added tests and updated version number

New IRCC seals

27 Aug 15:21
5375abd
Compare
Choose a tag to compare

Add tags for the two new IRCC seals

HTML in Email Templates

25 Aug 19:58
c878a88
Compare
Choose a tag to compare

This release adds support for html in email templates.

Service and Template key functions to access redis cache

27 Jul 22:25
64990d8
Compare
Choose a tag to compare

This release includes the addition of functions template_version_cache_key and service_cache_key to generate they respective keys to access template and service data from the redis cache.

Markdown support for setting html `lang` attributes

20 Jul 13:26
d34694d
Compare
Choose a tag to compare
  • Language tags like [[en]]\n ... \n[[/en]] and [[fr]]\n ... \n[[/fr]] can now be included in markdown. These will be parsed into <div lang="en-ca">...</div> and <div lang="fr-ca">...</div> that wrap the content. This is so screen readers will read the content in the correct language.

  • Added alt text to the Canada Wordmark at the bottom of emails

43.11.1

04 Jun 18:46
59645a9
Compare
Choose a tag to compare
fix: fix height of FR GoC logo (#87)

43.11.0

31 May 18:16
be70e9d
Compare
Choose a tag to compare
feat: dark mode support for emails (#86)

* feat: do not specify color for links

* Dark mode for FIP

* Improve dark mode

* Background color as well

* More fixes

* Bottom margin

* Tweak margins

* Adjust email preview

* Adjust logos

* Bump version

* Update tests

* Resize

* Bust Google image cache