Merge branch 'master' into dev

# Conflicts:
#	www/index.md
This commit is contained in:
carson
2020-05-26 15:20:58 -07:00
10 changed files with 12 additions and 11 deletions

View File

@@ -34,4 +34,4 @@ optionally followed by a colon `:` and a time delay.
### Source
<https://unpkg.com/htmx.org/ext/class-tools.js>
<https://unpkg.com/htmx.org/dist/ext/class-tools.js>

View File

@@ -43,4 +43,4 @@ The AJAX response body will be parsed as JSON and passed into the template rende
### Source
<https://unpkg.com/htmx.org/ext/client-side-templates.js>
<https://unpkg.com/htmx.org/dist/ext/client-side-templates.js>

View File

@@ -16,4 +16,4 @@ or through the `console.log` function with a `DEBUG:` prefix.
### Source
<https://unpkg.com/htmx.org/ext/debug.js>
<https://unpkg.com/htmx.org/dist/ext/debug.js>

View File

@@ -22,4 +22,4 @@ will be evaluated as the fields in a javascript object literal.
### Source
<https://unpkg.com/htmx.org/ext/remove-me.js>
<https://unpkg.com/htmx.org/dist/ext/remove-me.js>

View File

@@ -15,4 +15,4 @@ This extension encodes parameters in JSON format instead of url format.
### Source
<https://unpkg.com/htmx.org/ext/json-enc.js>
<https://unpkg.com/htmx.org/dist/ext/json-enc.js>

View File

@@ -21,5 +21,5 @@ swapping mechanism in htmx.
#### Source
<https://unpkg.com/htmx.org/ext/morphdom-swap.js>
<https://unpkg.com/htmx.org/dist/ext/morphdom-swap.js>

View File

@@ -41,4 +41,4 @@ You can use a `*` to match any path component:
#### Source
<https://unpkg.com/htmx.org/ext/path-deps.js>
<https://unpkg.com/htmx.org/dist/ext/path-deps.js>

View File

@@ -17,4 +17,4 @@ This extension includes the rails `_method` parameter in non-`GET` or `POST` req
### Source
<https://unpkg.com/htmx.org/ext/rails-method.js>
<https://unpkg.com/htmx.org/dist/ext/rails-method.js>

View File

@@ -18,4 +18,4 @@ The `remove-me` extension allows you to remove an element after a specified inte
### Source
<https://unpkg.com/htmx.org/ext/remove-me.js>
<https://unpkg.com/htmx.org/dist/ext/remove-me.js>

View File

@@ -24,7 +24,7 @@ with this release and that you might find useful include:
* [`class-tools`](/extensions/class-tools) - replaces the retired `hx-classes` attribute
* [`json-enc`](/extensions/json-enc) - allows you to encode AJAX request bodies in JSON
See the full list of extensions in [the references](/reference#extensions).
See the full list of included [extensions here](/extensions#included).
This extension mechanism will allow us to introduce useful HTML-oriented features while keeping the core htmx code
focused on loading content.
@@ -46,7 +46,8 @@ with the [hx-ws](/attributes/hx-ws) attribute:
```
Additionally, the [Server Sent Event](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)
support renamed and the syntax modified to be consistent with the websocket syntax, [hx-sse](/attributes/hx-sse):
support attribute was renamed to [hx-sse](/attributes/hx-sse) and the syntax was standardized with the new web socket support
syntax:
```html
<div hx-sse="connect /event_stream">