Vincent
f0bd28b438
Remove Node 15 requirement mention from README ( #2494 )
2024-04-25 12:32:34 -04:00
Carson Gross
74744ac337
prep for 2.0.0-beta3 release
2024-04-17 11:04:49 -06:00
Carson Gross
7dd6cd7224
prep v1.9.12
2024-04-17 10:48:55 -06:00
Carson Gross
9431183cf1
port back double exec tests from 2.x to ensure its not an issue in 1.x, bump version
2024-03-01 15:50:21 -07:00
Carson Gross
3b65f85784
bump version for next release
2023-11-30 15:13:53 -07:00
Carson Gross
a59a10baad
bump for next version
2023-11-16 16:52:11 -07:00
Carson Gross
6fe62580e0
prep 1.9.8 release
2023-11-06 18:03:43 -07:00
Carson Gross
3912e3c2c2
prep 1.9.7 release
2023-11-02 15:28:53 -06:00
Alexander Petros
a66a98b9ed
Fix WS/SSE tests and replace go backend with NodeJS ( #1876 )
...
* Write WS and SSE test backend in node
* Refactor pages so that the URLs work
* Add tab highlighting script
* Fix stream with multiple events
* Fix highlighting on ext links
* Refactor WS code
* Support event trigger tests
* Add some jitter to the intervals
* Delete old go backend
* Update README with new info and credits
* Update top-level README
* Move ws to dev dependencies
* Remove extraneous go server
* Fix misplace comment
2023-10-12 15:54:40 -05:00
Carson Gross
ff20f880ee
bump for next version
2023-08-31 09:54:39 -06:00
Alexander Petros
0a3c3adbfa
Expand contribution guidelines to separate file ( #1737 )
...
* Expand contribution guidelines to separate file
* Add misc section
2023-08-28 15:38:42 -06:00
Carson Gross
b3a4a5fc1a
prep 1.9.5 release
2023-08-24 12:38:20 -06:00
Carson Gross
f3a6975b8e
prep 1.9.4 release
2023-07-25 13:39:48 -06:00
Alexander Petros
131c025143
Update contribution guidelines ( #1614 )
2023-07-20 10:32:05 -04:00
Carson Gross
c96f01e81e
bump verison + add this
symbol in filter expressions
2023-05-02 14:52:54 -06:00
Carson Gross
6c0aa11f62
bump to 1.9.2
2023-04-28 11:28:12 -06:00
Carson Gross
99b33b5bf6
Merge remote-tracking branch 'origin/master' into dev
2023-04-26 14:33:08 -06:00
Roman Koshchei
7f8cb74b6a
Update README.md ( #1383 )
2023-04-25 13:08:04 -06:00
Carson Gross
a807a5f08e
bump version
2023-04-20 17:13:30 -06:00
Jak2k
afb65373ed
Update README.md ( #1373 )
2023-04-13 12:18:47 -06:00
Giovanni Collazo
357e80305d
fix: readme file logo url ( #1375 )
...
* fix: readme logo
* Revert "fix: readme logo"
This reverts commit ad8e853d67a4efa27d56682c31bca078b8391886.
* fix image path
2023-04-13 12:18:11 -06:00
Carson Gross
5e12b33ed1
1.9.0 release prep
2023-03-31 07:07:34 -06:00
Carson Gross
36780c034f
bump version
2023-03-15 16:25:52 -06:00
Patricio Del Boca
560b314074
Remove reference to Python 2 in README.md ( #1321 )
2023-03-13 17:14:11 -06:00
Carson Gross
5de968e933
Merge branch 'master' into dev
2023-03-02 12:49:03 -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
Carson Gross
ef02709a3e
bump version
2023-02-16 09:25:34 -07:00
Carson Gross
90db47fbea
bump version
2022-12-01 08:05:32 -07:00
Carson Gross
e1220e09e2
i am once again asking revealed
to work in htmx
2022-11-05 09:20:19 -06:00
Carson Gross
e05c3fec29
bump to 1.8.3 for next release
2022-10-18 13:18:23 -06:00
Carson Gross
9af34ce0e3
fix revealed
bug
2022-10-12 22:46:02 -06:00
Carson Gross
2c70dd4df3
prep 1.8.1 release
2022-10-11 10:25:04 -06:00
Carson Gross
3b211980c8
1.8 release prep
2022-06-29 16:08:57 -06: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
Adam Johnson
0b52a8c6a3
Update installation instructions ( #851 )
...
As per #800 .
* Recommend downloading htmx as the main way of installing it.
* Cover npm installation in a bit more detail.
* Note the downsides of unpkg.com and always recommend with the integrity SHA.
* Use `<script defer>` in all `<script>` examples. This tells the browser to defer the parsing and processing of the script until all content is on display, increasing performance. [See HTML spec diagram](https://html.spec.whatwg.org/multipage/scripting.html#attr-script-defer ).
2022-04-07 13:40:37 -06:00
Brian Hetro
9dc54ee40e
Fix broken README link to Sinon.JS ( #833 )
2022-02-18 11:41:35 -07:00
carson
d137db68d0
Merge branch 'master' into dev
...
# Conflicts:
# www/docs.md
2022-02-16 14:04:30 -07:00
Mickaël A
cc074eaed2
fix(readme): typos ( #815 )
...
thank you!
2022-02-12 11:08:07 -07:00
carson
c7f4f360d1
Merge branch 'dev' into pull/753
...
# Conflicts:
# src/htmx.js
2022-02-04 11:16:59 -07:00
carson
82016a7ba5
Merge remote-tracking branch 'origin/master' into dev
2022-02-04 10:55:52 -07:00
Adam Johnson
defbb40bd7
Document required node version ( #789 )
...
After trying to set up the project, I found that Node 16 is incompatible with the pinned version of node-sass, and node 15 must be used. This PR documents the requirement - perhaps an upgrade to Node 16 can be done after.
2022-02-04 10:53:13 -07:00
alfonsrv
d025afe49f
hx-inherit tests x documentation
2022-01-06 14:45:12 +01:00
carson
c96728479a
bump version to 1.7.0
2021-11-23 13:40:38 -07:00
carson
c395c9c2be
fixing version
2021-11-21 06:17:07 -07:00
carson
69d4d49363
bumped version in wrong branch 😑
2021-11-21 06:15:32 -07:00
carson
7c9fd4bc93
1.6.0 release prep
2021-11-21 06:10:59 -07:00
carson
538a8cd51b
bump version
2021-09-27 07:57:57 -06:00
carson
d47abff3dd
prep for 1.5.1 release
2021-09-06 08:13:04 -06:00
carson
da61e7557a
Merge branch 'master' into dev
2021-09-06 08:08:44 -06:00