Fork me on GitHub
#releases
<
2024-03-19
>
Daniel Slutsky13:03:50

https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization https://clojars.org/org.scicloj/clay/versions/2-alpha85 (2024-03-19) • extended kind/plotly API - PR by @pt.roterski • using :html/deps to specify dependencies in :kindly/options (depracating the confusing :reagent/deps, still supported though) • support for adding deps on kind/hiccup, not only kind/reagent • support for JS & CSS deps from github repos • page generation - minor refactoring • updated Kindly version: "4-alpha18"kind/htmlwidgets-ggplotly support - WIP

🎉 2
Daniel Slutsky14:03:20

https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization https://clojars.org/org.scicloj/clay/versions/2-alpha86 (2024-03-19) • bugfix: copying the :htmlwidgets-plotly deps correctly (avoiding copying the .git subdirectory which breaks the doc served on github pages)

Daniel Slutsky16:03:06

https://scicloj.github.io/clay/: REPL-friendly literate programming and data visualization https://clojars.org/org.scicloj/clay/versions/2-alpha87 (2024-03-19) • kind/highcharts support - PR by @adham.rasoul