Releases: cds-snc/notification-utils
Releases · cds-snc/notification-utils
v48.2.0
v47.0.0
What's changed
- Update werkzeug version to 2.0.2
- Update test dependencies (pytest, etc)
v46.5.0
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
46.2.0 fix: strip html from preheader for templates where html is allowed (#…
New IRCC seals
Add tags for the two new IRCC seals
HTML in Email Templates
This release adds support for html in email templates.
Service and Template key functions to access redis cache
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
-
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
fix: fix height of FR GoC logo (#87)
43.11.0
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