ChangeLog
0.4.0 (2026-04-26)
Changes
Table cells which are
NILwill be skipped -<td>element is not rendered for them.Your
cell-makerfunction now may return objects of classreblocks-ui2/tables/cell:cellto addcolspanorrowspanproperty.Default cell-maker function now transforms lists to
reblocks-ui2/tables/cell:cellclass objects by applying the list to thereblocks-ui2/tables/cell:cellfunction.
Here is an example of table with spans:
(make-table (list (column "Name")
(column "Version")
(column "Built-at"))
(list (list '("Foo" :rowspan 2) "bar" "baz")
(list nil '("blah" :colspan 2) nil)))
0.3.0 (2025-05-21)
Fixes
Code was updated to work with latest Reblocks and it's routing.
Changes
Variable
reblocks-ui2/themes/api:*current-theme*is not imported from it's package anymore. Usereblocks-ui2/themes/api:current-themefunction function instead.
0.2.0 (2024-04-04)
Changes
Allow to set current theme using
SETFonreblocks-ui2/themes/api:current-themefunction.Now Tailwind
CSStheme automatically loads https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4 JavaScript dependency.
0.1.0 (2023-02-05)
Initial version.