Daniel J. Summers
167c7638a2
Add Netlify deployment settings
2023-03-18 21:45:47 -04:00
Daniel J. Summers
f690d92834
Replace www directory
2023-03-18 11:29:38 -04:00
Daniel J. Summers
53b69c88af
Add pub/update dates to essays
...
- Fix feed post selection
- Add section definitions for subdirectories
- Fix menu on demo pages
- Fix formatting on HATEOAS essay
- Merge changes from upstream
2023-03-18 11:26:43 -04:00
Daniel J. Summers
0ce50f8a39
Merge branch 'bigskysoftware:master' into gohugo
2023-03-18 10:34:05 -04:00
Carson Gross
09565cde1b
fix hamburger
2023-03-15 15:43:49 -06:00
Patricio Del Boca
560b314074
Remove reference to Python 2 in README.md ( #1321 )
2023-03-13 17:14:11 -06:00
Daniel J. Summers
1a8818cda0
Dynamically generate talk page
2023-03-09 19:31:16 -05:00
Daniel J. Summers
8564251136
Sync content from 1.8.6 release
...
- Update path for test generation script
2023-03-08 11:34:42 -05:00
Daniel J. Summers
f36dde6eb4
Merge branch 'bigskysoftware:master' into gohugo
2023-03-08 11:25:42 -05:00
Daniel J. Summers
e1d46f966b
Use internal links
...
- Migrate Netlify redirects file
- Tweak styles
2023-03-07 19:37:06 -05:00
Daniel J. Summers
137abbf33b
Use internal links for index, api, docs pages
2023-03-06 23:26:13 -05:00
Daniel J. Summers
3806f230ec
Remove Hugo dir
2023-03-06 22:46:27 -05:00
Daniel J. Summers
4fcc440b88
Migrate examples and tests
2023-03-06 22:32:41 -05:00
Daniel J. Summers
cb1c20e8dc
Migrate headers, attributes, and posts
...
- Migrate top-level pages
2023-03-05 23:12:06 -05:00
Daniel J. Summers
d8b3d9405f
Add ignore for public directory
2023-03-05 21:30:13 -05:00
Daniel J. Summers
720de18cfe
Create Zola site; migrate essays / extensions
...
Very much WIP
2023-03-05 21:29:42 -05:00
Daniel J. Summers
e435790ed9
Move content to Hugo directory
2023-03-02 21:23:25 -05:00
Carson Gross
58558a10ce
jeeze this is ridiculous
2023-03-02 16:54:47 -07:00
Carson Gross
8c75dad6e6
release cleanup
2023-03-02 16:51:39 -07:00
Carson Gross
d20919ad6c
release cleanup
2023-03-02 16:46:48 -07:00
Carson Gross
5785e0c8e7
update SHA
v1.8.6
2023-03-02 14:48:34 -07:00
Carson Gross
15d4cacbf3
prep 1.8.6 tests
2023-03-02 13:13:01 -07:00
Carson Gross
6a81e177e2
update changelog
2023-03-02 13:01:46 -07:00
Carson Gross
5de968e933
Merge branch 'master' into dev
2023-03-02 12:49:03 -07:00
Fredrik Vaeng Røtnes
03a286648d
Fix typo in comment ( #1308 )
2023-03-01 12:18:46 -07:00
Deniz Akşimşek
017a37119d
Vanquish Sass ( #1312 )
2023-03-01 12:02:01 -07:00
Aral Balkan
315f797a21
Closes #1243 : Document Python 2 dependency ( #1245 )
...
(And very minor formatting clean-up.)
2023-02-24 11:04:18 -07:00
Aral Balkan
f79fec8176
Fixes #1246 : ws extension socketWrapper methods are undefined ( #1247 )
2023-02-24 11:03:45 -07:00
Epidiah Ravachol
a6701de473
class-tools extension only handling the last operation fix ( #1258 )
...
* fix class-tools issue
* Popped performOperation and toggleOperation out of processClassList
2023-02-24 11:02:51 -07:00
Eric Kwoka
746b9cd1ab
🏷️ types ajax return ( #1265 )
2023-02-24 11:02:15 -07:00
Carson Gross
f84029badb
fix https://github.com/bigskysoftware/htmx/issues/1264
...
update target to result of `beforeSwap` event
2023-02-24 11:01:53 -07:00
Carson Gross
26bd4002d0
Merge remote-tracking branch 'origin/dev' into dev
2023-02-23 13:48:14 -07:00
Carson Gross
bed3d25d2c
fix https://github.com/bigskysoftware/htmx/issues/1259
...
store initial value on init of event listener so first trigger has correct value to compare against
2023-02-23 13:48:05 -07:00
Ahmed Lemine
160e2a4fc2
Closed open div's ( #1239 )
...
Closed two 'div' tags in the initial state code and in the response code that were never closed.
2023-02-23 07:27:42 -07:00
Aral Balkan
ee09ae7a51
Closes #1241 : Add wsConnecting event ( #1248 )
...
* Closes #1241 : Add wsConnecting event
* Remove redundant tests
(The separate tests for connecting, open, and close events are handled by the one lifecycle event test which both tests that the events are called as expected and in the order expected.)
* Add event.type to detail object of wsConnecting event
(This makes the event polymorphic for this property path with the other lifecycle events – wsOpen and wsClose – which proxy the underlying socket’s event object. This means all lifecycle events can be handled by one handler – e.g., a status indication function – if desired.)
* Minor: Add missing semicolon
* Document wsConnecting event
(And fix two tiny grammar issues.)
2023-02-23 07:23:50 -07:00
Derek Kniffin
a85ad4ac67
Update UMD wrapper to include ESM support ( #1263 )
...
thank you!
2023-02-23 07:23:34 -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
704739d1f0
fix https://github.com/bigskysoftware/htmx/issues/1236
...
handle single quotes in ids properly by escaping them in selectors
2023-02-16 11:11:50 -07:00
Carson Gross
ef02709a3e
bump version
2023-02-16 09:25:34 -07:00
Carson Gross
34b2d8f022
Merge branch 'master' into dev
2023-02-16 09:24:18 -07:00
Niels Dequeker
91573d1c45
Fix typo for the hx-sync documentation ( #1255 )
...
thank you!
2023-02-16 09:18:21 -07:00
Carson Gross
6101b011ca
fix link
2023-02-03 08:57:22 -07:00
Carson Gross
2379965032
typo
2023-02-03 08:55:26 -07:00
Denis Palashevskii
a708395d46
Docs: Move extension script URL to the start of the page ( #1232 )
...
* Move extension script URL to the start of the page
* Improve visibility of installation instructions on /extensions page
2023-02-02 16:59:03 -07:00
Meet Rajesh Gor
503ed9527a
fix a typo in test-ws example ( #1230 )
2023-02-02 10:34:35 -07:00
Denis Palashevskii
f44b04f1a1
Docs: Move extension script URL to the start of the page ( #1232 )
...
* Move extension script URL to the start of the page
* Improve visibility of installation instructions on /extensions page
2023-02-02 10:34:17 -07:00
Carson Gross
434cdab17c
typo
2023-01-29 11:08:08 -07:00
Carson Gross
43748f62eb
publish new essay
2023-01-29 09:27:25 -07:00
Carson Gross
a058466a1d
edits
2023-01-29 09:21:53 -07:00