actiontext 7.2.0 → 7.2.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d77dbdf62d70a0ee5468ec4b03146cec33d5326dbdd73f3dca7008e516ca751
4
- data.tar.gz: 40ef3f337c58d72213a1655f978793e195d03ad9fecf283115b24af2d4ee359a
3
+ metadata.gz: ae880abbc66a8b853cce05dc41d2962a78d7ce409fb7329a58f39bb1621cf4b2
4
+ data.tar.gz: 0eed3fd02e87093e9520e90577fe1fd560e0ef7da9eaa7ccb1e49751d50362ba
5
5
  SHA512:
6
- metadata.gz: ca3c5b6008ad562a0c98cf0534fbfaadfd5e79fa97a18c7f3f5ba94e78cd782492ccc380a6a798d2e34b820f26667a01276cd4059460da157e5103d8f67ffd14
7
- data.tar.gz: 9b1190da576e6742190168cdadede33cfa915572e25ef661fcd2b29794122b91860164bc1dd4095e7d18bfa136cd05f77ecf2db36a5bb54264bb0bc172de7d91
6
+ metadata.gz: 9d2628de4f89b6f688536e657b1e89d058ae119b5c4f253b836cf51b96a35949bccc673e9a86f9e1dbc35013d66651534e1bb94460ce7374b88ef6575f22d5fa
7
+ data.tar.gz: ad9de254ed7ab1ceb550c44fbae23a594e2abbcaf3533460eb9ecb0544eda5024c6f7c7d3d576c13511bfc11ada6b69f5a75bbf3e1c31cd6afcb1d6121733977
data/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
- ## Rails 7.2.0 (August 09, 2024) ##
1
+ ## Rails 7.2.2.1 (December 10, 2024) ##
2
+
3
+ * Update vendored trix version to 2.1.10
4
+
5
+ *John Hawthorn*
6
+
7
+
8
+ ## Rails 7.2.2 (October 30, 2024) ##
9
+
10
+ * No changes.
11
+
12
+
13
+ ## Rails 7.2.1.2 (October 23, 2024) ##
14
+
15
+ * No changes.
16
+
2
17
 
18
+ ## Rails 7.2.1.1 (October 15, 2024) ##
19
+
20
+ * Avoid backtracing in plain_text_for_blockquote_node
21
+
22
+ [CVE-2024-47888]
23
+
24
+ *John Hawthorn*
25
+
26
+ ## Rails 7.2.1 (August 22, 2024) ##
27
+
28
+ * Strip `content` attribute if the key is present but the value is empty
29
+
30
+ *Jeremy Green*
31
+
32
+
33
+ ## Rails 7.2.0 (August 09, 2024) ##
3
34
  * Only sanitize `content` attribute when present in attachments.
4
35
 
5
36
  *Petrik de Heus*