ultimate_turbo_modal 3.0.1 → 3.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75c1a9bc8aa1e67e2b9682a2fbae9530ec53bb7502118b52a6ada25e335eaac6
4
- data.tar.gz: ade9bca8c3b726d61000594fc2ee46f5be2fefbd917a21dad3138c5afdf1f73d
3
+ metadata.gz: 4006bd50ba1693d0d012a648cf4a8d500082f9f58ba02c00d828233d3437b46a
4
+ data.tar.gz: e7377b811456a99d875a0d0450690d63c4e1dec41e1e8e21dfe5110210e529a5
5
5
  SHA512:
6
- metadata.gz: ea962dfdff960cd8673dff140cb609e67891d4131bca42f121b6c79f3ca63f7d8193fdc6e0a6ff9a4eb43f92292c495417c336486a09908c3c7dd0c897c98474
7
- data.tar.gz: 491cea8943547a356ca4e2f01b241f56156635b5708641684963d876170ad00edc9d17dce8a4e4c5ea589489bf9bd1291e7e500dbfc84d19ac005210f2f7693c
6
+ metadata.gz: 85529b5b0438d441e75bb50ecc58733d938a3e4486b8935273c57bc7f3a5bb82e99a263a92a5ccb7618ddfd860ad84be3cd1de7d9f3146d9eba07977dff7a6c0
7
+ data.tar.gz: d2d481a1a9713e6adec93a679c3f59ad285eb7acd6c866a01d45cf496fa82422ea0c84fe2c060439af41950276645d889f216404714ead27df185b890bcff743
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [3.0.2] - 2026-03-22
2
+
3
+ - Fixed npm package not being found on JSPM, which prevented `bin/importmap pin` from working ([#46](https://github.com/cmer/ultimate_turbo_modal/issues/46)).
4
+
1
5
  ## [3.0.1] - 2026-03-21
2
6
 
3
7
  - Fixed missing bottom padding on vanilla flavor drawer header when header divider is enabled.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ultimate_turbo_modal (3.0.1)
4
+ ultimate_turbo_modal (3.0.2)
5
5
  actionpack (>= 8.0)
6
6
  activesupport (>= 8.0)
7
7
  phlex-rails (>= 2.0)
data/README.md CHANGED
@@ -8,6 +8,16 @@ Under the hood, it uses [Stimulus](https://stimulus.hotwired.dev), [Turbo](https
8
8
 
9
9
  It ships in two flavors: Tailwind (v4+) and vanilla CSS. It is easy to create your own flavor to suit your needs.
10
10
 
11
+ ## Screenshots & Demo Video
12
+
13
+ [![Demo Video](/screenshots/light-showcase-play.webp "Demo Video")](https://youtu.be/qXoeyxuyn7w)
14
+
15
+ | | |
16
+ |:-------------------------:|:-------------------------:|
17
+ | ![Light Modal Form](/screenshots/light-modal-form.webp "Light Modal Form") | ![Light Long Scrollable Modal](/screenshots/light-long-scrollable-modal.webp "Light Long Scrollable Modal") |
18
+ | ![Light Drawer with Footer](/screenshots/light-drawer-with-footer.webp "Light Drawer with Footer") | ![Dark Modal Form](/screenshots/dark-modal-form.webp "Dark Modal Form") |
19
+ | | |
20
+
11
21
 
12
22
  ## Installation
13
23
 
@@ -215,10 +225,6 @@ Link to it the same way as a modal:
215
225
  - Smooth redirects: form submissions that redirect back to the same page morph the content behind the modal before closing; redirects to a different page close the modal with animation first, then navigate
216
226
 
217
227
 
218
- ## Demo Video
219
-
220
- A video demo can be seen here: [https://youtu.be/qXoeyxuyn7w](https://youtu.be/qXoeyxuyn7w).
221
-
222
228
  ### Running the Demo Application
223
229
 
224
230
  The repository includes a demo application in the `demo-app` directory that showcases all the features of Ultimate Turbo Modal. To run it locally:
data/UPGRADING.md CHANGED
@@ -18,7 +18,7 @@ v3.0 includes a few breaking changes. See [CHANGELOG.md](CHANGELOG.md) for a com
18
18
 
19
19
  ### Upgrading like a cavemen
20
20
 
21
- If you're old school and prefer to upgrade manually, without an LLM, it's pretty easy. Just follow the instructions at [LLM/UPGRADE-TO-VERSION-3.md].
21
+ If you're old school and prefer to upgrade manually, without an LLM, it's pretty easy. Just follow the instructions at [LLM/UPGRADE-TO-VERSION-3.md](LLM/UPGRADE-TO-VERSION-3.md).
22
22
 
23
23
 
24
24
  ## Updating between minor versions
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.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.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carl Mercier