Releases: JuliaGizmos/WebIO.jl
Releases · JuliaGizmos/WebIO.jl
v0.8.21
WebIO v0.8.21
Merged pull requests:
- Use thread-safe conditions for connection pool (#512) (@mosullivan93)
v0.8.20
v0.8.19
WebIO v0.8.19
Closed issues:
Merged pull requests:
- Update use of Observables listeners to current interface (#497) (@halleysfifthinc)
- Fix frontend test (#501) (@olegshtch)
- Set minimum Julia version to 1.6 (#502) (@fonsp)
v0.8.18
JS bundle for 0.8.17
Merge pull request #484 from pankgeorg/master Use Artifacts
v0.8.17
WebIO v0.8.17
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:
- do not try to load external packages in Requires.jl required files (#477) (@KristofferC)
- Use Artifacts (#484) (@pankgeorg)
v0.8.16
WebIO v0.8.16
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)
- [email protected] 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
WebIO v0.8.15
Closed issues:
- 'webio_serve not defined' when Mux loaded (#420)
- MethodError: no method matching eachcolumn, on basic example (#421)
- WebIO (#431)
Merged pull requests:
- Change internal bookkeeping for Observables and Scopes (#410) (@travigd)
- Fixed @get! deprecation warning (#428) (@rasmushenningsson)
- Support for JupyterLab 2.x (closes #397) (#430) (@lcontento)
v0.8.14
WebIO v0.8.14
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
andsend_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)
- [email protected] 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:
- [Next] Update for JSExpr v1.0. (#369) (@travigd)
- Re-work messaging interface. (#372) (@travigd)
- Update function name in docstring (#374) (@polloparatodos)
- Update blink-test.jl to use preferred macro (#376) (@polloparatodos)
- Make WebIO statically compilable (relocatable): don't run
include()
s in init (#378) (@NHDaly) - webio_serve(::Mux.App) (#379) (@cstjean)
- Remove
@info
output (#380) (@nilshg) - Typo (#385) (@Balinus)
- Install TagBot as a GitHub Action (#390) (@JuliaTagBot)
- allow Observables 0.3 (#392) (@piever)
- Show exception with stack trace on send_message error (#394) (@yha)
- Update not-detected.md (#395) (@jw3126)
- Fix getMuxWSUrl for location.pathname other than "/" (#396) (@etpinard)
v0.8.13
v0.8.13 (2019-12-22)
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: