This commit is contained in:
carson 2020-11-23 13:15:59 -07:00
parent 212898a493
commit 886457d857
5 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,10 @@
# Changelog
## [1.0.0] - 2020-12-?
* Bumped the release version :)
## [0.4.1] - 2020-11-23
* Fixed bug with title tag support when title tag contained HTML entities

View File

@ -33,7 +33,7 @@ By removing these arbitrary constraints htmx completes HTML as a
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.4.1"></script>
<script src="https://unpkg.com/htmx.org@1.0.0"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me

View File

@ -5,7 +5,7 @@
"AJAX",
"HTML"
],
"version": "0.4.1",
"version": "1.0.0",
"homepage": "https://htmx.org/",
"bugs": {
"url": "https://github.com/bigskysoftware/htmx/issues"

View File

@ -97,7 +97,7 @@ It can be used via [NPM](https://www.npmjs.com/) as "`htmx.org`" or downloaded o
[unpkg](https://unpkg.com/browse/htmx.org/) or your other favorite NPM-based CDN:
``` html
<script src="https://unpkg.com/htmx.org@0.4.1"></script>
<script src="https://unpkg.com/htmx.org@1.0.0"></script>
```
## <a name="ajax"></a> [AJAX](#ajax)

View File

@ -36,7 +36,7 @@ By removing these arbitrary constraints htmx completes HTML as a
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.4.1"></script>
<script src="https://unpkg.com/htmx.org@1.0.0"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me