Releases: kommitters/editorjs-inline-image
Releases · kommitters/editorjs-inline-image
v2.2.2
v2.2.1
v2.2.0
v2.1.1
v2.1.0
2.1.0 (04.04.2024)
- Update the security policy. SeePR #137
- Update all dependencies. SeePR #134
- Replace and remove
intrinsic-scale
. SeePR #134 - Implement orientation feature to select query images between landscape, portrait, and squarish. See Issue #135
v2.0.0
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 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.
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
-
Update dependencies:
v1.2.4
1.2.4 (16.01.2023)
- Update all dependencies.
- Block egress traffic in GitHub Actions.
- Add stability badge in README.
v1.2.3
1.2.3 (28.12.2022)
- Add Renovate as dependency update tool.
- Keep read-only permissions in CI workflow.
v1.2.2
1.2.2 (22.12.2022)
- Apply security best practices hardening GitHub Actions.
v1.2.1
1.2.1 (07.12.2022)
- Bump minimatch from 3.0.4 to 3.1.2