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 +4 -4
- data/CHANGELOG.md +4 -0
- data/Gemfile.lock +1 -1
- data/README.md +10 -4
- data/UPGRADING.md +1 -1
- data/VERSION +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4006bd50ba1693d0d012a648cf4a8d500082f9f58ba02c00d828233d3437b46a
|
|
4
|
+
data.tar.gz: e7377b811456a99d875a0d0450690d63c4e1dec41e1e8e21dfe5110210e529a5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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
|
+
[](https://youtu.be/qXoeyxuyn7w)
|
|
14
|
+
|
|
15
|
+
| | |
|
|
16
|
+
|:-------------------------:|:-------------------------:|
|
|
17
|
+
|  |  |
|
|
18
|
+
|  |  |
|
|
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
|
+
3.0.2
|