diff --git a/website/docs/community/templates.mdx b/website/docs/community/templates.mdx index 812a5d2cb..2075cc350 100644 --- a/website/docs/community/templates.mdx +++ b/website/docs/community/templates.mdx @@ -67,6 +67,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for ## HTMX +- [wails-htmx-tailwind-daisyui-template](https://github.com/ltcovalt/wails-htmx-tailwind-daisyui-template) - HTMX template using Tailwind CSS + daisyUI for styling and the Go standard library for routing and HTML templating - [wails-htmx-templ-chi-tailwind](https://github.com/PylotLight/wails-hmtx-templ-template) - Use a unique combination of pure htmx for interactivity plus templ for creating components and forms ## Pure JavaScript (Vanilla) diff --git a/website/src/pages/changelog.mdx b/website/src/pages/changelog.mdx index 270db3e83..d077b6c2d 100644 --- a/website/src/pages/changelog.mdx +++ b/website/src/pages/changelog.mdx @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added "Branding" section to `wails doctor` to correctly identify Windows 11 [#3891](https://github.com/wailsapp/wails/pull/3891) by [@ronen25](https://github.com/ronen25) - Added `-skipembedcreate` flag to build and dev command to improve compile and recompile speed [#4143](https://github.com/wailsapp/wails/pull/4143) by @josStorer - Added `DisablePanicRecovery` option to allow handle panics manually [#4136](https://github.com/wailsapp/wails/pull/4136) by [@APshenkin](https://github.com/APshenkin) +- Added community template wails-htmx-tailwind-daisyui-template. Added by [@ltcovalt](https://github.com/ltcovalt) in [PR](https://github.com/wailsapp/wails/pull/4394) ### Fixed - Fixed build fails when cross compiling on Linux for Windows [#4262](https://github.com/wailsapp/wails/issues/4262) by [@rynsf](https://github.com/rynsf)