Skip to content

Commit e1220e0

Browse files
committed
i am once again asking revealed to work in htmx
1 parent 822132d commit e1220e0

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.8.4] - 2022-11-05
4+
5+
* Fix the _exact same_ regression in `revealed` logic as in 1.8.2
6+
37
## [1.8.3] - 2022-11-04
48

59
* A new [`htmx:confirm` event](/events#htmx:confirm) was added that allows for asynchronous confirmation dialogs to

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By removing these arbitrary constraints htmx completes HTML as a
3434
## quick start
3535

3636
```html
37-
<script src="https://unpkg.com/htmx.org@1.8.3"></script>
37+
<script src="https://unpkg.com/htmx.org@1.8.4"></script>
3838
<!-- have a button POST a click via AJAX -->
3939
<button hx-post="/clicked" hx-swap="outerHTML">
4040
Click Me

www/docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The fastest way to get going with htmx is to load it via a CDN. You can simply a
113113
and get going:
114114

115115
```html
116-
<script src="https://unpkg.com/htmx.org@1.8.4" integrity="sha384-e2no7T1BxIs3ngCTptBu4TjvRWF4bBjFW0pt7TpxOEkRJuvrjRt29znnYuoLTz9S" crossorigin="anonymous"></script>
116+
<script src="https://unpkg.com/htmx.org@1.8.4" integrity="sha384-wg5Y/JwF7VxGk4zLsJEcAojRtlVp1FKKdGy1qN+OMtdq72WRvX/EdRdqg/LOhYeV" crossorigin="anonymous"></script>
117117
```
118118

119119
While the CDN approach is extremely simple, you may want to consider [not using CDNs in production](https://blog.wesleyac.com/posts/why-not-javascript-cdn).

0 commit comments

Comments
 (0)