-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
08e008e
commit 5688349
Showing
15 changed files
with
44 additions
and
45 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,16 @@ | ||
# demo-react | ||
|
||
## 0.2.5 | ||
|
||
### Patch Changes | ||
|
||
- 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 [08e008e] | ||
- Updated dependencies [57dcdaf] | ||
- Updated dependencies [57dcdaf] | ||
- [email protected] | ||
|
||
## 0.2.4 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# thebe-core | ||
|
||
## 0.3.3 | ||
|
||
### Patch Changes | ||
|
||
- 87395cb: Changed how binder urls are built to use a RepoProviderSpec which can be extended by callers of ThebeServer to include custom specs. | ||
- 08e008e: Fixed error in event trigger invocation that caused an exception on binder conneciton failures | ||
- 57dcdaf: Add check call for user server status | ||
- 08e008e: Emit an error event for exceptions thrown during the binder url formation, including for unknown providers. | ||
- [email protected] | ||
|
||
## 0.3.2 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# thebe-lite | ||
|
||
## 0.3.3 | ||
|
||
## 0.3.2 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
# thebe-react | ||
|
||
## 0.3.3 | ||
|
||
### Patch Changes | ||
|
||
- 08e008e: Move error handler for the server out of hook and up into the ThebeServerProvider allowing for consistent reactions to an error state accross 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] | ||
- [email protected] | ||
|
||
## 0.3.2 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters