ultimate_turbo_modal 3.0.0.beta.2 → 3.0.0
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/.rubocop.yml +1 -1
- data/CHANGELOG.md +3 -1
- data/Gemfile.lock +1 -1
- data/README.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: e411c9c81c6a9d66e510bec9419320098ffe600585b40c7dfb2030be2a5850d9
|
|
4
|
+
data.tar.gz: 6d96129a3bc0c1df07c42e3fc590a4fb9fcc33d3b52ebb07b36c0746f5337e04
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a1946c9a3238294a9c4ea52a1459ea9e6e220eee55e3e4ed3717e1bae5840922c52c6d9b01dc42d8b08450b0c36ee51090854cad36057d39e7d06f7943f5955
|
|
7
|
+
data.tar.gz: f82213efb17b0a364e06d1e131684466e9b5f6e35f2cdf0166ecab10b191469e1b96fc035955e5fb612259e30d05f5bbc16cf515c646fbf1e65b1b8ca1d791c4
|
data/.rubocop.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
## [3.0.0] -
|
|
1
|
+
## [3.0.0] - 2026-03-21
|
|
2
|
+
|
|
3
|
+
Upgrading is easy! See [UPGRADING.md](UPGRADING.md)
|
|
2
4
|
|
|
3
5
|
- **BREAKING**: Replaced div-based modal with native HTML `<dialog>` element.
|
|
4
6
|
- **BREAKING**: If you customized the look and feel of a flavor, you'll need to reapply your customizations since the underlying markup has changed.
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -217,7 +217,7 @@ Link to it the same way as a modal:
|
|
|
217
217
|
|
|
218
218
|
## Demo Video
|
|
219
219
|
|
|
220
|
-
A video demo can be seen here: [https://youtu.be/
|
|
220
|
+
A video demo can be seen here: [https://youtu.be/qXoeyxuyn7w](https://youtu.be/qXoeyxuyn7w).
|
|
221
221
|
|
|
222
222
|
### Running the Demo Application
|
|
223
223
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.0
|
|
1
|
+
3.0.0
|