v0.75.2
Added
- Massive upgrade to
SelectBoxcomponent with advanced interaction support (thanks @derkan): - π Client-side search by default (disable with
ContentProps.NoSearch = true) - β
Multiple selection support (
TriggerProps.Multiple = true) - π Pill-style display for selected items (
TriggerProps.ShowPills = true) - π HTMX support for dynamic/cascading selects via.
HxTrigger,HxTarget,HxSwap,HxReplaceUrl- π§ Custom
SelectedCountTextandSearchPlaceholdersupport - Added support for
hx-indicatorprop β allows built-in loading indicators for HTMX interactions. (thanks @glsubri) - Added
jsPublicPathsupport to.templui.jsonβ allows separation between on-disk JS location (jsDir) and browser-facing path (jsPublicPath) for flexible server setups and sub-path deployments. (thanks @manicar2093) - Updated to latest Templ version
v0.3.898 - This release focuses on power-user features: smarter SelectBoxes, better form behavior, and flexible JS delivery for complex setups.
Changed
-
π Patch release to bump CLI version correctly (was missing in v0.75.0/v0.75.1)
Removed
- Removed typo in radio card drawer menu URL β resolved malformed
nospaceanchor reference. HxGet,HxPost,HxPut,HxDelete
Fixed
-
No code changes β same as
v0.75.0/v0.75.1, just fixing version sync. - Added source code links in documentation β enables quick access to GitHub source for easier copy-paste and deeper exploration.
- Changed form submission behavior from
""/ontofalse/truefor checkbox and toggle components β enables consistent boolean handling in Go forms. (thanks @manicar2093)