web update for 0.1.1

This commit is contained in:
carson 2020-09-18 09:01:31 -06:00
parent 4e15653adb
commit e088280f01
4 changed files with 6 additions and 6 deletions

View File

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

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: [unpkg](https://unpkg.com/browse/htmx.org/) or your other favorite NPM-based CDN:
``` html ``` html
<script src="https://unpkg.com/htmx.org@0.1.0"></script> <script src="https://unpkg.com/htmx.org@0.1.1"></script>
``` ```
## <a name="ajax"></a> [AJAX](#ajax) ## <a name="ajax"></a> [AJAX](#ajax)

View File

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

View File

@ -1,13 +1,13 @@
--- ---
layout: layout.njk layout: layout.njk
tags: post tags: post
title: htmx 0.1.0 has been released! title: htmx 0.1.1 has been released!
date: 2020-09-18 date: 2020-09-18
--- ---
## htmx 0.1.0 Release ## htmx 0.1.1 Release
I'm pleased to announce the [0.1.0 release](https://unpkg.com/browse/htmx.org@0.1.0/) of htmx as well as the first non-alpha hyperscript I'm pleased to announce the [0.1.1 release](https://unpkg.com/browse/htmx.org@0.1.1/) of htmx as well as the first non-alpha hyperscript
release [0.0.2 hyperscript](https://unpkg.com/hyperscript.org@0.0.2). release [0.0.2 hyperscript](https://unpkg.com/hyperscript.org@0.0.2).
### Changes ### Changes