Commit 3ff5467
committed
# 1.13.130 (2025-04-16 / 83c295f)
## Changed
- [BREAKING] When setting a custom `:ornament/prefix` on the namespace, the
separator `__` is no longer implied, to get the same result add `__` to the
end of your prefix string.
## Added
- Support docstrings, they come after the tagname, before any styles or tokens
- If there's only a zero-arg render function (fn-tail), also emit a one-arg
version that takes HTML attributes to be merged in.
- Add `defrules`, for general garden CSS rules
- Add `defprop`, for CSS custom properties (aka variables)
- Add `defutil`, for standalone utility classes
- Add `import-tokens!`, for importing W3C design token JSON files as properties (as per `defprop`)
- Allow setting metadata on a child list, useful for reagent/react keys
## Fixed
- Fix `defined-garden`
- Use of `defrules` in pure-cljs namespaces
- Fix implementation of ILookup on cljs1 parent 83c295f commit 3ff5467
3 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments