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
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
Ben Beecher
5f207167b6
forgot to rename this file ( #940 )
2022-06-15 17:18:52 -06:00
Denis Palashevskii
5bb2273297
Update websockets extension documentation ( #928 )
...
* Update websockets extension documentation
* Add mention of message queuing mechanism
* Expand on the topic of swapping logic
* Expand the example of WebSocket message from the server
2022-06-02 13:03:14 -06:00
Carson Gross
d997834842
make edit row demo edit the correct row :|
...
fixes https://github.com/bigskysoftware/htmx/issues/934
2022-06-02 10:19:39 -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
a7ab4c3b64
Revert removal of overflow setting on info tables.
2022-05-28 19:15:38 +02:00
Marek Romanowski
8e94c9a07e
Fix code style in tables in descriptions.
2022-05-28 18:52:45 +02:00
Marek Romanowski
60ea584293
Remove style that breaks table margins on mobile.
2022-05-28 18:16:22 +02:00
Marek Romanowski
859ab92c63
Define wide-content pages through additional css class.
2022-05-28 18:08:03 +02:00
Marek Romanowski
4a770df684
Display:block for code in tables. Fixed code font-size setting that was overriden.
2022-05-28 17:52:33 +02:00
Marek Romanowski
78b459c911
Ensure no break in logo occurs
2022-05-28 16:02:27 +02:00
Marek Romanowski
21a7437bf4
Search input style refactor proposal
2022-05-28 15:53:43 +02:00
Carson Gross
78e50ab5a1
edits
2022-05-27 12:18:06 -06:00
Carson Gross
8bba9c140a
edits
2022-05-27 12:16:49 -06: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
Carson Gross
f99a747017
Merge remote-tracking branch 'origin/master'
2022-05-27 09:52:55 -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
Nathaniel Sabanski
b546c5d69d
Docs: Hotwire / Turbo to htmx Migration Guide ( #911 )
...
* Initial commit for migration guide.
* Added notes on Turbo Drive, Turbo Frames, Stimulus
Simplified hx-boost.
Added Hotwire / Turbo migration guide to examples.
Simplified language. Less is more.
Added Redirect after form submission section. Added references to hotwire docs.
Consistency.
First pass on Event interception / pausing.
Naming convention note.
Naming convention notes.
Reference to Event Naming in htmx manual.
Added hyperscript as an alternative solution to event interception / pausing.
Added async notes to Event interception / pausing area.
Simplified language.
Less words.
Added section on disabling buttons during submission.
Less words.
Event naming consistency.
Short is sweet.
Updated hyperscript example.
Comparing htmx and Hotwire.
Revised htmx vs Hotwire / Turbo
Revised htmx vs Hotwire / Turbo
Revision to htmx vs Hotwire / Turbo
Revised htmx vs Hotwire / Turbo
* Clarification of kebab case vs camel case.
2022-05-27 09:42:24 -06:00
Carson Gross
cc6dba15b0
add link
2022-05-27 08:57:34 -06:00
Carson Gross
cd8cf8fd09
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# www/essays/a-response-to-rich-harris.md
2022-05-27 08:56:08 -06:00
Carson Gross
cf4889bae8
fix typo
2022-05-27 08:55:30 -06:00
dan-osull
898c22578d
Further doc fix for #895 ( #910 )
2022-05-26 17:04:41 -06:00
Nathaniel Sabanski
e350ea2676
Update hx-boost.md ( #909 )
2022-05-26 17:02:59 -06:00
Cory Zue
ef1d0fdbe0
Fix typo in bulk-update example ( #914 )
2022-05-26 17:02:43 -06:00
Dosenpfand
a576327c74
Fix dead links, typo, trailing white spaces ( #924 )
2022-05-26 17:02:30 -06:00
Nathaniel Sabanski
0f3c115e7e
Added missing documentation: htmx:timeout event ( #921 )
...
* Added missing htmx:timeout
* Added missing htmx:timeout documentation.
* Added helpful description to htmx:timeout
2022-05-24 06:34:10 -06:00
Denis Palashevskii
8bb0399052
Improvements in WebSocket extension
...
* Implement proper `hx-trigger` support
* Expose trigger handling API to extensions
* Implement safe message sending with sending queue
* Fix `ws-send` attributes connecting in new elements
* Fix OOB swapping of multiple elements in response
2022-05-14 21:19:28 +04:00
Carson Gross
bcd68ad437
example of boosted form
2022-05-13 09:09:58 -06:00
Carson Gross
742f05b9bd
support filters on load
event
...
fixes https://github.com/bigskysoftware/htmx/issues/752
2022-05-13 08:44:41 -06:00
Carson Gross
3f4b7bfb93
boost anchors w/a _self
target
...
fixes https://github.com/bigskysoftware/htmx/issues/817
2022-05-13 08:29:08 -06:00
Carson Gross
8290da624b
support next
and previous
(taken from hyperscript) in target expressions
...
fixes https://github.com/bigskysoftware/htmx/issues/814
2022-05-13 08:14:38 -06:00
Carson Gross
b735c291df
support 'm' for minutes
...
fixes https://github.com/bigskysoftware/htmx/issues/807
2022-05-13 07:55:59 -06:00
Carson Gross
870ca5591b
Merge branch 'master' into dev
2022-05-12 19:36:50 -06:00
Carson Gross
f7b73e6e38
https://github.com/bigskysoftware/htmx/issues/881
2022-05-12 19:36:39 -06:00
Carson Gross
13b3ccff0d
Merge branch 'master' into dev
...
# Conflicts:
# www/docs.md
2022-05-12 19:34:31 -06:00