File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,20 @@ Notable changes to this project are documented in this file. The format is based
6
6
7
7
Breaking changes:
8
8
9
- - ` clipboard ` now returns ` Effect (Maybe Clipboard) ` instead of ` Effect Clipboard ` .
10
- This is because insecure contexts don't have the clipboard available, see
11
- [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard ) .
12
-
13
9
New features:
14
10
15
11
Bugfixes:
16
12
17
13
Other improvements:
18
14
15
+
16
+ ## [ v6.0.0] ( https://github.com/purescript-web/purescript-web-clipboard/releases/tag/v6.0.0 ) - 2024-09-12
17
+
18
+ Breaking changes:
19
+ - ` clipboard ` now returns ` Effect (Maybe Clipboard) ` instead of ` Effect Clipboard ` .
20
+ This is because insecure contexts don't have the clipboard available, see
21
+ [ MDN] ( https://developer.mozilla.org/en-US/docs/Web/API/Navigator/clipboard ) . (#15 by @ysangkok )
22
+
19
23
## [ v5.0.0] ( https://github.com/purescript-web/purescript-web-clipboard/releases/tag/v5.0.0 ) - 2022-11-26
20
24
21
25
Breaking changes:
You can’t perform that action at this time.
0 commit comments