actiontext 7.1.0 → 7.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ce13c8faeb8f9bcf3441a49d769957b3ac5a3bb49b3ad9ea5f94cc09fcf097d
4
- data.tar.gz: c2c4eb94d5f0775ec3031f8f5b67adf3f2e6372d8f92a59b1cc5f3fd18b6e392
3
+ metadata.gz: 36fe5f0d6a4925ffa34abf90f51c05fdb81bfc69eefdf180162759e46f9c1200
4
+ data.tar.gz: e1359ff60168b2cabac94d064d6f13433d7cd44ab55a6a569ae4bd6112675a4d
5
5
  SHA512:
6
- metadata.gz: d24b4ed35f0098e72d1012e89668d1beb3760e54c18935bd5e8b4265929c1532faa0763de646a20d058ed5153381c926075cf9cc195eb0118c0e5bd367e02f53
7
- data.tar.gz: c8c01b15119ac377154d88319e7c1f30e14e551694067e462ab11d1d9b0d639d88cddd495f77f66794cc5ee1d4c0625487b37a37cc5081e8faf885d66f7242e8
6
+ metadata.gz: d832139704222aeb74ed6fd21dbec6fa18bf004902072fe5a9cfbb71c1008ef89745cc3587609c4809d7adcf110510957868f3aa20875f41928a6f472c5259a6
7
+ data.tar.gz: d990facfb05949e439b853bded6a9fd75517cbd475493cdb5c39606e6e6ea915a905a9ab4382a12c8ea688dd43789a5b4e5d2fcea8780652ab390e5e5bd42fc9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,27 @@
1
+ ## Rails 7.1.2 (November 10, 2023) ##
2
+
3
+ * Compile ESM package that can be used directly in the browser as actiontext.esm.js
4
+
5
+ *Matias Grunberg*
6
+
7
+ * Fix using actiontext.js with Sprockets
8
+
9
+ *Matias Grunberg*
10
+
11
+ * Upgrade Trix to 2.0.7
12
+
13
+ *Hartley McGuire*
14
+
15
+ * Fix using Trix with Sprockets
16
+
17
+ *Hartley McGuire*
18
+
19
+
20
+ ## Rails 7.1.1 (October 11, 2023) ##
21
+
22
+ * No changes.
23
+
24
+
1
25
  ## Rails 7.1.0 (October 05, 2023) ##
2
26
 
3
27
  * No changes.