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: 94c69ce661ffbfcc99fa65676d97183b65252cb525c69ac4ef4d0dd128a6ba48
4
- data.tar.gz: c51c519b51d76b496afa78ffa68703bf7eb17e2f147516de224e75bf6c834bfe
3
+ metadata.gz: 863e0c885d62300048eda7098bb47e91082b609197aa5712557f9e76c1a33cd2
4
+ data.tar.gz: c99cdaa21cd6318fdec59037bd07ec86d1aed8260f45bd17852c90305e903f77
5
5
  SHA512:
6
- metadata.gz: db307a6dc1e632f7d4e6ddb1c5fec962c421e4981a0e713e71b33686d5b82bf9f3a16ac297049c50bd217424254e863aaca8d63320d695c6feadea5be7bbad6b
7
- data.tar.gz: d01c3a7398acf4b25054685c87258bf1dc9d24718905c014c5b41410d0bcb0f878c9495ec7f13e639d2071adb3737625e88e793da97424014fe0a43ae82f4733
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