263 Commits

Author SHA1 Message Date
Carson Gross
93c89ced74 rename to morphing 2022-10-04 14:07:19 -06:00
Carson Gross
751f8528ce rename to morphing 2022-10-04 14:05:47 -06:00
Carson Gross
5da6047619 Mention Idiomorph in this release 2022-10-04 13:57:50 -06:00
Carson Gross
35d5fc8086 Merge branch 'feature_update_on_attribute_changes' into dev
# Conflicts:
#	CHANGELOG.md
#	www/essays/hypermedia-driven-applications.md
#	www/reference.md
2022-10-02 16:29:10 -06:00
Carson Gross
d94f38d65c clarify language 2022-09-30 14:07:04 -06:00
Wim Deblauwe
b25584aece
Add a note that the name attribute of an input is important (#1026) 2022-09-30 14:03:57 -06:00
Sergi
7bec3af03e
Add documentation about HTTP caching (#1049)
Everything works out of the box as expected. Users that generate
different responses on the same URL based on some header need to be
mindful of the implications (for example using the Vary response
header). This is mentioned because it's a common pattern to use
HX-Request header to render only an HTML fragment.
2022-09-19 06:56:01 -06:00
Carson Gross
4d1164c8e0 support the hx-validate attribute, when set to true an individual input will validate itself. 2022-08-23 19:04:46 -06:00
Carson Gross
d5bbe2f47c help zshaw out 2022-08-10 12:08:33 -06:00
Carson Gross
f784e7278f merge 1.8 into master 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
3b211980c8 1.8 release prep 2022-06-29 16:08:57 -06:00
Carson Gross
0a5fc2cdb9 Merge branch 'master' into dev
# Conflicts:
#	www/docs.md
2022-06-16 14:12:41 -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
Marek Romanowski
4203822aa5
Introduce consistent footer for all pages (#929)
* Introduce consistent footer for all pages. In initial version contains haiku and links from menu. Remove column left padding for first column in row.

* Remove nav class from top navbar in examples as it makes navbar inconsistent between different screens.

* Experiment with bss bars

Co-authored-by: Marek Romanowski <tunguskii@gmail.com>
2022-06-15 17:21:16 -06:00
Carson Gross
8e7a4bca27 Merge remote-tracking branch 'origin/dev' into dev 2022-05-31 13:30:42 -06:00
Carson Gross
05619c5bec support the hx-select-oob attribute 2022-05-31 13:30:34 -06:00
Deniz Akşimşek
2872b7dbc4
Merge pull request #899 from tunguski/style-changes-proposal
Style changes proposal
2022-05-28 20:54:11 +03:00
Marek Romanowski
859ab92c63 Define wide-content pages through additional css class. 2022-05-28 18:08:03 +02:00
Carson Gross
0d50bc85fa edits 2022-05-27 11:57:53 -06:00
Ben Beecher
d51d8cb74c
Adding support for client side redirects - HX-Location (#832)
* Adding support for client side boosted redirects

* First pass at hx-boost-redirect

* Fixing some small documentation issues

* Rename boost-redirect to Location
2022-05-27 11:39:23 -06:00
Carson Gross
2b6a4389cd edits 2022-05-27 11:29:57 -06:00
dan-osull
898c22578d
Further doc fix for #895 (#910) 2022-05-26 17:04:41 -06:00
Carson Gross
52267f5c74 doc fix for https://github.com/bigskysoftware/htmx/issues/895 2022-05-12 19:31:32 -06:00
Ben Croker
6a7df0a8c1
More code sample improvements 2022-05-01 13:33:52 +02:00
Ben Croker
51959e41db
Fix spacing 2022-05-01 13:28:01 +02:00
Ben Croker
fda66d7b8f
Fix spacing 2022-05-01 13:25:29 +02:00
Ben Croker
9083ad86d1
Fixed code sample indentation 2022-05-01 13:20:40 +02:00
Ben Croker
218976c5ba
Fixed headings and levels 2022-05-01 13:03:15 +02:00
Ben Croker
9623a32626
Fix header level 2022-05-01 12:45:28 +02:00
Ben Croker
cdc494d7b7
Consistent lower case 2022-05-01 12:23:57 +02:00
Jonathan Berger
75043b2ae1
Fix broken response headers links (#843) 2022-04-07 13:40:54 -06:00
Adam Johnson
0b52a8c6a3
Update installation instructions (#851)
As per #800.

* Recommend downloading htmx as the main way of installing it.
* Cover npm installation in a bit more detail.
* Note the downsides of unpkg.com and always recommend with the integrity SHA.
* Use `<script defer>` in all `<script>` examples. This tells the browser to defer the parsing and processing of the script until all content is on display, increasing performance. [See HTML spec diagram](https://html.spec.whatwg.org/multipage/scripting.html#attr-script-defer).
2022-04-07 13:40:37 -06:00
Ruben Nielsen
78940dae3e
Add missing header (#861)
oob-swap wasn't in the headers, making it hard to find, and incidentally a pretty important feature.
2022-04-07 13:36:51 -06:00
carson
b4c83ca811 fix integrity sha 2022-02-24 16:10:44 -07:00
carson
15ed75e627 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	package-lock.json
2022-02-22 06:22:11 -07:00
carson
e2944595a3 final release 2022-02-22 06:10:19 -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
a687383440 Merge remote-tracking branch 'origin/dev' into dev 2022-02-17 16:04:31 -07:00
carson
fec8802c3b Merge branch 'demo' into dev 2022-02-17 16:04:07 -07:00
carson
6a91c29099 finishing touches 2022-02-17 13:29:01 -07:00
carson
76204210f1 update demo docs 2022-02-17 13:26:06 -07:00
carson
dd2e470422 demo site setup 2022-02-17 11:19:48 -07:00
Alejandro Schmeichler
d6321dfe22
Expand focus-scroll usage info (#829) 2022-02-17 11:04:46 -07:00
carson
0e1e3c68a2 docs for release 2022-02-17 06:30:15 -07:00
Brian Fallik
0d7f469e79
fix minor typo (#823) 2022-02-17 06:16:03 -07:00
carson
d4d20eb1b5 docs work 2022-02-16 20:20:06 -07:00
carson
d137db68d0 Merge branch 'master' into dev
# Conflicts:
#	www/docs.md
2022-02-16 14:04:30 -07:00
carson
2273f13677 sponsor update !!! 2022-02-09 21:37:04 -07:00