2047 Commits

Author SHA1 Message Date
Deniz Akşimşek
c77eeb4c9b Merge branch 'master' of github.com:bigskysoftware/htmx 2022-07-22 14:16:07 +03:00
Deniz Akşimşek
023b7cb2a4 use real link for logo 2022-07-22 14:16:01 +03:00
Carson Gross
8e9611909c Merge remote-tracking branch 'origin/master' 2022-07-21 12:31:31 -06:00
Carson Gross
e9990bb184 include title and date 2022-07-21 12:31:23 -06:00
Nathaniel Sabanski
0550d97bcd
Docs: Reference guide readability. Essential attributes. (#980)
* Docs: Reference guide readability. Essential attributes.

* Essential Attributes -> Additional Attributes
2022-07-20 13:59:26 -06:00
Nathaniel Sabanski
c1cf67f44d
Docs: Code element readability. (#977)
* Code element readability.

* For inline code elements only.

* Do not to override reference table highlighting.

* Do not override reference table highlighting.

* Lighter highlight.

* Happy middleground for code highlight.
2022-07-20 06:48:51 -06:00
Nathaniel Sabanski
76e8f2c81b
Updated broken link. (#976) 2022-07-20 06:48:05 -06:00
Adam Johnson
6e92753d27
Fix dates in changelog (#958)
Co-authored-by: 1cg <469183+1cg@users.noreply.github.com>
2022-07-20 06:47:42 -06:00
Adam Chapman
fbb5e58515
cfwheels-htmx-crud-server-example (#962) 2022-07-20 06:47:01 -06:00
Daniel J. Summers
8e43f32019
Add docs for HX-Replace-Url header (#972)
- Fix links on hx-replace-url attribute page
- Sort headers alphabetically on reference page
2022-07-20 06:46:46 -06:00
Carson Gross
4877cdd4d0 typos 2022-07-19 06:59:15 -06:00
Carson Gross
a78fa21b32 typos 2022-07-18 20:39:15 -06:00
Carson Gross
4553ed91f6 more clarity 2022-07-18 20:37:07 -06:00
Carson Gross
fa38db025e typo 2022-07-18 20:34:45 -06:00
Carson Gross
3a975066c8 remove reference to JSON-RPC, since there is such a standard and this confuses people 2022-07-18 20:32:50 -06:00
Carson Gross
f454afc462 clean up 2022-07-18 11:48:42 -06:00
Carson Gross
3d7c59accb clean up 2022-07-18 11:47:34 -06:00
Carson Gross
e37b35b211 clean up 2022-07-18 11:45:19 -06:00
Carson Gross
242f6e1016 link 2022-07-18 11:35:20 -06:00
Carson Gross
39536908d6 typo 2022-07-18 11:34:54 -06:00
Carson Gross
ba9d99e580 link to essay 2022-07-18 11:34:03 -06:00
Carson Gross
3a7737a35f essay 2022-07-18 11:32:06 -06:00
Carson Gross
86f297f13f essay 2022-07-16 14:47:26 -06:00
Carson Gross
65ed00602d essay 2022-07-16 14:44:25 -06:00
Carson Gross
9cb7190c9b fix date 2022-07-12 13:09:49 -06:00
Carson Gross
f784e7278f merge 1.8 into master v1.8.0 2022-07-12 13:06:30 -06:00
Carson Gross
71fe07bf25 final 1.8 release docs 2022-07-12 13:04:51 -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
892173c355 fix tests 2022-07-11 16:29:40 -06:00
Carson Gross
207889f283 fix tests 2022-07-11 16:16:33 -06:00
Carson Gross
83b60f41f1 1.8 release prep 2022-07-11 13:57:23 -06:00
Carson Gross
de78dc0070 small improvement 2022-07-11 13:40:15 -06:00
Carson Gross
7e7a5b4361 fix https://github.com/bigskysoftware/htmx/issues/827
keep local URL anchors along for the magical ride into the history API, and scroll to the target directly to avoid adding a junk history entry along the way

have i mentioned that I hate the javascript history API?
2022-07-11 13:34:40 -06:00
Carson Gross
24345c28c0 release note 2022-07-08 13:55:13 -06:00
Carson Gross
8b9585f439 flip revealed to be a normal event
this fixes an ugly bug introduced when the trigger logic was pulled out, where the handler of the first revealed element was used over and over again for any future elements that also were revealed.  many braincells lost mmm.
2022-07-08 13:54:25 -06:00
Carson Gross
3b211980c8 1.8 release prep 2022-06-29 16:08:57 -06:00
Carson Gross
212b37d1ba 1.8 release prep 2022-06-29 16:05:39 -06:00
Carson Gross
977ef65c90 Merge remote-tracking branch 'origin/dev' into dev 2022-06-29 16:04:50 -06:00
Carson Gross
8c574d767f push url for boosted forms 2022-06-29 16:04:42 -06:00
Marek Romanowski
299a9baa1d
Talk page - single column (#937)
Co-authored-by: Marek Romanowski <tunguskii@gmail.com>
2022-06-29 15:39:43 -06:00
Peter Amiri
7ee712926c
Update server-examples.md (#944) 2022-06-29 15:38:22 -06:00
Wilk
45a0946136
Typo, was hs-sse instead of hx-sse (#946) 2022-06-29 15:38:04 -06:00
Denis Palashevskii
00edd15189
Fix a typo in 1.8.0 changelog (#948) 2022-06-29 15:37:47 -06:00
mayowa
9eef783011
Implement HX-Reswap (#949)
* Document optional delay parameter for addClass, removeClass, remove

* Implement HX-Reswap (resolves #933)
2022-06-29 15:37:28 -06:00
Carson Gross
4ff41be0bd include chai-dom in website build 2022-06-16 14:18:01 -06:00
Carson Gross
0a5fc2cdb9 Merge branch 'master' into dev
# Conflicts:
#	www/docs.md
2022-06-16 14:12:41 -06:00
Carson Gross
369b149a81 Merge remote-tracking branch 'origin/dev' into dev 2022-06-16 14:11:41 -06:00
Carson Gross
f6fe55b292 htmx 1.8 release prep 2022-06-16 14:11:29 -06:00
Carson Gross
87e69fcd69 introduce hx-replace-url
fixes https://github.com/bigskysoftware/htmx/issues/436
2022-06-16 13:22:48 -06:00