From 778ad55a4cfc22e37b688d7138f10096723a3fcd Mon Sep 17 00:00:00 2001 From: -k Date: Sat, 19 Oct 2024 12:32:44 -0700 Subject: [PATCH] chore(release): prepare for 0.19.0 --- CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b56b54..32f1df6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,54 @@ All notable changes to this project will be documented in this file. +## [0.19.0] - 2024-10-19 + +### Bug Fixes + +- Remove `base` element +- Return on error +- Switch on `request.destination` +- Move activation message +- Cache app icons +- Improve default cache strategy +- Cache-bust assets for precache +- Move asset integrity into url parameter +- Resolve extensive header length +- Cache web app assets +- Delay service worker registration +- Move `image` cache bust +- Fix `page_image` path +- Do not cache service worker +- Use strict mode +- Update `sw-load` cache url +- Switch to hardcoded cache version +- Relax `networkResponse` check + +### Documentation + +- Fix `image` csp urls + +### Features + +- Blur `toast` background +- Export `showToast()` +- Use dynamic cache name +- Add `VERSION` + +### Performance + +- Store updated content only + +### Refactor + +- Convert service worker into module +- Move notifications cache +- Add `fetchedResponse()` + +### Styling + +- Reformat service worker + ## [0.18.1] - 2024-10-13 ### Bug Fixes