Skip to content

Releases: a-h/templ

v0.0.160

13 Mar 15:09
@a-h a-h
4234940
Compare
Choose a tag to compare

Changelog

4234940 parser: support missing package instructions (#37)

v0.0.159

30 Jan 18:42
@a-h a-h
17fe039
Compare
Choose a tag to compare

Changelog

af7fe71 encode version used to generate template (#34)
e158d02 feat: add pprof flag to enable profiling at runtime of the LSP
0a04450 feat: switch to https://github.com/joe-davidson1802/xc/
17fe039 fix: parse failure when template files are > 8KB in size

v0.0.155

01 Dec 12:17
@a-h a-h
220fc80
Compare
Choose a tag to compare

Changelog

220fc80 feat: add staticcheck support for generated code
e6023b1 feat: add turbo stream support.

v0.0.153

10 Nov 07:42
@a-h a-h
7a27c66
Compare
Choose a tag to compare

Changelog

60b8ccb fix: display error message when required gopls binary not found on the path, fixes #29
7a27c66 fix: enable DocumentFormattingProvider (#32)
b8fa12f fix: panic on windows (#30)
c209bdb fix: use dir (#33)
053361d refactor: Use path/filepath instead of path (#31)

v0.0.148

23 Oct 19:45
@a-h a-h
64897d9
Compare
Choose a tag to compare

Changelog

1bf8784 feat: storybook support and example
e92bcc2 feat: storybook, reduced need for rebuild.
9b7459d feature: add a CDK deployment example of the Storybook
53d1870 refactor: increase RAM allocation and timeout in example.
bdff4fd refactor: make it so that Storybook remote loads a relative URL

v0.0.139

16 Oct 21:59
@a-h a-h
46b3b0b
Compare
Choose a tag to compare

Changelog

06cfb29 chore: update dependencies
bd42ac9 feat: add additional checks to fix #23 and #24
3aef485 feat: add boolean attribute support (#21)
4eb4878 feat: add support for plain HTML inside elements, not just Go expressions - fixes #22
3784d4e feat: added component JavaScript support, see #23
e8737b3 feat: simplify rendering of templates over HTTP, fixes 27
65f6d07 fix: allow space in font-family (#26)
467f539 fix: format command should list success count, and respect spacing of text nodes
1229489 refactor: demonstrate how URL schemes are restricted unless templ.SafeURL is used
cc265e5 refactor: lowercase doctype declaration, see https://codeguide.co/#html
19f0ef7 refactor: move parser and templ runtime into separate packages

v0.0.126

25 Jun 21:39
@a-h a-h
0226fe5
Compare
Choose a tag to compare

Changelog

798d205 Add anonymous html tag
236bf8e Add css snippets
c5dcd42 Add missing %
da2ea0a Fix switch snippet
8aaf0a3 feat: add DOCTYPE support, see #17
d8bf2ec feat: format meta tags on their own lines
c926663 feat: improve parsing of DOCTYPE to handle mistakes in tag closing
5605e7f feat: remove closing slash from void elements
0226fe5 fix: prevent unexpected tokens from causing empty templates, fixes #17
fadf230 fix: remove extra space after DOCTYPE declaration formatting
75f30f4 simplify snippet

v0.0.115

25 Jun 08:28
@a-h a-h
429c690
Compare
Choose a tag to compare

Changelog

429c690 fix: bug where version number is not displayed

v0.0.114

25 Jun 08:05
@a-h a-h
7774888
Compare
Choose a tag to compare

Changelog

7774888 fix: using CSS classes twice caused a duplicate variable to be generated

v0.0.113

24 Jun 20:51
@a-h a-h
2da47af
Compare
Choose a tag to compare

Changelog

1b16c39 Update README.md
1aea86c add unit test for handler
51f24d7 added CSS middleware
b221594 added documentation for CSS
008a433 added start of CSS support
12ff215 be able to use CSS components
e4f6da6 configured sanitisation tests
333279a implement basic CSS generation
2da47af refactor: renamed CSSExpression to CSSTemplate
b7cfe4b sanitize URLs, see #6