releases

Wout Neirynck 2025-09-03T08:51:30.884329Z

https://www.monkeyci.com: write your CI/CD pipelines in Clojure 0.19.7.3 • Hotfix for org creation for new users • Cosmetic changes

🎉 2
tony.kay 2025-09-03T10:57:50.502379Z

Fuclro RAD v1.6.16 https://github.com/fulcrologic/fulcro-rad • Removes reliance on deprecated Fulcro multi-root renderer • NOTE: If you use the SUI plugin for RAD, you must upgrade it as well (the autocomplete relied on the deprecated renderer)

🙏 1
tony.kay 2025-09-03T10:58:59.380099Z

Fulcro RAD Semantic UI (SUI) plugin v1.4.7 https://github.com/fulcrologic/fulcro-rad-semantic-ui • Rewrote built-in autocomplete control to use hooks instead of deprecated (and soon to be removed) multi-root renderer.

tony.kay 2025-09-03T12:41:28.566239Z

https://github.com/fulcrologic/fulcro v3.9.0-rc9 • More patches related for the latest react. • This version contains a minor BREAKING CHANGE: multi-root renderer was removed (impossible to implement correctly with react concurrent rendering). ◦ Uses of use-fulcro-mount should be ported to hooks/use-component which should be a relatively trivial change • If using RAD, upgrade to the latest versions above, that already have this porting applied.

👍 1
🙏 1
🎉 1
Daniel Slutsky 2025-09-03T21:35:56.392869Z

https://scicloj.github.io/kindly/ - a standard for visually displaying values - version https://www.clojars.org/org.scicloj/kindly/versions/4-beta19 • added :kind/mermaid - by @emil0r

1
Daniel Slutsky 2025-09-03T21:37:08.874109Z

https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization - version https://clojars.org/org.scicloj/clay/versions/2-beta53: Mostly a few great additions by @timothypratley: • added support for :format [:quarto :pdf] (experimental) • simplified live-reload browser view • avoided unnecessary call to update-page! on the creation of live-reload • added :kind/mermaid support by @emil0r • live-reload output (stdout, stderr) is now reported in the REPL (as well as being captured in the page) • new flag: :first-as-index when making a book, the first source path will now be renamed index.qmd • fixed: second live-reload build not greying out webpage

1