Andrew Lehman
661f43f5cf
Update title and test label
2020-11-15 21:11:10 -05:00
Andrew Lehman
cc13cf721c
Add test to list of manual tests
2020-11-15 21:09:07 -05:00
Andrew Lehman
f9d0ccb3ed
Add minimal test to ensure requests aren't locked
2020-11-15 21:08:31 -05:00
carson
234ba981d9
remove last non-test eval
2020-11-15 19:04:19 -07:00
carson
d464b91d1e
Add braces test
2020-11-15 17:56:23 -07:00
carson
5acd554a5c
Two-fer:
...
* Implement `hx-vals` which is a JSON-only (and therefore safer) version of `hx-vars`
* Port all internal evals to use `Function` instead
May fix https://github.com/bigskysoftware/htmx/issues/213
2020-11-15 17:54:54 -07:00
carson
2209c4bf6f
switch semantics: hx-vars overrides any input
2020-11-15 06:23:04 -07:00
1cg
90487505be
Merge pull request #232 from bigskysoftware/bencroker-patch-1
...
Allow expression vars to override raw parameters
2020-11-15 06:21:37 -07:00
carson
0f72543171
Update title if a title tag is found in the response content
...
fixes https://github.com/bigskysoftware/htmx/issues/231
2020-11-15 06:04:31 -07:00
carson
b774bf108a
Merge remote-tracking branch 'origin/dev' into dev
2020-11-15 05:43:52 -07:00
carson
67e6fc89e1
Support HX-Redirect
and HX-Refresh
response headers
...
fixes https://github.com/bigskysoftware/htmx/issues/230
2020-11-15 05:43:44 -07:00
Ben Croker
f2941b7a4b
Allow expression vars to override raw parameters
2020-11-11 19:19:13 +01:00
1cg
e0b5d3d432
Merge pull request #217 from benpate/pullrequest-modal-documentation
...
Website: demo modal dialogs using UIKit
2020-11-11 10:06:02 -07:00
1cg
c334768865
Merge branch 'dev' into pullrequest-modal-documentation
2020-11-11 10:05:46 -07:00
1cg
4e41dc47d2
Merge pull request #218 from benpate/pullrequest-modal-bootstrap
...
Website: demo modal dialogs using Bootstrap
2020-11-11 10:04:46 -07:00
carson
e0b5b52979
handle html parsing when script tag starts content
...
fixes https://github.com/bigskysoftware/htmx/issues/228
2020-11-11 10:04:01 -07:00
carson
71a9b48dd4
fix example code
...
remove unused param
2020-11-11 09:59:42 -07:00
1cg
90bc460837
Merge pull request #229 from bigskysoftware/bencroker-patch-1
...
Added test for script nodes
2020-11-10 09:52:16 -07:00
Ben Croker
28d47e91d5
Added test child script nodes evaluate when first child
2020-11-09 10:49:01 +01:00
Andrew Lehman
f706e079cc
End request lock when xmlHttpRequest is aborted
2020-11-06 16:06:00 -05:00
carson
3e8c47df05
fix example code
...
fixes https://github.com/bigskysoftware/htmx/issues/216
2020-11-05 11:30:14 -07:00
carson
a599286d5c
Only process anchors and forms if there is an hx-boost in play
2020-11-05 08:56:51 -07:00
carson
f7617a4653
do not fire requests when element is no longer in DOM
...
fixes https://github.com/bigskysoftware/htmx/issues/222
2020-11-05 08:39:33 -07:00
1cg
a719c86511
Merge pull request #221 from adamchainz/docs_cleanup
...
Some docs cleanup
2020-11-02 18:40:25 -07:00
Adam Johnson
d1ff69d883
Some docs cleanup
...
Fix some typos, and the location of the *event-header* extension as linked to in the latest release notes.
2020-11-02 23:08:05 +00:00
carson
a6b9d7b083
improve language
2020-10-29 10:06:40 -06:00
carson
5f8438c13e
improve language
2020-10-29 10:00:32 -06:00
carson
ee0a9ff06d
fix typo
2020-10-29 09:57:52 -06:00
carson
c9341de0ac
include docs on kebab-case events
2020-10-29 09:52:07 -06:00
carson
6116593d75
include image
2020-10-29 08:53:39 -06:00
carson
b743c28d3a
typo
2020-10-29 08:51:46 -06:00
carson
7583b818c8
finish essay
2020-10-29 08:50:12 -06:00
carson
6b54a137b7
finish essay
2020-10-29 08:46:04 -06:00
carson
c46837413a
fix headers
2020-10-29 08:41:57 -06:00
carson
ed651af5f6
include in talk
2020-10-29 08:40:47 -06:00
carson
cdd5838d37
update release version in docs (missed due to bad version number)
2020-10-29 08:39:47 -06:00
carson
d856fc68f5
update release version in docs (missed due to bad version number)
2020-10-27 21:07:05 -06:00
carson
984c344fa7
Merge branch 'dev'
2020-10-27 16:59:42 -06:00
carson
c6c472bbf7
0.3.0 release
v0.3.0
2020-10-27 16:58:52 -06:00
Ben Pate
81bebb0956
Update modal-uikit.md
...
- Fixed example code.
- Removed incorrect copy-and-paste text
2020-10-26 13:59:03 -06:00
Ben Pate
223baa70d8
Add Bootstrap demo to website
2020-10-26 13:54:13 -06:00
Ben Pate
620fd45850
Website: demo modal dialogs using UIKit
...
This is my first try at doing this, so feedback is welcome.
I can't get the SASS plugin working with eleventy, so I'm guessing about the global page CSS. It looks like the UIKit stylesheet may mess up the global look of the page. If this is a dealbreaker (or can't be fixed) then we may not be able to use this commit :(
2020-10-26 13:06:17 -06:00
carson
751ad91755
basic test for logAll()
2020-10-19 09:52:18 -06:00
carson
d67634e678
test scrolledIntoView
2020-10-19 09:49:55 -06:00
carson
f536512e45
script testing, evaluate script tag when type is absent
2020-10-19 09:33:47 -06:00
carson
a749b4e288
Merge remote-tracking branch 'origin/dev' into dev
2020-10-19 08:20:26 -06:00
carson
1cb756c05e
add test for SSE swapping
2020-10-19 08:20:16 -06:00
carson
d26a09c5c7
fix name
2020-10-18 06:49:07 -06:00
1cg
dcdc3f9c8a
Merge pull request #211 from jreviews/patch-1
...
Fix swap example in hx-target page
2020-10-18 06:44:27 -06:00
1cg
7e8d583f61
Merge pull request #212 from adamchainz/patch-1
...
Fix doc highlighting of htmx.find()
2020-10-17 17:36:53 -06:00