Skip to content

Commit

Permalink
Merge 73c9b5c into 79f997f
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRodriguezS committed Apr 4, 2024
2 parents 79f997f + 73c9b5c commit 9fdc6c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.1.0 (04.04.2024)

* Update the security policy. See[PR #137](https://github.com/kommitters/editorjs-inline-image/pull/137)
* Update all dependencies. See[PR #134](https://github.com/kommitters/editorjs-inline-image/pull/134)
* Replace and remove `intrinsic-scale`. See[PR #134](https://github.com/kommitters/editorjs-inline-image/pull/134)
* Implement orientation feature to select query images between landscape, portrait, and squarish. See [Issue #135](https://github.com/kommitters/editorjs-inline-image/issues/135)

## 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.
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": "2.0.0",
"version": "2.1.0",
"keywords": [
"tool",
"image",
Expand Down

0 comments on commit 9fdc6c9

Please sign in to comment.