Skip to content

Releases: mentat-collective/Leva.cljs

0.3.0: SCI + Portal compatibility

09 Jun 14:04
3a8ad87
Compare
Choose a tag to compare
  • #16:

    • removes the goog.object to make the library compatible with SCI evaluation, needed by Portal.

    • adds various build upgrades, (Clerk, Kondo etc)

  • #12 fixes #10 by turning SubPanel into a wrapper that properly calls (with :f>) a new SubPanel* function component.

0.2.2: fix jar release

20 Feb 18:35
c060095
Compare
Choose a tag to compare

same as 0.2.1, fixing jar release.

0.2.1: bump clerk-utils

20 Feb 18:31
Compare
Choose a tag to compare
  • #6 bumps the clerk-utils version to 0.4.1 and bumps the template sha for
    clerk-utils.

v0.2.0: leva/clerk template

20 Feb 18:21
Compare
Choose a tag to compare

From the CHANGELOG:

  • #5:

    • Adds a deps-new template that sets up a basic Clerk project with
      Leva.cljs installed as a dependency. The template lives
      here
      .

    • Adds a provided dependency on SCI to pom.xml, so that cljdoc builds
      succeed.

    • Adds leva.sci with SCI namespace objects for all namespaces, plus a
      namespaces map and a config for easy installation into SCI. The
      namespaces follows the patterns set by the
      https://github.com/babashka/sci.configs repo.

      • leva.sci/install! allows the user to install Leva.cljs into SCI's
        shared context with one mutating call.
    • Migrates the project over to clerk-utils and all of its new custom build
      stuff. This let me simplify development, update the README and DEVELOPING
      pages and kill my shadow-cljs.edn file. user.clj gets quite a bit simpler
      too.

    • Adds notes to the interactive docs guide about using the library with SCI
      and with Clerk

    • Upgrades to Clerk version fad499407d979916d21b33cc7e46e73f7a485e37 for the
      template and project docs notebook

First release: 0.1.0

10 Jan 23:49
d535e4b
Compare
Choose a tag to compare

This is the first real release! Leva.cljs has compatibility with almost everything in Leva, as explored in the interactive documentation notebook at https://leva.mentat.org.