actiontext 7.1.4.1 → 7.1.5.1
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 +4 -4
- data/CHANGELOG.md +19 -0
- data/app/assets/javascripts/trix.js +1756 -201
- data/lib/action_text/gem_version.rb +1 -1
- data/package.json +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb74f8a7619b8294b0f780f649611245104b6024e96887adad4ccdafb54076db
|
4
|
+
data.tar.gz: 97c1d24e0a68191e7909bdbb7bd4f63a61086c73a4d4f8c64921fe0150c04c08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ba1c7ad2177a86adc5d155070860fd09f5c4fe2485912dad6419aa748e0d6843cf874bc69361cee342096b86ac7cfc30038727473e5f09434457b328b48f53d
|
7
|
+
data.tar.gz: d1ee2ce1e3f1c4d2c0063251d2257aefa03b3fd7db4eeca59143f033ecb0da68c2c787e02bba421ac3b11d944acebc51b4bce3a01cd83b7ef38cc0213543cff5
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,28 @@
|
|
1
|
+
## Rails 7.1.5.1 (December 10, 2024) ##
|
2
|
+
|
3
|
+
* Update vendored trix version to 2.1.10
|
4
|
+
|
5
|
+
*John Hawthorn*
|
6
|
+
|
7
|
+
|
8
|
+
## Rails 7.1.5 (October 30, 2024) ##
|
9
|
+
|
10
|
+
* No changes.
|
11
|
+
|
12
|
+
|
13
|
+
## Rails 7.1.4.2 (October 23, 2024) ##
|
14
|
+
|
15
|
+
* No changes.
|
16
|
+
|
17
|
+
|
1
18
|
## Rails 7.1.4.1 (October 15, 2024) ##
|
2
19
|
|
3
20
|
* Avoid backtracing in plain_text_for_blockquote_node
|
4
21
|
|
5
22
|
[CVE-2024-47888]
|
6
23
|
|
24
|
+
*John Hawthorn*
|
25
|
+
|
7
26
|
## Rails 7.1.4 (August 22, 2024) ##
|
8
27
|
|
9
28
|
* Strip `content` attribute if the key is present but the value is empty
|