150 Commits

Author SHA1 Message Date
Carson Gross
15d4cacbf3 prep 1.8.6 tests 2023-03-02 13:13:01 -07:00
Carson Gross
7ea35d03c6 IE fix 2023-01-17 15:12:35 -07:00
Carson Gross
307e3eb227 prep for 1.8.5 release 2023-01-17 13:38:51 -07:00
Carson Gross
15790c2831 prep 1.8.5 release 2023-01-10 07:13:35 -07:00
Carson Gross
822132d6a2 i am once again asking revealed to work in htmx 2022-11-05 09:17:26 -06:00
Carson Gross
fd3b410629 ie fix 2022-11-04 10:33:20 -06:00
Carson Gross
09dfd1009e ie fix 2022-11-04 10:27:22 -06:00
Carson Gross
197c6398b3 regen release 2022-11-04 10:07:02 -06:00
Carson Gross
a108807967 prep for 1.8.3 release 2022-10-30 13:50:12 -06:00
Carson Gross
9af34ce0e3 fix revealed bug 2022-10-12 22:46:02 -06:00
Carson Gross
2c70dd4df3 prep 1.8.1 release 2022-10-11 10:25:04 -06:00
Carson Gross
e8014bdce0 update hash algorithm to something a bit more standard 2022-10-06 10:24:38 -06:00
Carson Gross
978950e916 1.8.1 release prep 2022-10-04 13:41:57 -06:00
Carson Gross
8911f24242 remove errant let 2022-10-04 13:41:22 -06:00
Carson Gross
1aafebb0da 1.8 release prep 2022-07-11 18:18:40 -06:00
Carson Gross
28d5b327a6 1.8 release prep 2022-07-11 16:30:32 -06:00
Carson Gross
83b60f41f1 1.8 release prep 2022-07-11 13:57:23 -06:00
Carson Gross
212b37d1ba 1.8 release prep 2022-06-29 16:05:39 -06:00
Carson Gross
0a5fc2cdb9 Merge branch 'master' into dev
# Conflicts:
#	www/docs.md
2022-06-16 14:12:41 -06:00
Carson Gross
f6fe55b292 htmx 1.8 release prep 2022-06-16 14:11:29 -06:00
Carson Gross
9f2aeec184 handle corner case where demo doesn't use the normal canvas (modals)
fixes https://github.com/bigskysoftware/htmx/issues/780
2022-05-27 09:52:47 -06:00
Ben Pate
da12daaa31 Add documentation to shouldCancel function 2022-05-04 13:22:31 -06:00
carson
93a99afea7 update website 2022-02-22 06:24:01 -07:00
carson
0f7f93f1f9 release prep 2022-02-19 14:18:13 -07:00
carson
c8022707bf Merge branch 'demo' into dev 2022-02-19 14:16:58 -07:00
carson
c55b8c052d update docs 2022-02-19 12:23:11 -07:00
carson
3d93251acd improve demo code:
* load htmx and hyperscript after mock-request, so you can use `init` and `load` correctly
* disable all disableable elements while the demo environment is loading
* support a `delay` attribute on templates to specify a delay
* merged @dz4k's excellent simplification to the eval code
2022-02-19 12:20:48 -07:00
carson
f7a51bdc66 Merge branch 'pull/830' into demo 2022-02-19 11:43:05 -07:00
Deniz Akşimşek
cf0a1a3a3f
interpolate: escape backticks 2022-02-19 16:26:43 +03:00
Alejandro Schmeichler
4edeae9fe5
Make posted data available to template tag. (#835)
Demo code:

```html
<form hx-post="/form?token=123" hx-target="#result">
    <input name="name" value="John Smith" />
    <select name="role">
        <option selected value="admin">Admin</option>
        <option selected value="author">Author</option>
        <option selected value="guest">Guest</option>
    </select>
    <button type="submit">Submit</button> 
</form>

<output id="result"></output>

<template url="/form">
    <div>${JSON.stringify(params)}</div>
</template>
```
2022-02-18 11:41:13 -07:00
carson
fec8802c3b Merge branch 'demo' into dev 2022-02-17 16:04:07 -07:00
Deniz Akşimşek
3bcaaf408b
Simplify interpolate() function in demo script 2022-02-18 00:30:16 +03:00
carson
6a91c29099 finishing touches 2022-02-17 13:29:01 -07:00
carson
dd2e470422 demo site setup 2022-02-17 11:19:48 -07:00
carson
67b4fb2042 gen dist 2022-02-17 06:53:20 -07:00
carson
84ef04beeb dist prep 2022-02-16 21:23:07 -07:00
carson
b3751e1ff2 demo stuff 2022-02-16 14:02:38 -07:00
carson
23008dc1ed remove console logs 2022-02-13 20:51:14 -07:00
carson
d1a0e4a1ee move to js folder 2022-02-13 20:49:09 -07:00
carson
ad174cf02c add mutually exclusive row edit example 2022-01-15 15:04:55 -07:00
carson
024e501691 1.6.1 release prep 2021-11-21 06:38:22 -07:00
carson
7c9fd4bc93 1.6.0 release prep 2021-11-21 06:10:59 -07:00
carson
908ce1abfa clean up code 2021-10-01 13:30:57 -06:00
carson
19ef8ad76a add htmx-added class for easier CSS transition writing 2021-10-01 13:23:06 -06:00
carson
a1301700dc prep for 1.6 release 2021-09-29 07:55:15 -06:00
carson
d47abff3dd prep for 1.5.1 release 2021-09-06 08:13:04 -06:00
carson
17d51225f9 1.5 release prep 2021-07-12 10:50:54 -06:00
carson
4b1dfa464a fix typo 2021-06-01 06:56:20 -06:00
carson
291ef7d888 1.4 release 2021-05-25 09:12:52 -06:00
carson
dd8ce0fe7a 1.4 release prep 2021-05-24 09:34:17 -06:00