- 8c8a55a: Version numbers are printed in debug messages to aid in debugging
- 80dfbb9: Reverts previous erroneous breaking changes in a patch release
- 4b7434e: Upgrading to
@jupyterlite/pyodide-*
0.4.2, updating all@jupyter*
deps to latest - Updated dependencies [8c8a55a]
- Updated dependencies [3d82f84]
- Updated dependencies [80dfbb9]
- Updated dependencies [4b7434e]
- thebe-core@0.4.10
- 95eb9b5: Fixes a cross package import from
core
toreact
that caused downstream SSR to fail - Updated dependencies [95eb9b5]
- thebe-core@0.4.9
- 30f569e: Added a passive widget manager and integrated into
thebe-react
anddemo-react
- Updated dependencies [30f569e]
- thebe-core@0.4.8
- a9a06ab: Updated
pyodide-kernel
for Juptyerlite to get latest stubbedwidgetsnbextension
- Updated dependencies [7214737]
- thebe-core@0.4.7
-
a080c19: Update pyodide-kernel.
Thanks to @jpto.
- thebe-core@0.4.6
- Updated dependencies [cbeab97]
- thebe-core@0.4.5
- Updated dependencies [1ba03ed]
- thebe-core@0.4.4
- Updated dependencies [43dfd6a]
- Updated dependencies [a730cb3]
- thebe-core@0.4.3
- 0b25237: Modified providers to enable consistent state after disconnect/shutdown
- thebe-core@0.4.2
- 6d29986:
ThebeSessionProvider
monitors status events for session/kernel shutdown messages and promotes this to an error if the corresponding session has shutdown. - Updated dependencies [6d29986]
- thebe-core@0.4.1
- c78bb6f: Updated jupyter dependencies and pyodide kernel.
- 26a8fb8: Improved handling of connection errors for local server and binder during the connection attempt and if the kernel or server connection fails. Also simplified the binder connection functionality.
- 092b05c: Packages now ship their source to enable sourcemaps in development workflows
- 358b62e: ThebeServerProvider's connect function returns a promise
- Updated dependencies [c78bb6f]
- Updated dependencies [fda8021]
- Updated dependencies [26a8fb8]
- Updated dependencies [092b05c]
- thebe-core@1.0.0
- 🛠 explicit setting of files to include contents of the
dist
orlib
folders to avoid missing package files - Updated dependencies
- thebe-core@0.3.5
- Updated dependencies
- thebe-core@0.3.4
- 08e008e: Move error handler for the server out of hook and up into the ThebeServerProvider allowing for consistent reactions to an error state across page navigation.
- 57dcdaf: ThebeServerProvider will no longer replace an existing server on rerender if that server is ready and has user server URL.
- 57dcdaf: Hooks no longer throw but return empty or uninitialised objects instead, this allows for much more flexibility in how respective providers are rendered.
- Updated dependencies [87395cb]
- Updated dependencies [08e008e]
- Updated dependencies [57dcdaf]
- Updated dependencies [08e008e]
- thebe-core@0.3.3
- 404be08: Updated
@jupyterlite/pyodide-kernel
and other@jupyterlite
deps to0.1.0
- Updated dependencies [404be08]
- thebe-core@0.3.2
- Updated dependencies [a2ed6b9]
- Updated dependencies [37ff7a8]
- Updated dependencies [0500e93]
- Updated dependencies [0d2ead2]
- thebe-core@0.3.1
- Updated dependencies [600a932]
- thebe-core@1.0.0
- Updated dependencies
- thebe-core@0.2.9
- Updated dependencies [dad3d19]
- thebe-core@0.2.8
- a19ca30: Extend timeout for async loading of the
thebe-core
andthebe-lite
bundles- thebe-core@0.2.7
- Updated dependencies [35b3b02]
- thebe-core@0.2.6
- a3f8e6f: Reverting bad relative url change in bundle loader
- thebe-core@0.2.5
- Changed the default bundle loading paths to be relative for both
thebe-core
andthebe-lite
bundles - Updated dependencies
- thebe-core@0.2.4
- b61fa4e: Changed core library loading strategy to load bundled code directly to the page. This is implemented as a new provider for now, so the previous core provider can still be used.
- thebe-core@0.2.3
- Provide option to set public path for deployed bundles
- 7b3fd21: Changed core library loading strategy to load bundled code directly to the page. This is implemented as a new provider for now, so the previous core provider can still be used.
- 6eea92e: Made changes to the
thebe-core
APIs to make rendermime registries external, the caller now has to manage how registries are used across the other session nd notebook object. Updates the demos,thebe
andthebe-react
to reflect this base change.thebe-react
now has a new provider making it easy to add a rendermine registry in the component tree.
- 0a62e50: Upgraded default
pyodide-kernel
to0.0.8
- Updated dependencies [6eea92e]
- thebe-core@0.2.2
- Updated interface to allow jupyterlite options to be passed into bundle. React provider updated to access useJupyterLite prop and react-demo updated to use the new prop.
- thebe-core@0.2.1
- Linking packages for a minor version bump
- Updated dependencies
- thebe-core@1.0.0
- better control over session shutdown and disposal
- Updated dependencies
- thebe-core@0.1.6
- 3bd3195: Changed DOM attachement and passive rendering behaviour for integration with the myst-theme
- Updated dependencies [3bd3195]
- thebe-core@0.1.5
- 7279d5b: fixed interact based ipywidgets and ipympl functionality, now aligning with behaviour seen in voila and jputyerlab. See issue 608
- Updated dependencies [7279d5b]
- thebe-core@0.1.4
- Using latest
thebe-core@0.1.3
- a5c180f: Updated ThebeCoreProvider to provide a
load
option to child components. This allows the providers to be nested at high level in a render tree, and in SSR scenarios outside of a ClientOnly boundary. Library load can them be triggered be calling the load function from any child.
- 9fc9f3b: Fixed a packaging issue that prevented import
- 9fc9f3b: Initial Release