Skip to content

Releases: djblue/portal

0.42.1

22 Jun 17:32
Compare
Choose a tag to compare

Bug Fixes

  • Fix npm module resolution

0.42.0

06 Jun 17:54
Compare
Choose a tag to compare
  • Expose portal.ui.options to sci 5b88216
  • Add :launcher :auto for using installed extensions 1d3f91d
  • Allow any object to be invoked for rpc b5e422c
  • Add zenburn theme 0b6d901

Bug Fixes

  • Fix sci code loading in vs-code extension b5e422c

0.41.0

31 May 06:08
Compare
Choose a tag to compare
  • Enable sci for calva notebooks 9cc28f1
  • Improve reagent sci bindings 26188ae
  • Improve word highlighting 6f58917
  • Add clear-filter command to search bar 6ddb05e
  • Call goto on link click for log viewer d6e24fc
  • Add portal.api/stop 49a7923

Bug Fixes

  • Fix CLR reflection warnings 0e2134b
  • Only focus value if window is focused a86fb81

0.40.0

18 Apr 08:06
Compare
Choose a tag to compare
  • Allow vscode extension to be used remotely c2ab152

0.39.0

17 Apr 01:08
Compare
Choose a tag to compare

UX Tweaks

Bug Fixes

  • Fix bug for evicting atoms from watch registry 3ac9d35
  • Serialize dispatch! for async operations 5c34db0
  • Fix reflection warning f3a6656
  • Fix reflection warning e0e366a

CLR Support

  • Fix CLR browse fn on windows a2a3d81
  • Fix CLR resource loading on windows 33a1490
  • Fix CLR json-buffer reflection waring 54be295

0.38.2

03 Apr 04:32
Compare
Choose a tag to compare
  • Unmount notebook output item on dispose 0764a59
  • Improve notebook repl error handling fcb741e
  • Special print for remote values in UI 5181411
  • Add cson support for remote-api (#175) df7ed37 Thanks @Cyrik!

0.38.1

31 Mar 06:32
Compare
Choose a tag to compare
  • Fix advanced compile issue for calva notebooks

0.38.0

31 Mar 03:14
Compare
Choose a tag to compare

Warning
The vs-code notebook extension for this version is broken. (use 0.38.1 instead)

Calva Notebooks

  • Improve error handling for notebooks 9bb4acd
  • Improve notebook integration with nrepl middleware b24ceb6

0.37.1

15 Mar 15:49
Compare
Choose a tag to compare
  • Fix pom.xml generation ca290e2
  • Removed unused code 692c86d
  • Update prepl viewer to render return values daa55cd

0.37.0

14 Mar 01:54
Compare
Choose a tag to compare

Warning The clojars jar deployed with a broken pom.xml (use 0.37.1 instead)

  • Change shadow config to existing preload and change custom preloads away from
    portal namespace (#167) 7d27db1 Thanks @grahamcarlyle!

NPM Support

  • Add plotly viewer as an example da0439d
  • Simplify node module loading code d0a0588
  • Update sci to use /load endpoint 2e5437e
  • Add /load endpoint to jvm server 57a0254
  • First cut of portal.runtime.npm/node-resolve 70ce1a2

Bug Fixes

  • Enable async print in sci compiled fns 970ba8c
  • Fix cljdoc build 07e6695
  • Fix bug in goto-definition cbf10dd