Releases: bigskysoftware/htmx
Releases Β· bigskysoftware/htmx
v1.8.2
v1.8.1
What's Changed
- Add docs for HX-Replace-Url header by @danieljsummers in #972
- cfwheels-htmx-crud-server-example by @chapmandu in #962
- Fix dates in changelog by @adamchainz in #958
- Docs: Updated broken link. by @gnat in #976
- Docs: Code element readability. by @gnat in #977
- Docs: Reference guide readability. Essential attributes. by @gnat in #980
- Fix #demo-server-info's height by @machour in #1000
- fix extended attribute form for hx-ext in findElementsToProcess by @machour in #999
- Add ASP.NET Core Razor Partial View docs by @AlexZeitler in #1019
- Added reference and example for Go by @benpate in #1020
- Added PHP/Latte to list by @n0nag0n in #1021
- Add Michael's partials projects for Python section by @mikeckennedy in #1022
- Minor changes in docs by @David-Guillot in #1033
- Add extra notes on how the CSS for htmx-indicator works by @wimdeblauwe in #1025
- Remove ASP.NET Core from list by @AlexZeitler in #1024
- Add Sergi's jinja_fragments package to Python list by @mikeckennedy in #1035
- Added link to template fragments essay by @lllama in #1038
- Fix link to template fragments essay by @adamckay in #1042
- Added link for htmlgenerator to list by @saemideluxe in #1041
- Add documentation about HTTP caching by @sponsfreixes in #1049
- Bump github.com/labstack/echo/v4 from 4.3.0 to 4.9.0 in /www/test/1.7.0/test/servers/ws by @dependabot in #1064
- Bump github.com/labstack/echo/v4 from 4.1.17 to 4.9.0 in /www/test/1.7.0/test/realtime by @dependabot in #1065
- Bump github.com/labstack/echo/v4 from 4.1.17 to 4.9.0 in /www/test/1.8.0/test/realtime by @dependabot in #1067
- Bump github.com/labstack/echo/v4 from 4.1.17 to 4.9.0 in /test/realtime by @dependabot in #1066
- Add a note that the
name
attribute of an input is important by @wimdeblauwe in #1026 - Properly set title during history cache miss by @leiffoged in #1014
- Allow 'unset' directive for hx-vals and hx-vars by @B-Lenton in #1013
- doc: fix typo in hx-select-oob attribute example by @sltong in #994
- doc: fixed typo on hx-swap page by @thejoeejoee in #991
- Fix typo in docs by @marciomazza in #995
- doc: add note to alpine-morph example by @bmihelac in #987
- doc: add missing import in alpine-morph example by @bmihelac in #986
- doc: Explain how to detect boosted requests by @dalito in #981
New Contributors
- @danieljsummers made their first contribution in #972
- @chapmandu made their first contribution in #962
- @machour made their first contribution in #1000
- @AlexZeitler made their first contribution in #1019
- @n0nag0n made their first contribution in #1021
- @mikeckennedy made their first contribution in #1022
- @wimdeblauwe made their first contribution in #1025
- @saemideluxe made their first contribution in #1041
- @sponsfreixes made their first contribution in #1049
- @leiffoged made their first contribution in #1014
- @B-Lenton made their first contribution in #1013
- @sltong made their first contribution in #994
- @thejoeejoee made their first contribution in #991
- @marciomazza made their first contribution in #995
- @bmihelac made their first contribution in #987
- @dalito made their first contribution in #981
Full Changelog: v1.8.0...v1.8.1
htmx.min.js.gz
v1.8.0
Trying a Github release
What's Changed
- fix minor typo by @bfallik in #823
- Bump follow-redirects from 1.13.2 to 1.14.8 by @dependabot in #816
- Added selector for input of type button by @iustin94 in #836
- Treat target="_self" the same as being empty by @mauricioarangoosorio in #818
- Document outerHTML limitation on by @adamchainz in #871
- Rewrite scheme-relative URLβs to https by @adamchainz in #870
- Removed two links that don't work by @YesSeri in #868
- Update locality-of-behaviour.md by @dz4k in #865
- Add data-loading-aria-busy directive for loading-states extension by @Renerick in #864
- Add missing header by @eldamir in #861
- Add Clojure babashka link by @prestancedesign in #856
- Fix typo in hypermedia-apis-vs-data-apis.md by @JamesGardiner in #855
- Improve HX-Push and hx-push-url documentation by @adamchainz in #853
- Remove double period by @snan in #852
- Update installation instructions by @adamchainz in #851
- Fix broken response headers links by @jonathanberger in #843
- docs: fix links to web-sockets extension page by @msladecek in #841
- Update hx-push.md to correct title by @gone in #838
- feat(ext): add disable-element extension by @David-Guillot in #869
- Fix a typo in reference.md by @qrhfz in #897
- Attempts to fix case when htmx is loaded multiple times into browser by @gone in #883
- Documentation fix by @gone in #890
- Check for localStorage availability by @David-Guillot in #872
- Update hx-boost.md by @lllama in #874
- Added missing documentation: htmx:timeout event by @gnat in #921
- Docs: Fix dead links and typo by @Dosenpfand in #924
- Fix typo in bulk-update example by @czue in #914
- Update hx-boost.md by @gnat in #909
- Further doc fix for #895 by @dan-osull in #910
- Docs: Hotwire / Turbo to htmx Migration Guide by @gnat in #911
- Improvements in WebSocket extension by @Renerick in #863
- Adding support for client side redirects - HX-Location by @gone in #832
- Style changes proposal by @tunguski in #899
- Update websockets extension documentation by @Renerick in #928
- Add CFWheels TODO example to the list by @bpamiri in #941
- forgot to rename this file by @gone in #940
- Small typo fixes by @Gornstats in #938
- Introduce consistent footer for all pages by @tunguski in #929
- Implement HX-Reswap by @mayowa in #949
- Fix a typo in 1.8.0 changelog by @Renerick in #948
- Typo, was hs-sse instead of hx-sse by @flibustenet in #946
- Update server-examples.md by @bpamiri in #944
- Proposal: talk page in single column by @tunguski in #937
New Contributors
- @bfallik made their first contribution in #823
- @iustin94 made their first contribution in #836
- @mauricioarangoosorio made their first contribution in #818
- @YesSeri made their first contribution in #868
- @Renerick made their first contribution in #864
- @eldamir made their first contribution in #861
- @prestancedesign made their first contribution in #856
- @JamesGardiner made their first contribution in #855
- @snan made their first contribution in #852
- @jonathanberger made their first contribution in #843
- @David-Guillot made their first contribution in #869
- @qrhfz made their first contribution in #897
- @Dosenpfand made their first contribution in #924
- @czue made their first contribution in #914
- @dan-osull made their first contribution in #910
- @tunguski made their first contribution in #899
- @bpamiri made their first contribution in #941
- @Gornstats made their first contribution in #938
- @flibustenet made their first contribution in #946
Full Changelog: v1.7.0...v1.8.0