You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0.7.0 (2021-05-28)
Enhancements
* The default backend is changed to IRB (@mrkn)
* Add IRuby::Kernel#switch_backend! method (@mrkn)
Bug Fixes
* Fix the handling of image/svg+xml
SciRuby/iruby#300,
SciRuby/iruby#301 (@kojix2)
0.6.1 (2021-05-26)
Bug Fixes
* Follow the messages and hooks orders during execute_request processing
(@mrkn)
0.6.0 (2021-05-25)
Bug Fixes
* Fix the handling of application/javascript
SciRuby/iruby#292,
SciRuby/iruby#294 (@kylekyle, @mrkn)
Enhancements
* Add the initialized event in IRuby::Kernel class
SciRuby/iruby#168,
SciRuby/iruby#296 (@Yuki-Inoue, @mrkn)
* Add the following four events SciRuby/iruby#295
(@mrkn):
- pre-execute -- occurs before every code execution
- pre-run-cell -- occurs before every non-silent code execution
- post-execute -- occurs after every code execution
- post-run-cell -- occurs after every non-silent code execution
* Replace Bond with IRB in PlainBackend
SciRuby/iruby#276,
SciRuby/iruby#297 (@cfis, @mrkn)
This is a problem caused by mime-type. It occurs for the same reason as #292.
SVG images do not show up
Exepected behavior
The text was updated successfully, but these errors were encountered: