Liking cljdoc? Tell your friends :D

1.1.0 (2025-10-31)

compare

  • Support for either React 19 or 18 using Reagent 2.0
    • reagent.dom or reagent.dom.client is chosen based on if react-dom/render is available. React 17 is not uspported because react-dom/client has to exist.

1.0.3 (2024-04-19)

compare

  • Fix toggle-btn option default

1.0.2 (2024-04-19)

compare

  • Add toggle-btn option to replace the open button component

1.0.1 (2023-11-22)

compare

  • Remove font: revert rule and set font-weight for certain elements so that Tailwind reset doesn't break it. This allows users to use their styles (like MUI) within their own panels.

1.0.0 (2022-04-22)

compare

  • New:
    • If :state-atom value isn't given, no default panel is added if :panels is defined. If neither is provided, help text is displayed.
    • New :panels option
      • Panels are now defined as a vector, so they keep their order.
      • Panels are appended to default panels.
    • State-tree component and functions is now accessible through the core namespace:
      • reagent-dev-tools.core/state-tree
      • reagent-dev-tools.core/register-collection-info-handler!
      • reagent-dev-tools.core/collection-info-handler
  • Breaking:
    • Removed register-state-atom
      • Use :panels with additional state-tree components instead.
    • Removed :panels-fn option
      • Use new :panels list, which is just a vector instead of map returning map.
    • Requires Reagent 1.0.0+
  • Add max-width: 100vw to prevent vertical panel being wider than screen width
  • Navigation bar panel list now wraps to multiple lines if it doesn't fit on one line

0.4.2 (2022-03-18)

compare

  • Reset font: inherit rule from tailwind
  • Reset line-height

0.4.1 (2022-03-18)

compare

  • Ensure text color, font-style and font-weight are reset inside the panel

0.4.0 (2021-01-12)

compare

  • Add way to control collection description text for custom types, like Linked:
(state-tree/register-collection-info-handler
  lm/LinkedMap
  #(state-tree/collection-info-handler "LinkedMap" "{LinkedMap, " (count %) " keys}"))

0.3.1 (2020-12-30)

compare

  • Added toggle collection to state atoms
  • Add :state-atom-name option to customize name for state atom added using start!
  • Ensure nil, vectors and other things as map keys in the state tree are rendered.

0.3.0 (2020-12-07)

compare

  • Add option to toggle panel placement between bottom and right
  • Add :margin-element option to automatically set margin-bottom/right on some element, so that panel doesn't go over the application content
  • Store open paths on state tree to local storage

0.2.1 (2020-03-06)

  • Use reagent.dom/render instead of reagent.core/render to prepare for next Reagent releases

0.2.0 (2018-01-25)

  • Made the panel resizeable
  • Save the state (open, height, active panel) on localStorage
  • Added start! function for easier configuration
  • Added some colors to the state tree
  • Add collection type name to state tree
    • Type can be clicked to open/close collection items
  • Fixes

0.1.0 (2015-11-29)

  • Initial release

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close