Skip to content

v0.4.2-beta

Compare
Choose a tag to compare
@jacobobryant jacobobryant released this 17 Apr 01:16
· 270 commits to master since this release

Upgrade instructions:

  • Change Biff's :sha value in deps.edn to 951ad0b7d6f31408c82996cbcfd105d6be7e00e7. (Or use {:mvn/version "0.4.2-beta"}.)
  • Add org.slf4j/slf4j-simple {:mvn/version "2.0.0-alpha5"} to deps.edn.

Breaking:

  • Removed slf4j-nop from the Biff lib's dependencies. Also started using clojure.tools.logging instead of println. To see the logs, you must add slf4j-simple (or another logging implementation) to your deps.edn as described above. See #114

Changes:

Bugs:

  • Fixed biff/crop-day. See #116
  • Added :hx-swap "outerHTML" to com.example.feat.app/bar-form. Previously, form elements became nested in the DOM whenever you submitted the bar form in the example app. If you want to apply this fix to an existing project, copy the code from d35efd6.

Thank you to those who submitted issues and PRs.