Skip to content

Commit

Permalink
Merge pull request #287 from Basaingeal/release/v1.2.3
Browse files Browse the repository at this point in the history
v1.2.3 changes
  • Loading branch information
Basaingeal authored May 13, 2020
2 parents b153ed6 + b2df3e6 commit 2e6e95b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.2.2
# v1.2.3

- bump `Microsoft.AspNetCore.Components` to `3.1.3`
- bump `Microsoft.AspNetCore.Components.Web` to `3.1.3`
- bump `Microsoft.AspNetCore.Components` to `3.1.4`
- bump `Microsoft.AspNetCore.Components.Web` to `3.1.4`
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This package provides Blazor applications with access to the browser's [Clipboar

| Chrome | Edge Legacy | Edge (Chromium) | Firefox | IE | Opera | Safari |
| :----: | :---------: | :-------------: | :-----: | :---: | :----: | :----: |
| ✔️ 63+ || ✔️ |\* || ✔️ 53+ | |
| ✔️ 63+ || ✔️ |\* || ✔️ 53+ | ✔️ |

_\* Firefox does support the clipboard API, but in a very restricted way that Blazor doesn't support._

Expand All @@ -64,4 +64,5 @@ The Clipboard API is a relatively new API and presents some security concerns, s
### References

[Unblocking Clipboard Access](https://developers.google.com/web/updates/2018/03/clipboardapi)

[Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "currietechnologies-razorclipboard",
"version": "1.2.2",
"version": "1.2.3",
"description": "A Razor Class Library for interacting with the browser clipboard",
"scripts": {
"build": "SET NODE_ENV=production && webpack -p --color",
Expand Down

0 comments on commit 2e6e95b

Please sign in to comment.