Skip to content

Releases: JuliaGizmos/WebIO.jl

v0.8.21

06 Jun 01:16
6662f46
Compare
Choose a tag to compare

WebIO v0.8.21

Diff since v0.8.20

Merged pull requests:

v0.8.20

15 Dec 13:22
Compare
Choose a tag to compare

WebIO v0.8.20

Diff since v0.8.19

Closed issues:

  • WebIO extension not found by nbconvert only (#496)

v0.8.19

09 Nov 19:12
85b41d4
Compare
Choose a tag to compare

WebIO v0.8.19

Diff since v0.8.18

Closed issues:

  • setexcludinghandlers! was removed in Observables 0.5 (#493)
  • Tests fail locally (#499)

Merged pull requests:

v0.8.18

02 Jun 10:18
a34c405
Compare
Choose a tag to compare

WebIO v0.8.18

Diff since v0.8.17

Closed issues:

  • Building package results in 404... (#486)
  • WebIO cannot install jupyter extension (#487)
  • Tag latest release (#492)

Merged pull requests:

  • CompatHelper: bump compat for "Observables" to "0.5" (#488) (@github-actions[bot])
  • Update CompatHelper to v3 (#490) (@timholy)

JS bundle for 0.8.17

28 Feb 14:35
8427e9e
Compare
Choose a tag to compare
Merge pull request #484 from pankgeorg/master

Use Artifacts

v0.8.17

28 Feb 15:17
3dc827f
Compare
Choose a tag to compare

WebIO v0.8.17

Diff since v0.8.16

Closed issues:

  • Installation of WebIO Jupyter extensions in central installation (#406)
  • Support basic usage within Pluto (#452)
  • WebIO support for Visual Studio Code (#462)
  • WebIO not detected (#464)
  • can you update and add details of installing? (#474)

Merged pull requests:

v0.8.16

13 Sep 22:12
95f5b9c
Compare
Choose a tag to compare

WebIO v0.8.16

Diff since v0.8.15

Closed issues:

  • Not Compatible with JupyterLab 2.0.0 (#397)
  • WebIO not detected (Julia) (#423)
  • @get! deprecation warning (#426)
  • Add an examples on using an external CSS file with WebIO.jl (#436)
  • how to trouble shoot the problem (#437)
  • JupyterLab 3 compatibility (#442)
  • install_jupyter_labextension should be more clear about the commands it is running (#444)
  • WebIO not detected (#446)
  • show(::IO, ::MIME"text/html", ::Node) is broken in Jupyterlab (#448)
  • Observables 0.4 (#455)
  • WebIO Not Detected - Jupyterlab Extensions - Nodejs 12 (#459)

Merged pull requests:

  • Update not-detected.md to include Jupyter Hub troubleshooting info (#433) (@ilanpillemer)
  • Fix minor typos/syntax issues in gettingstarted.md (#447) (@jlumpe)
  • Observables@0.4 compat (#456) (@pfitzseb)
  • JupyterLab 3 compatibility (#457) (@travigd)
  • Upgrade dependencies, fix some things. (#465) (@travigd)
  • Add GH action to run tests (#466) (@travigd)

v0.8.15

08 Oct 22:12
7db6540
Compare
Choose a tag to compare

WebIO v0.8.15

Diff since v0.8.14

Closed issues:

  • 'webio_serve not defined' when Mux loaded (#420)
  • MethodError: no method matching eachcolumn, on basic example (#421)
  • WebIO (#431)

Merged pull requests:

v0.8.14

11 May 14:03
276911f
Compare
Choose a tag to compare

WebIO v0.8.14

Diff since v0.8.13

Closed issues:

  • webio_serve and @app doesn't work (#241)
  • Incorrect function name in docstring for install_jupyter_nbextension (#349)
  • Dynamically created widgets are not updated in Blink (#357)
  • unify send_request and send_command (#370)
  • Compat between released version of WebIO (0.8.13) and JSExpr not properly registered? (#373)
  • test/blink-tests.jl still using WebIO.register_renderable(Type) (#375)
  • WebIO + Interact + Mux does not work on pages other than "/" (#382)
  • Memory leak with Mux (#388)
  • jupyter-lab-provider@0.8.11 isn't compatible with the current JupyterLab (#400)
  • Link docs in README (#402)
  • manipulate does not updaet (#407)
  • manipulate doesn't update (#408)

Merged pull requests:

v0.8.13

22 Dec 09:56
v0.8.13
e160f95
Compare
Choose a tag to compare

v0.8.13 (2019-12-22)

Diff since v0.8.11

Closed issues:

  • cannot install labextension (#364)
  • Dynamically created widgets are not updated in Blink (#357)
  • Function to locate jupyter.exe in local MiniConda folder fails in Windows (#352)
  • Cannot add WebIO, Error: WebIO: git object could not be found (#350)

Merged pull requests:

  • Fix installation of JupyterLab extension. (#365) (travigd)
  • Correction to the function find_jupyter_cmd to fix problem on Windows… (#354) (kobussch)
  • Add missing word in warning (#347) (JeffFessler)