Skip to content

Commit

Permalink
Prepare release v2.0.0 (#126)
Browse files Browse the repository at this point in the history
* Prepare release v2.0.0

* Update CHANGELOG
  • Loading branch information
miguelnietoa authored Feb 26, 2024
1 parent 5ee5ef1 commit fbffe12
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.0.0 (26.02.2024)

* ⚠️ **Breaking change:** The plugin now requires a proxy to fetch images from Unsplash. This change is made to adhere to the [Unsplash API guidelines](https://help.unsplash.com/en/articles/2511245-unsplash-api-guidelines) and enhance security by preventing the exposure of the Unsplash Access Key on the client-side.

Each user of the plugin needs to set up their own proxy that forwards requests to the Unsplash API. Learn more about this requirement and how to configure the proxy in [this guide](https://github.com/kommitters/editorjs-inline-image/blob/main/proxy_api.md).

To integrate the proxy, set the proxy URL in the `config.unsplash.apiUrl` parameter.

Pull request: [Do not expose Unsplash Access Key by receiving the proxy URL #124](https://github.com/kommitters/editorjs-inline-image/pull/124)

* Update dependencies:
* [Update all dependencies and allowed-endpoints in CI, CD, Scorecards workflows #116](https://github.com/kommitters/editorjs-inline-image/pull/116)
* [Bump webpack from 5.53.0 to 5.76.0 [SECURITY] #117](https://github.com/kommitters/editorjs-inline-image/pull/117)
* [Update dependency axios to v1.6.0 [SECURITY] #123](https://github.com/kommitters/editorjs-inline-image/pull/123)

## 1.2.4 (16.01.2023)

* Update all dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "editorjs-inline-image",
"version": "1.2.4",
"version": "2.0.0",
"keywords": [
"tool",
"image",
Expand Down

0 comments on commit fbffe12

Please sign in to comment.