ultimate_turbo_modal 3.1.1 → 3.1.2

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/Gemfile.lock +1 -1
  4. data/VERSION +1 -1
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3e19370968d364e444c838ab19a43d7173d369377bb78b865a80c1e46a58c84
4
- data.tar.gz: cdd528a7a2f02e3e6149351281b49ae27115cc1be15980b8cd3330fc3dcf8ed7
3
+ metadata.gz: c4d5ac23c5a9f60d8106bbbc0298d5c9077adf2fff733d650c69b64cfca43fc0
4
+ data.tar.gz: c49fce6b629d85895271d5ed1feca395ffeb715652269705bab0575763323ebe
5
5
  SHA512:
6
- metadata.gz: 8b231f3e961b42f3be9f165399ad0de347330c7d3b58aef25c3a6dcaf93f35b2fc2b73692994838f9a3c418242c02a8e1a2ea68e1693657170085a4b4cfcb360
7
- data.tar.gz: e6356a395c4dd286696479cc0f3dca969e6310aee71181792b7ef2d53ff95344cc812985fb25121ed6c2ae8702ce831e69e45609d0a64a5165d9b060bdd90343
6
+ metadata.gz: f8d81256366eb343f6c67806ff635a818fe9660d288189f93ed37d21f03e10252f346578b50cdab320a62fc956f33ac32cd4c2fbbaa0d88bc0cd27cc8ddc1ef3
7
+ data.tar.gz: dd4ad52607db65e05ee7cdd9b2201a6d3190c2217d78ddf88391fa79040d9008eb4e20b090b4997855fc7c53e0a36327c2836af83349973b921dced7e41d2e47
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [3.1.2] - 2026-05-01
4
+
5
+ - Fixed page content shifting right when a modal or drawer opens.
6
+
3
7
  ## [3.1.1] - 2026-05-01
4
8
 
5
9
  - Fixed validation errors and multi-step forms inside a stacked modal closing the modal instead of updating in place.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ultimate_turbo_modal (3.1.1)
4
+ ultimate_turbo_modal (3.1.2)
5
5
  actionpack (>= 8.0)
6
6
  activesupport (>= 8.0)
7
7
  phlex-rails (>= 2.0)
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.1
1
+ 3.1.2
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultimate_turbo_modal
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1
4
+ version: 3.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Mercier