https://www.monkeyci.com: write your CI/CD pipelines in Clojure 0.19.7.3 • Hotfix for org creation for new users • Cosmetic changes
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)
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.
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.
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
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