Carson Gross
39853f0cc6
view transition demo
2023-03-31 12:37:01 -06:00
Carson Gross
5e12b33ed1
1.9.0 release prep
2023-03-31 07:07:34 -06:00
Carson Gross
b4e6c5cbd5
hx-on
attribute
2023-03-31 06:44:01 -06:00
Carson Gross
fd87ffd516
Experimental support for the [View Transitions API]( https://developer.mozilla.org/en-US/docs/Web/API/View_Transitions_API )
2023-03-28 14:15:00 -06:00
Carson Gross
36780c034f
bump version
2023-03-15 16:25:52 -06:00
Carson Gross
5785e0c8e7
update SHA
2023-03-02 14:48:34 -07:00
Carson Gross
5de968e933
Merge branch 'master' into dev
2023-03-02 12:49:03 -07:00
Dave Gaeddert
66d59283e3
Add delete
to docs.md swapping list ( #1209 )
2023-02-22 12:31:08 -07:00
Ahmed Lemine
a7affc95d0
Fixed typo ( #1238 )
...
Fixed "for simplicities sake" to "For simplicity’s sake".
Fixed "The div has the same id in the original an in the new content" to "The div has the same id in the original and in the new content".
2023-02-22 12:30:47 -07:00
Carson Gross
ef02709a3e
bump version
2023-02-16 09:25:34 -07:00
Carson Gross
70cf131070
update sha for release
2023-01-17 15:48:10 -07:00
Carson Gross
7ea35d03c6
IE fix
2023-01-17 15:12:35 -07:00
Carson Gross
d81690fa59
docs prep for 1.8.5 release
2023-01-17 15:02:02 -07:00
Carson Gross
30f762aa47
Merge branch 'master' into dev
2022-12-06 13:10:58 -07:00
Mark Croxton
4419bc4c90
History cache embargo ( #1113 )
...
* Add hx-history="false" to prevent sensitive or session data entering the localStorage cache
* Correctly get value of hx-history attribute.
* Add test for hx-history attribute.
* Allow history cache to be disabled when multiple `hx-history` attributes are present in a document, and any one of them is set to false.
* Add documentation for `hx-history` attribute.
* Add `hx-history` attribute to reference doc
* Correct the order of the `hx-history` attr in the reference doc.
2022-12-03 16:56:15 -06:00
Carson Gross
90db47fbea
bump version
2022-12-01 08:05:32 -07:00
Ben Croker
105a894e21
Fix broken sentence
2022-11-30 08:15:26 -05:00
Carson Gross
e1220e09e2
i am once again asking revealed
to work in htmx
2022-11-05 09:20:19 -06:00
Carson Gross
822132d6a2
i am once again asking revealed
to work in htmx
2022-11-05 09:17:26 -06:00
Carson Gross
550e82e482
update sha
2022-11-04 19:13:50 -06:00
Carson Gross
ff8e146282
Merge branch 'master' into dev
...
# Conflicts:
# www/extensions.md
2022-10-23 09:20:14 -06:00
Ján Regeš
34582b839c
extensions: added new extension 'multi-swap' with mocha tests and docs ( #1096 )
...
* extensions: added new extension 'multi-swap' with mocha tests and docs
* multi-swap extension: removed forgotten debug console.log()
* multi-swap extension: removed forgotten debug comment from mocha test
2022-10-23 08:59:03 -06:00
Ikko Ashimine
9c42457af6
fix typo in docs.md ( #1095 )
...
overriden -> overridden
2022-10-23 08:57:50 -06:00
Carson Gross
e05c3fec29
bump to 1.8.3 for next release
2022-10-18 13:18:23 -06:00
Carson Gross
2a4c49410d
update integrity sha
2022-10-12 22:47:31 -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
337858cf7d
update docs
2022-10-06 10:40:56 -06:00
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