actiontext 7.1.4.2 → 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 +14 -0
- data/app/assets/javascripts/trix.js +1756 -201
- data/lib/action_text/gem_version.rb +2 -2
- 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,3 +1,15 @@
|
|
|
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
|
+
|
|
1
13
|
## Rails 7.1.4.2 (October 23, 2024) ##
|
|
2
14
|
|
|
3
15
|
* No changes.
|
|
@@ -9,6 +21,8 @@
|
|
|
9
21
|
|
|
10
22
|
[CVE-2024-47888]
|
|
11
23
|
|
|
24
|
+
*John Hawthorn*
|
|
25
|
+
|
|
12
26
|
## Rails 7.1.4 (August 22, 2024) ##
|
|
13
27
|
|
|
14
28
|
* Strip `content` attribute if the key is present but the value is empty
|