Djblue Portal Versions Save

A clojure tool to navigate through your data.

0.55.1

1 month ago
  • Add nbb docs 3c7b86c
  • Update portal.console for nbb 89a4fa1
  • Fix nbb resource loading edfe6e5

0.55.0

1 month ago
  • Ensure that theme values are non-nil 282fe27
    • Thanks @rads!
  • Use code-dispatch for lists in pprint viewer 7023348
  • Initial nbb support (#219) f22bac3
  • Fully qualify nav in runtime registry 176ee35
    • Fixes nav for Joyride.
  • Add type/metadata disambiguation for value cache 94171f4
    • Thanks @mrkam2 for the bug report! #218

0.54.2

1 month ago
  • Updates IJ plugin for 2024.1 (#217) b50db57
    • Thanks @coyotesqrl!

0.54.1

1 month ago
  • Fix bug in prepl viewer around html escaping

0.54.0

1 month ago
  • Add basic Joyride guide 72e8be2
  • Add highlight-words to several viewers 57f074a
  • Allow filtering for pprint viewer 27625d3
  • Move filtering to view layer to improve performance 96bbfc1
  • Improve filter match fn b9e2e6d
  • Improve color viewer e50988e
  • Add $BROWSER support for vscode remote development ab23682
  • Unify styles for selection and hover states b588c9c

0.53.0

1 month ago
  • Add portal.viewer/code helper 7a3b67e
  • Get selected values for all sessions 6f8c4a5
  • Revert org.clojure/data.json to fix transitive issues in bb 92c0258
  • Add clojure.zip to sci cf1bf85
  • Highlight context on mouse hover 4848083
  • Improve portal.runtime async error handling 57e9e62
  • Initial support for user specified shortcuts f76a0ed

0.52.2

3 months ago

0.52.1

3 months ago
  • Bump deep-diff to preserve metadata

0.52.0

3 months ago
  • Register portal.api/register! as a command 6a66bc7
  • Get Portal runtime working in Joyride (#204) a60396d
  • Allow passing theme for embedded view 8f09472
  • Add support for :column metadata for coll-of-vector tables 2a55d25

Docs

  • Replace t/report with t/do-report (#209) 2b2a18e
    • Thanks @mrkam2!
  • Document limitations with doubles 4ecccaf

Bug Fixes

  • Improve portal.client.* error handling 8550bf2
  • Fix portal.runtime.node.server session-id issue 2d81be8
  • Fix: the environment variable PATH might be undefined. In this case clojure.string/split fails since the first argument is nil. (#210) a30264a
    • Thanks @maxweber!
  • Prevent body background-color from being set in embedded mode ae9017a
  • Scope highlight.js classes to code viewer 0060083

0.51.1

4 months ago
  • Add ubuntu's chromium-browser exe to list of browsers (#207) ed2b8a1
    • Thanks @mrnhrd for the PR!
  • Remove hash-able requirement for runtime objects 486bcc5
    • Thanks @seancorfield for isolating this issue! (#208)