Changelog
- 09d6b02 chore: bump version
- a411f13 chore: fix linter warning in test code
- 524cd39 feat: add -check flag, closes #1007 (#1373)
- f3d595c feat: add Range to ExpressionAttribute nodes (#1347)
- 82af17c feat: add Range to GoCode nodes (#1348)
- cf98cdc feat: add Range to StringExpression nodes (#1349)
- ff38cee feat: add ranges for attribute node values (#1383)
- 552ed02 feat: support concurrent rendering of templ components (#1359)
- b310a97 fix(generatecmd): check
cmd.Start()error before insertingcmdin torunningmap (#1382) - 410a80e fix(lsp): delete $GOROOT hack in uri.File
- 95a0854 fix: allow JSFuncCall on arbitrary HTML attributes (#1375)
- e581c01 fix: attributes containing a conditional, are always multiline (#1380)
- b2952ed fix: clear children context in Fragment.Render (#1360)
- 8fecf2d fix: prevent corrupted output in watch mode with gzip, fixes #1365 (#1366)
- 7adcb62 fix: show correct updates based on written Go files without watch (#1363)
- aa493e0 fix: track Range for non-JavaScript ScriptExpression nodes (#1350)
- d52d64e fix: use dedicated shadow host in Suspense example to ensure header is rendered (#1370)
- 83176f9 fix: vulnerabilities in x/net (only affects templ watch mode and tests), fixes #1354