Skip to content

Commit

Permalink
🧹 remove unneeded logic to transform thebe options and improve naming (
Browse files Browse the repository at this point in the history
…#291)

* 🧹 remove unneeded logic to transform thebe options and improve naming
* 🧹 remove unneeded code
* 🍀 fixed tests and properly translating binder options to thebe CoreOptions
* 🫱🏼 ComputeOptionsProvider can hold custom repo provider specs
* 🔧 fix bad prop name
* 👊🏽 `myst-*` (#292)
* 💚 better thebe provider positioning, tested on multi project site
* 🚮 remove vitest
* 📗changeset
* 📺 only show error tray in articles
* 🗝 fix react key errors
* ⛺️ baseurl is via optional prop
* ◀️ revert feature flag for notebooks
* 🔌 add connect param
* 🗝 fix second react key error
  • Loading branch information
stevejpurves authored Nov 30, 2023
1 parent f52f47c commit b4eadf0
Show file tree
Hide file tree
Showing 31 changed files with 733 additions and 768 deletions.
9 changes: 9 additions & 0 deletions .changeset/angry-melons-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
'@myst-theme/providers': patch
'@myst-theme/jupyter': patch
'@myst-theme/article': patch
'@myst-theme/site': patch
'@myst-theme/book': patch
---

Updated thebe based compute integration including feature flags for compute related ui components
8 changes: 8 additions & 0 deletions .changeset/dry-dolphins-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@myst-theme/jupyter': patch
'@myst-theme/article': patch
'@myst-theme/site': patch
'@myst-theme/book': patch
---

Updated provider layout to ensure multi-project site support
12 changes: 12 additions & 0 deletions .changeset/selfish-eyes-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'myst-to-react': patch
'myst-demo': patch
'@myst-theme/providers': patch
'@myst-theme/jupyter': patch
'@myst-theme/common': patch
'@myst-theme/article': patch
'@myst-theme/site': patch
'@myst-theme/book': patch
---

Bumped `myst-*` dependencies
Loading

0 comments on commit b4eadf0

Please sign in to comment.