ultimate_turbo_modal 2.0.0 → 2.0.1

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: f3b5904322605f3b7396d94ded0bdc75811c650a60f2519a0146ae35264dba8d
4
- data.tar.gz: c15e270e64dc9edd02dee5edaf34d628675939753652dda7ddee66350e5ea0ff
3
+ metadata.gz: d5fdea054587cce77438cee439587f3ce28ca49a2b6626d1c1bacd5acf4cf5bb
4
+ data.tar.gz: 1662f021dae0bdc0a9ff9a2cc2c2a2fd29577bedddf51829249b8b3b61d35c31
5
5
  SHA512:
6
- metadata.gz: b4201e5baf0af117cd4899ed12ade81dabc871766124922b5b37ff26eab65affcbeefeb9e41c0f4e9de314c7495f2e36c9ac65b8c95cff63dc4c415f66f93eb0
7
- data.tar.gz: 30d25cd678cd64d36211043def154e5e8ec5c6c71fd4956b58b9fdd9be1bb75541aaa25332507283e0aebd78ef7b031a0eba268859894628b2a44525325a6d04
6
+ metadata.gz: 76a068194d26f01d2940945237b6acb97abaa7621fbdb50ea4665b5f7cf85ddc2c6fd03f1b1486ec6f3f2d7fbb0463b6540ad5fe1865b455e407a33a83499331
7
+ data.tar.gz: e76696e1d26cb19a62bb71c41ecba7e5d0193e86b7a4c055e0094944108cbbdb75aea4c26c9648a464985e8b8698e7e3595f74525f1ebe4e220e9659b334cec3
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [2.0.0] - 2025-04-11
2
+
3
+ - Properly call `raw` for Phlex 2, and `unsafe_raw` for Phlex 1. Thanks @cavenk!
4
+
1
5
  ## [2.0.0] - 2025-04-07 - Breaking changes!
2
6
 
3
7
  - Much simplified installation with a Rails generator
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ultimate_turbo_modal (2.0.0)
4
+ ultimate_turbo_modal (2.0.1)
5
5
  phlex-rails
6
6
  rails
7
7
  stimulus-rails
data/README.md CHANGED
@@ -22,17 +22,6 @@ $ bundle exec rails g ultimate_turbo_modal:install
22
22
   
23
23
   
24
24
 
25
- ### Upgrading from version 1.x
26
-
27
- - Remove the two `setupUltimateTurboModal`-related lines from `app/javascript/controllers/index.js`:
28
-
29
- - Remove anything UTMR-specific in `tailwind.config.js`.
30
-
31
- - Remove the optional Idiomorph tweaks:
32
- - `<script src="https://unpkg.com/idiomorph"></script>` from your HTML
33
- - `addEventListener("turbo:before-frame-render", (event) => {...` from `application.js`
34
- - Update the gem to the newest version and follow the installation instructions above.
35
-
36
25
  ## Features and capabilities
37
26
 
38
27
  - Extremely easy to use
@@ -163,6 +152,18 @@ You can set a custom title and footer by passing a block. For example
163
152
 
164
153
  &nbsp;
165
154
  &nbsp;
155
+
156
+ ## Upgrading from version 1.x
157
+
158
+ - Remove the two `setupUltimateTurboModal`-related lines from `app/javascript/controllers/index.js`:
159
+
160
+ - Remove anything UTMR-specific in `tailwind.config.js`.
161
+
162
+ - Remove the optional Idiomorph tweaks:
163
+ - `<script src="https://unpkg.com/idiomorph"></script>` from your HTML
164
+ - `addEventListener("turbo:before-frame-render", (event) => {...` from `application.js`
165
+ - Update the gem to the newest version and follow the installation instructions above.
166
+
166
167
  ## Thanks
167
168
 
168
169
  Thanks to [@joeldrapper](https://github.com/joeldrapper) and [@konnorrogers](https://github.com/KonnorRogers) for all the help!
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.0.1