3448 Commits

Author SHA1 Message Date
carson
e0aa8dec9a release update 2020-05-22 18:29:27 -07:00
carson
59444e8f44 fix https://github.com/bigskysoftware/htmx/issues/23
use the current URL if the path is missing or empty, like anchors do
2020-05-22 18:25:31 -07:00
carson
573b53f8d3 Merge branch 'master' into dev 2020-05-22 15:59:47 -07:00
carson
d9e0782865 cherrypick ci fix 2020-05-22 15:59:05 -07:00
carson
55c9fb1822 fix ci 2020-05-22 15:54:40 -07:00
carson
da6c2ded43 circle CI stuff 2020-05-22 15:52:47 -07:00
carson
a68ff19d31 Merge remote-tracking branch 'origin/circleci-project-setup' into dev 2020-05-22 15:39:38 -07:00
chg20
dd67926f60 Add .circleci/config.yml 2020-05-22 15:37:11 -07:00
carson
1dd4cabfa2 extension tests and clean up docs 2020-05-22 14:05:04 -07:00
carson
ef152a73b9 Clean up URL parameter handling & tests, support anchors 2020-05-22 13:42:57 -07:00
carson
a570201229 Merge remote-tracking branch 'origin/dev' into dev
# Conflicts:
#	www/official-extensions.md
2020-05-22 11:48:55 -07:00
carson
5806ce8852 use sinon filters rather than a layout hack 2020-05-22 11:48:18 -07:00
carson
b96b9e3e32 support morphdom swapping as an extension
fixes https://github.com/bigskysoftware/htmx/issues/6
2020-05-22 11:18:39 -07:00
carson
20894cadb9 support morphdom swapping as an extension
fixes https://github.com/bigskysoftware/htmx/issues/6
2020-05-22 11:18:08 -07:00
carson
033af9a8d2 htmx extension mechanism 2020-05-22 10:53:10 -07:00
carson
83105575d7 ignore scratch 2020-05-21 11:17:04 -07:00
carson
8ceb39cf1d Merge remote-tracking branch 'origin/dev' into dev 2020-05-21 11:15:54 -07:00
carson
b2890e3cf1 Fix https://github.com/bigskysoftware/htmx/issues/22
include values in proper form order if the element is enclosed in one
2020-05-21 11:15:45 -07:00
chg20
adaa98c91c
Merge pull request #16 from rschroll/dialog-example
Add example of prompt and confirm dialogs
2020-05-21 10:59:52 -07:00
chg20
3da43b0c76
Merge pull request #18 from rschroll/empty-header
Allow request to have empty header values
2020-05-21 10:59:02 -07:00
chg20
0528b6e302
Merge pull request #17 from rschroll/prompt-cancel
Cancel the AJAX request when user cancels prompt
2020-05-21 10:58:08 -07:00
carson
4d9e39cc6e update docs 2020-05-21 10:37:25 -07:00
Robert Schroll
a33bc0aae6 Allow request to have empty header values
This may happen with a prompt with nothing entered, for example.
2020-05-17 14:46:48 -07:00
Robert Schroll
d43e312763 Cancel the AJAX request when user cancels prompt
The prompt command returns null in this case.  Note that empty string
is a valid return value, so we can't just check the boolean nature of
the return.
2020-05-17 14:16:48 -07:00
Robert Schroll
8b32afeddf Add example of prompt and confirm dialogs 2020-05-17 13:54:51 -07:00
carson
cb8f9b6f10 fix blog posts 2020-05-17 07:47:25 -07:00
carson
471e2fc59b update readme 2020-05-17 07:23:41 -07:00
carson
d204dcd869 crop logo 2020-05-17 07:22:34 -07:00
carson
f724d8a20b update readme w/ badges 2020-05-17 07:16:25 -07:00
carson
132d1f7465 Merge branch 'master' into dev 2020-05-17 07:08:23 -07:00
carson
adeb398fa2 fix request display in demos 2020-05-17 07:03:51 -07:00
carson
08bb085e35 Merge remote-tracking branch 'origin/dev' into dev 2020-05-17 07:01:08 -07:00
carson
52f58241f6 bump version remove js version property 2020-05-17 07:01:01 -07:00
carson
30a9abdd33 Merge remote-tracking branch 'origin/master' 2020-05-17 06:26:53 -07:00
carson
a5361d2179 fix tests 2020-05-17 06:26:45 -07:00
chg20
9579e410e9
Update README.md 2020-05-17 06:08:12 -07:00
carson
77cc4ba179 get logo right for github 2020-05-17 06:06:29 -07:00
carson
ef64f8fcf8 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	www/examples/infinite-scroll.md
2020-05-17 06:01:23 -07:00
carson
0a2f717f10 fix up final stuff from rename v0.0.3 2020-05-17 05:59:13 -07:00
carson
7a87fa102e Generate release files 2020-05-17 05:58:54 -07:00
carson
efd4cc72b0 Generate release files 2020-05-17 05:53:57 -07:00
carson
5f7174c1f9 More renaming cleanup 2020-05-17 05:53:08 -07:00
carson
3aa8c64754 le big re-rename 2020-05-17 05:22:19 -07:00
carson
e1e4f25b0e regigger tests and add manual tests for hard-to-test things like prompt and confirm 2020-05-16 15:40:15 -07:00
carson
4ebdabd227 Merge remote-tracking branch 'origin/dev' into dev 2020-05-16 14:30:33 -07:00
carson
6e06c0df87 Better style handling:
* inject the style as a stand alone element
* support the meta directive to not include the default style

fixes https://github.com/bigskysoftware/kutty/issues/13
2020-05-16 14:30:25 -07:00
chg20
8becaf76cd
Merge pull request #3 from inouire/example-delete-row
Example delete row
2020-05-16 14:10:32 -07:00
chg20
2f21351f6e
Merge pull request #12 from rschroll/prompt
Avoid shadowing the global prompt function
2020-05-16 14:10:10 -07:00
Robert Schroll
1cd6ba3750 Avoid shadowing the global prompt function
The prompt variable inside issueAjaxRequest shadowed the prompt function
that it was attempting to use, thereby breaking the use of kt-prompt.
2020-05-16 12:13:32 -07:00
Edouard de Labareyre
fc4acfa0ea Delete row example 2020-05-16 16:42:37 +02:00