Skip to content

Commit

Permalink
chore(release): prepare for 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Oct 19, 2024
1 parent 985d548 commit 778ad55
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 778ad55

Please sign in to comment.