bump dev version and merge 0.0.6 fix

fixes https://github.com/bigskysoftware/htmx/issues/107
This commit is contained in:
carson 2020-06-21 06:12:12 -07:00
parent 89c9af52d6
commit 5c37241167
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ IE11 compatible
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.0.6"></script>
<script src="https://unpkg.com/htmx.org@0.0.7"></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.0.6",
"version": "0.0.7",
"homepage": "https://htmx.org/",
"bugs": {
"url": "https://github.com/bigskysoftware/htmx/issues"

View File

@ -94,7 +94,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.0.6"></script>
<script src="https://unpkg.com/htmx.org@0.0.7"></script>
```
## <a name="ajax"></a> [AJAX](#ajax)

View File

@ -17,7 +17,7 @@ Using an extension involves two steps:
Here is an example
```html
<script src="https://unpkg.com/htmx.org@0.0.6/dist/ext/debug.js"></script>
<script src="https://unpkg.com/htmx.org@0.0.7/dist/ext/debug.js"></script>
<button hx-post="/example" hx-ext="debug">This Button Uses The Debug Extension</button>
```

View File

@ -26,7 +26,7 @@ IE11 compatible
```html
<!-- Load from unpkg -->
<script src="https://unpkg.com/htmx.org@0.0.6"></script>
<script src="https://unpkg.com/htmx.org@0.0.7"></script>
<!-- have a button POST a click via AJAX -->
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me