You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,54 @@
1
1
# Changelog
2
2
3
+
## 3.0.0
4
+
5
+
Released on 2026-03-17
6
+
7
+
### Added
8
+
9
+
-**theme_converter:** scaffold converter tool- **smalto_lustre_themes:** scaffold package- **theme_converter:** implement CSS theme parser and Gleam code generator- **smalto_lustre_themes:** generate 45 theme functions- **smalto_lustre_themes:** add Lustre HTML render example
10
+
> Add dev/lustre_html_render.gleam that demonstrates using smalto_lustre_themes
11
+
> to render syntax-highlighted source code to a standalone HTML file via Lustre
12
+
> elements and element.to_document_string. Embeds the matching CSS theme for
13
+
> base text color and background styling.- **tools:** add prism supported languages to fetcher- **languages:** generate grammar modules for new languages
-**smalto_lustre_themes:** add README- **smalto_lustre_themes:** add auto-generated notice and theme list to module docs- add smalto_lustre_themes to README and docs- update readme- CONTRIBUTING
0 commit comments