Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garyb authored Aug 12, 2024
1 parent 144f99f commit 5097a2f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,20 @@ Notable changes to this project are documented in this file. The format is based

Breaking changes:

- `clipboard` now returns `Effect (Maybe Clipboard)` instead of `Effect Clipboard`.
This is because insecure contexts don't have the clipboard available, see
[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard).

New features:

Bugfixes:

Other improvements:


## [v6.0.0](https://github.com/purescript-web/purescript-web-clipboard/releases/tag/v6.0.0) - 2024-09-12

Breaking changes:
- `clipboard` now returns `Effect (Maybe Clipboard)` instead of `Effect Clipboard`.
This is because insecure contexts don't have the clipboard available, see
[MDN](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard). (#15 by @ysangkok)

## [v5.0.0](https://github.com/purescript-web/purescript-web-clipboard/releases/tag/v5.0.0) - 2022-11-26

Breaking changes:
Expand Down

0 comments on commit 5097a2f

Please sign in to comment.