Releases: JuliaGizmos/Blink.jl
Releases · JuliaGizmos/Blink.jl
v0.12.9
v0.12.8
Blink v0.12.8
Closed issues:
- Blink 0.12.6 breaks PlotlyJS (#300)
- ConcurrencyViolationError when using
content!
with Interact objects in Julia 1.9 (#308)
Merged pull requests:
- Delay execution of blink.js while document loads (#310) (@mosullivan93)
v0.12.7
v0.12.6
v0.12.5
Blink v0.12.5
Closed issues:
- on Julia 1.6-dev: UndefVarError: window_defaults not defined (#272)
- Blink Suitable for Complex React UI? (#276)
- Update reexport to 1.0.0 (#277)
Merged pull requests:
- Update Reexport dependency to 1.0 (#278) (@pdeffebach)
v0.12.4
Blink v0.12.4
Closed issues:
- Segfault after working for days, conflict with Juno?! (#258)
- Sorry can someone delete this, wrong repo. (#264)
- Uncaught ReferenceError: Plotly is not defined (#267)
Merged pull requests:
- allow JSON 1.0 (#268) (@KristofferC)
- Check julia.png into repo (#271) (@thomasjm)
- Updates macros to Julia 1.6 macro scoping (#274) (@andreasnoack)
v0.12.3
Blink v0.12.3
Closed issues:
- Fails to display Compose.jl Context (#152)
- electron dumps core (#184)
- Can't Install Blink onto Mac 10.13.6 (running JuliaPro in Atom) (#185)
- Blink.msg() not working with Blink.loadhtml() (#186)
- A JavaScript error occurred in the main process (#191)
- IOError: could not spawn
7z x electron-v2.0.5-win32-x64.zip -oatom
: no such file or directory (ENOENT) (#194) - Error in documentation (#222)
- Blink looking for 7z.exe in wrong place (Julia 1.3.0) (#224)
- Drop support for Julia 0.7 (#233)
- Windows 10 installation error: Exception calling "DownloadFile" with "2" argument(s) (#235)
Blink.AtomShell.install()
fails to download julia.png (#241)- Docs Stable 404 (#245)
- Error building Blink: can't find 7z.exe (#247)
- load! -ing new content into Electron window breaks communication? (#255)
Merged pull requests:
- Use Ref for active electron process, add some Base methods. (#230) (@travigd)
- Update communication.md (#237) (@travigd)
- Improve documentation explaining passing multiple args in event handlers (#238) (@NHDaly)
- Remove Julia 0.7 tests. (#239) (@travigd)
- Install TagBot as a GitHub Action (#246) (@JuliaTagBot)
- Update compat entry for Lazy.jl (#251) (@baggepinnen)
- Don't check the Window, check the Page (#256) (@JobJob)
v0.12.1
v0.12.1 (2019-12-31)
Closed issues:
- Enable testing on Appveyor (#228)
- Build error on Windows with Julia 1.0.5 (#226)
- Error building on Julia 1.3.0, Win10 (#223)
- Update readme with pictures and such to show value of Blink (#214)
- electron packages aren't available (#213)
- Checking wether a window is open or not (#210)
- README.md Blink.AtomShell.window() Error: syntax: invalid identifier name "..." (#203)
- Import Javascript variables into Julia (#197)
- Blink window disappeared soon after it was opened ? (#195)
- Error "Unsatisfiable requirements detected for package Blink" in installation (#188)
- Blink crashes (#157)
- AtomShell installation fails on Windows 10 (#148)
- ERROR: connect: connection refused (ECONNREFUSED) when opening new window (#128)
- confused about load/loadcss/loadjs/importhtml functions (#122)
- Blink precompilation fails due to issues with HttpServer (#121)
- ssh to remote server (#76)
- loadjs! should support defer property (#70)
- Documentation Request (#57)
- Make loadurl synchronous (#41)
- A minor development(?) request (#7)
Merged pull requests:
- Update README to reflect Pkg changes and 7z change. (#236) (tkoolen)
- Add compat bounds for all dependencies. (#234) (travigd)
- Just use BinDeps.unpack_cmd instead of looking for 7zip ourselves (#229) (tkoolen)
- Ignore Manifest.toml. (#227) (tkoolen)
- Fix travis badge link (#221) (rafaqz)
- Do not force white background (#217) (piever)
- Adding image to the readme to show what it looks like. (#216) (logankilpatrick)
- declare compat with Lazy 0.14 (#215) (pfitzseb)
- Add a docstring for
active\(::Window\)
(#212) (NHDaly)
v0.12.0
v0.11.0
v0.11.0 (2019-07-24)
Closed issues:
- Move WebIO provider into Blink (#200)
- Docs: all calls to @js in
communication.md
fail (#198) - WARNING: could not import Base.quit into AtomShell (#189)
- What to do about quit(::ElectronShell)? (#142)
Merged pull requests:
- Allow WebIO 0.8.7+, so we're only excluding 0.8.6 (#207) (NHDaly)
- Fix WebIO integration. (#206) (travigd)
- Switch to .toml files for new Pkg3 Registry process (#202) (NHDaly)
- Move Blink/WebIO integration into Blink.jl. (#201) (travigd)
- Increase the try_connect timeout (#199) (mbauman)
- Hack-fix for issues with @testset. (#193) (travigd)
- stop extending nonexistent Base.quit (#190) (pfitzseb)