- Embedding of external notebooks at a given URL (
{url: ...}
) or with a givenNotebook
expression ({expr: ...}
) - New option
showBorder
to control whether to show a border around the embedded notebook - Officially dropped support for IE11
- Add a default export, but encourage named imports
- Pass through extra data from the initial server call to the cloud JS code, for better forward-compatibility
- Fix issues with
useShadowDOM
when there are existing notebook-related style definitions on the page
- New option
useShadowDOM
for better encapsulation of styling (still experimental and off by default)
- First official release
- Change the default for
allowInteract
fromfalse
totrue
- Improve documentation
- Add website, built with Docusaurus
- First proper release
- Initial release