stimulus-pdf-viewer-rails 0.3.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 863e0c885d62300048eda7098bb47e91082b609197aa5712557f9e76c1a33cd2
|
|
4
|
+
data.tar.gz: c99cdaa21cd6318fdec59037bd07ec86d1aed8260f45bd17852c90305e903f77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a203691d3cc984e25cae915193472832086a52671137d9ccedf12dd8712033a99d3505c4cb664c5f5eb76943591bbb6f868703fbdf7b75ae3de5acd5957244d
|
|
7
|
+
data.tar.gz: 0bf609b800a496af6828e6382608214a75d6c7d2c583c3a34773797236fe73a7d66073369f28891908477fd6b02c40a19a7765b22d72f47f0d5baf1106087527
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [0.4.0] - 2026-06-24
|
|
6
|
+
|
|
7
|
+
### Added
|
|
8
|
+
- Updated stimulus-pdf-viewer to 0.4.0
|
|
9
|
+
|
|
10
|
+
This pulls in page rotation support (pages with a `/Rotate` value now render
|
|
11
|
+
upright, with text selection and annotation overlays aligned), a stored-XSS fix
|
|
12
|
+
for untrusted annotation data, a crash fix when loading a new PDF, per-page
|
|
13
|
+
sizing for mixed documents, canvas-size clamping for large/zoomed pages, and a
|
|
14
|
+
broad memory-leak cleanup. No breaking changes. See the upstream
|
|
15
|
+
[0.4.0 changelog](https://github.com/jhubert/stimulus-pdf-viewer/blob/main/CHANGELOG.md)
|
|
16
|
+
for full details.
|
|
17
|
+
|
|
5
18
|
## [0.3.2] - 2026-05-13
|
|
6
19
|
|
|
7
20
|
### Added
|