Carson Gross
be89a5498f
2.0 announcement
2024-06-06 12:41:48 -06:00
Carson Gross
2ffa44824f
Merge branch 'dev' into 2.0
...
# Conflicts:
# www/content/_index.md
# www/content/docs.md
2024-06-05 12:39:10 -06:00
Carson Gross
642b2d877d
coverage critic sponsorship dark mode fix
2024-06-05 12:36:56 -06:00
Carson Gross
44d2d2b1dd
Merge remote-tracking branch 'origin/dev' into dev
2024-06-05 12:34:59 -06:00
Carson Gross
2256a546e3
Merge branch 'master' into dev
2024-06-05 12:33:47 -06:00
Carson Gross
a378767987
coverage critic sponsorship
2024-06-05 08:01:46 -06:00
Carson Gross
4b3c3123fc
coverage critic sponsorship
2024-06-05 07:27:21 -06:00
Carson Gross
0ab22904f5
history of hypermedia
2024-06-04 12:26:49 -06:00
Carson Gross
a5d7d1820f
2.0 docs scrub
2024-06-03 11:47:39 -06:00
Carson Gross
40b55c4a10
2.0 docs scrub
2024-06-03 11:01:45 -06:00
Carson Gross
14e557a9d1
Merge branch 'dev' into 2.0
2024-06-03 09:50:30 -06:00
Carson Gross
f6707b2317
Merge branch 'master' into dev
2024-06-03 09:49:25 -06:00
Carson Gross
4eadc8f492
deco sponsorship
2024-05-30 23:34:22 -06:00
pokonski
eeecde2270
Add Dark mode to the website ( #2562 )
...
* Add dark mode CSS
* Add dark mode variants of logos
* Use alternative Github star button with dark mode working
* Preserve github stars count when navigation to avoid flickers
2024-05-24 13:54:37 -06:00
Carson Gross
179b167ccf
2.0 release
2024-05-23 16:18:30 -06:00
Carson Gross
505a093ba7
2.0 release
2024-05-23 13:15:37 -06:00
Carson Gross
601d16c5ef
fix links
2024-05-22 15:23:45 -06:00
Carson Gross
ce446aadd9
announce beta4
2024-05-22 15:03:58 -06:00
Carson Gross
6944bb8040
prep htmx 2 beta4
2024-05-22 14:57:16 -06:00
Carson Gross
65ab27bb55
prep htmx 2 beta4
2024-05-22 14:57:07 -06:00
Carson Gross
f35bf31a1a
Merge branch 'master' into dev
2024-05-22 14:36:13 -06:00
Carson Gross
4bc7c9710e
fix
2024-05-22 13:20:22 -06:00
Carson Gross
52994f9cad
fix
2024-05-22 13:11:23 -06:00
Carson Gross
e692602042
fix
2024-05-22 13:09:22 -06:00
Carson Gross
7ce3bd7d51
fix
2024-05-22 12:01:58 -06:00
Carson Gross
c43cc285dc
fix
2024-05-22 11:57:40 -06:00
Carson Gross
0232759b68
fix
2024-05-22 11:48:15 -06:00
Carson Gross
37332bb9bd
fix
2024-05-22 11:46:20 -06:00
Carson Gross
278ad29f39
fix
2024-05-22 07:23:59 -06:00
Carson Gross
80ebc8856c
htmx sucks, btw
2024-05-21 16:32:23 -06:00
Carson Gross
e8656a7594
fine, make it work on mobile
2024-05-21 07:16:59 -06:00
Carson Gross
da80ed13bf
ads
2024-05-19 15:42:38 -06:00
Carson Gross
9e6bfdc006
join the uwu revolution again, again
2024-05-17 10:54:15 -06:00
Carson Gross
d226997187
join the uwu revolution again
2024-05-17 10:53:35 -06:00
Carson Gross
a90f8402ba
join the uwu revolution
2024-05-17 10:00:50 -06:00
Carson Gross
12675fd1d4
prep beta4
2024-05-16 16:39:48 -06:00
Carson Gross
20b42aaf88
Merge branch 'master' into dev
...
# Conflicts:
# src/htmx.d.ts
# src/htmx.js
# test/core/security.js
# www/content/docs.md
2024-05-16 12:50:13 -06:00
Carson Gross
dcb899dc90
Merge remote-tracking branch 'origin/master'
2024-05-15 13:40:51 -06:00
Viktor Szépe
31a0416368
Fix double-encoded UTF-8 characters ( #2371 )
...
* Fix double-encoded UTF-8 characters
* fix city name in active-search.md
https://en.wikipedia.org/wiki/Str%C3%A9e
2024-05-15 12:20:18 -06:00
Antoine Aumjaud
d37fe551a1
📚 fix code sample in documentation ( #2498 )
2024-05-15 12:11:08 -06:00
Andrew Arderne
c225c8dff1
(website) Fix url to github stars ( #2521 )
...
fix url to github stars
2024-05-15 12:08:58 -06:00
Marcos Pereira
ab458e7143
feat: Add inlineSlyeNonce configuration ( #2542 )
2024-05-15 12:06:40 -06:00
Carson Gross
099ed97277
join the uwu revolution
2024-05-15 11:51:47 -06:00
Carson Gross
73948e2a65
join the uwu revolution
2024-05-15 11:51:32 -06:00
Carson Gross
57595bc039
Merge remote-tracking branch 'origin/master'
2024-04-29 11:24:36 -06:00
Carson Gross
b3eaadb5d3
update sponsors
2024-04-29 11:23:13 -06:00
Lloyd Lobo
b176784f31
docs: fix this
binding in onClick .then
handler with arrow function ( #2373 )
...
docs: fix `this` binding in onClick .then handler with arrow fn
Update the `.then()` handler in the `onClick` attribute to use an arrow function instead of a traditional `function(arg)` expression.
This fixes the `this` binding within the lexical scope, ensuring that `this` is bound to the `button` instead of the `window` and resolving the issue.
Fixes/Closes issue #2257
2024-04-25 12:47:21 -04:00
lookbusy1344
f9591c9790
More explicit explanation of htmx.config.getCacheBusterParam ( #2376 )
...
* More explicit explanation of htmx.config.getCacheBusterParam
* Small formatting fixes
2024-04-25 12:36:50 -04:00
Nico Ekkart
af50cde104
docs: aria-selected true in Tabs HATEOS example ( #2404 )
...
The `aria-selected` attribute should be set to true in the first tab for consistency with the class `selected` being set.
2024-04-25 12:34:38 -04:00
noman
998bd7cd4c
fix(docs): Add missing apostrophes ( #2405 )
...
Add apostrophes
2024-04-25 12:34:15 -04:00