Releases: a-h/templ
v0.0.161
v0.0.160
v0.0.159
v0.0.155
v0.0.153
v0.0.148
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
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
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