v2.0.4
版本发布时间: 2024-12-14 02:13:44
bigskysoftware/htmx最新发布版本:v2.0.4(2024-12-14 02:13:44)
What's Changed
- Clarify event filter uses in hx-trigger by @brackendawson in https://github.com/bigskysoftware/htmx/pull/2914
- Fix typos in docs by @szepeviktor in https://github.com/bigskysoftware/htmx/pull/2943
- Add htmx4s to scala server-examples by @eikek in https://github.com/bigskysoftware/htmx/pull/2722
- improve hx-preserve documentation by @MichaelWest22 in https://github.com/bigskysoftware/htmx/pull/2949
- Correct lint command in contribution guidelines by @scrhartley in https://github.com/bigskysoftware/htmx/pull/2950
- docs: Fix typo in URL to prevent broken link redirect by @youssame in https://github.com/bigskysoftware/htmx/pull/2962
- Use correct extended CSS selector name in hx-trigger notes section by @gritvald in https://github.com/bigskysoftware/htmx/pull/2964
- docs: migrate realtime server implementation by @KianYang-Lee in https://github.com/bigskysoftware/htmx/pull/2955
- Add link to contact-app built in Blazor by @grugBraid in https://github.com/bigskysoftware/htmx/pull/2970
- Fix TypeError on null path variable by @youssame in https://github.com/bigskysoftware/htmx/pull/2967
- ajax helper with no source or target defaults to body by @MichaelWest22 in https://github.com/bigskysoftware/htmx/pull/2948
- Add missing word in previous CSS selector documentation by @gritvald in https://github.com/bigskysoftware/htmx/pull/2977
- "Download a Copy" in the doc points to old release 2.0.2; this PR changes it to 2.0.3 as it should be by @SpencerBrown-MongoDB in https://github.com/bigskysoftware/htmx/pull/2980
- Fix link to no-cache extension readme by @scrhartley in https://github.com/bigskysoftware/htmx/pull/2981
- Fix typo on extensions page by @scrhartley in https://github.com/bigskysoftware/htmx/pull/2983
- docs: Fix typo by @scrhartley in https://github.com/bigskysoftware/htmx/pull/2984
- Fixing a typo in confirm.md by @zimventures in https://github.com/bigskysoftware/htmx/pull/2988
- Add htmgo to server examples by @maddalax in https://github.com/bigskysoftware/htmx/pull/2992
- Added Jeasx example for template fragements by @jablonski in https://github.com/bigskysoftware/htmx/pull/2991
- Update server-examples.md by @leephillips in https://github.com/bigskysoftware/htmx/pull/2996
- Fix illegal invocation for FormData proxy by @scrhartley in https://github.com/bigskysoftware/htmx/pull/2997
- Add Next.js to htmx essay by @poeti8 in https://github.com/bigskysoftware/htmx/pull/3002
- [Documentation] Add missing default extension points by @scrhartley in https://github.com/bigskysoftware/htmx/pull/3014
- Fix wrong cursor style in webring by @untitaker in https://github.com/bigskysoftware/htmx/pull/3015
- Add missing disableInheritance documentation by @xhaggi in https://github.com/bigskysoftware/htmx/pull/3017
- Add web components essay by @alexpetros in https://github.com/bigskysoftware/htmx/pull/3018
- Fix name on essay by @alexpetros in https://github.com/bigskysoftware/htmx/pull/3019
- fix vertical alignment of github stars button in all states by @untitaker in https://github.com/bigskysoftware/htmx/pull/3006
- WC essay typo fixes by @alexpetros in https://github.com/bigskysoftware/htmx/pull/3021
- [Documentation] Fix incorrect link by @scrhartley in https://github.com/bigskysoftware/htmx/pull/3022
- [Documentation] Add missing htmx:sendAbort event by @scrhartley in https://github.com/bigskysoftware/htmx/pull/3024
- [Documentation] Fix link in web socket extension docs by @scrhartley in https://github.com/bigskysoftware/htmx/pull/3026
- typing for
defineExtension
should allow partials by @anentropic in https://github.com/bigskysoftware/htmx/pull/3030 - Improve detail.elt event documentation by @MichaelWest22 in https://github.com/bigskysoftware/htmx/pull/3007
- fixed minor typo "and" --> "an".md by @alecgargett in https://github.com/bigskysoftware/htmx/pull/3035
- feat: add amz-content-sha256 extension to docs by @felipegenef in https://github.com/bigskysoftware/htmx/pull/3036
- [Documentation] Fix outdated attribute links by @rkilpadi in https://github.com/bigskysoftware/htmx/pull/3051
- [Documentation] Update location of ws/sse demo server by @rkilpadi in https://github.com/bigskysoftware/htmx/pull/3052
- Handle Invalid template content by @MichaelWest22 in https://github.com/bigskysoftware/htmx/pull/3064
- Make bodyContains return true for nested shadow roots by @alexpetros in https://github.com/bigskysoftware/htmx/pull/3034
- Add missing htmx:trigger event on load triggers by @alexpetros in https://github.com/bigskysoftware/htmx/pull/3033
- Do not execute hx-trigger="load" on re-initialization of an existing node by @basvk in https://github.com/bigskysoftware/htmx/pull/2976
- Replace deprecated String.prototype.substr usage by @scrhartley in https://github.com/bigskysoftware/htmx/pull/2951
- Support multiple extended selectors for hx-include, hx-trigger from, and hx-disabled-elt by @Telroshan in https://github.com/bigskysoftware/htmx/pull/2902
- Cancel vanilla submits from <button[form]/>. by @geoffrey-eisenbarth in https://github.com/bigskysoftware/htmx/pull/3072
New Contributors
- @brackendawson made their first contribution in https://github.com/bigskysoftware/htmx/pull/2914
- @eikek made their first contribution in https://github.com/bigskysoftware/htmx/pull/2722
- @youssame made their first contribution in https://github.com/bigskysoftware/htmx/pull/2962
- @gritvald made their first contribution in https://github.com/bigskysoftware/htmx/pull/2964
- @KianYang-Lee made their first contribution in https://github.com/bigskysoftware/htmx/pull/2955
- @grugBraid made their first contribution in https://github.com/bigskysoftware/htmx/pull/2970
- @SpencerBrown-MongoDB made their first contribution in https://github.com/bigskysoftware/htmx/pull/2980
- @zimventures made their first contribution in https://github.com/bigskysoftware/htmx/pull/2988
- @maddalax made their first contribution in https://github.com/bigskysoftware/htmx/pull/2992
- @jablonski made their first contribution in https://github.com/bigskysoftware/htmx/pull/2991
- @poeti8 made their first contribution in https://github.com/bigskysoftware/htmx/pull/3002
- @untitaker made their first contribution in https://github.com/bigskysoftware/htmx/pull/3015
- @alecgargett made their first contribution in https://github.com/bigskysoftware/htmx/pull/3035
- @felipegenef made their first contribution in https://github.com/bigskysoftware/htmx/pull/3036
- @rkilpadi made their first contribution in https://github.com/bigskysoftware/htmx/pull/3051
- @basvk made their first contribution in https://github.com/bigskysoftware/htmx/pull/2976
- @geoffrey-eisenbarth made their first contribution in https://github.com/bigskysoftware/htmx/pull/3072
Full Changelog: https://github.com/bigskysoftware/htmx/compare/v2.0.3...v2.0.4
1、 htmx.amd.js 161.71KB
2、 htmx.cjs.js 161.71KB
3、 htmx.esm.d.ts 7.16KB
4、 htmx.esm.js 161.7KB
5、 htmx.js 161.68KB
6、 htmx.min.js 49.72KB