Liking cljdoc? Tell your friends :D

CHANGELOG

0.9.0

New

  • Public API for linter plugins #86
  • Deps linting enabled by default 25cc16
  • Added support for dynamic element types 14d5b7
  • Added clj-kondo config #97
  • Added error-boundary component #98
  • Added support for most React Hooks for SSR on JVM #104

Improvements

  • Improved missing deps reporting 5567dc
  • Fixed re-frame/subscribe linter #92
  • Fixed dangerouslySetInnerHTML throwing on JVM #102

Docs

0.8.1

Improvements

  • Fixed how react-dom API is exposed (react-dom vs react-dom/client)

0.8.0

New

  • React v18.2.0 API compatibility #59
  • New hooks wrappers: use-insertion-effect, use-deferred-value, use-transition, start-transition, use-id and use-sync-external-store
  • New uix.dom public API: create-root, hydrate-root, render-root and unmount-root

0.7.1

Improvements

  • Fix rules of hooks linter f7276d

0.7.0

New

  • Added uix.core/fn macro 924e4b

0.6.2

Improvements

  • Improved linter rule for missing :key attribute 1ee076
  • Make missing :key rule configurable 6f4873

0.6.1

Improvements

  • Recursive class names stringifier ebc178

0.6.0

Improvements

  • Better code location pointing in linting errors 7116d7

New

  • Linter rule to report on missing :key attribute fed7d8

0.5.0

Improvements

  • Make re-frame linter check configurable 8ef493
  • Improve linter's error messages 03609b

0.4.0

Improvements

  • Added linter check for non-reactive usage of re-frame subscriptions in UIx components via re-frame API 071650

Docs

0.3.0

Improvements

  • Fixed shadowing for non-ns component var generated in dev-only code 4458ee

New

0.2.0

Improvements

  • Improved missing deps check to account for vars shadowing #73

New

  • Added ^:lint-deps meta for deps vector in hooks to opt-in for missing deps check 1dbb7d9
  • Documented hooks linting baa7b9

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close