Skip to content

Commit

Permalink
Revert "Update documentation"
Browse files Browse the repository at this point in the history
This reverts commit facb397.
  • Loading branch information
tortmayr committed Jul 5, 2024
1 parent c84f472 commit 8866f5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Eclipse GLSP Theia Integration Changelog

## [2.2.0- 04/07/2024](https://github.com/eclipse-glsp/glsp-theia-integration/releases/tag/v2.2.0)
## 2.2.0 - active

### Changes

- [rpc] Ensure that the GLSP client properly reconnects to the backend after a temporary connection loss [#197](https://github.com/eclipse-glsp/glsp-theia-integration/pull/197) [#203](https://github.com/eclipse-glsp/glsp-theia-integration/pull/203)
- [diagram] Fix a bug that prevented proper disposal of the hidden diagram div after closing a diagram editor [#204](https://github.com/eclipse-glsp/glsp-theia-integration/pull/204)
- [diagram] Improve `createDiagramWidgetFactory` utility function to also support factories for GLSPDiagramWidget subclasses [#211](https://github.com/eclipse-glsp/glsp-theia-integration/pull/211)
- [diagram] Ensure that viewport restore on diagram open works generically indecently of how the diagram widget has been created [#218](https://github.com/eclipse-glsp/glsp-theia-integration/pull/218)
- [api] Update `GLSPSaveable` to be compliant with the API changes of Theia 1.50.0. Include a backwards compatibility layer for Theia < 1.50.0 [#220](https://github.com/eclipse-glsp/glsp-theia-integration/pull/220)

### Potentially Breaking Changes

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ For details on building the project, please see the [README file of the theia-in
| 2.0.0 | >=1.39.0 < 1.45.0 |
| 2.1.x | >=1.39.0 < 1.45.0 |
| 2.1.0-theia1.45.0 | >=1.45.0 < 1.50.0 |
| 2.1.0-theia1.50.0 | >=1.45.0 |
| next | >=1.45.0 |
| 2.1.0-theia1.50.0 | >=1.50.0 |
| next | >=1.50.0 |

> Note: For versions <=1.0.0 it is not possible to safely restrict the maximum version of Theia packages. If you encounter build errors related to multiple resolved Theia versions please add a resolutions block to the `package.json` of your project e.g. for `1.0.0-theia1.27.0`:
Expand Down
4 changes: 2 additions & 2 deletions packages/theia-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ This project is built with `yarn` and is available from npm via [@eclipse-glsp/t
| 2.0.0 | >=1.39.0 < 1.45.0 |
| 2.1.x | >=1.39.0 < 1.45.0 |
| 2.1.0-theia1.45.0 | >=1.45.0 < 1.50.0 |
| 2.1.0-theia1.50.0 | >=1.45.0 |
| next | >=1.45.0 |
| 2.1.0-theia1.50.0 | >=1.50.0 |
| next | >=1.50.0 |

> Note: For versions <=1.0.0 it is not possible to safely restrict the maximum version of Theia packages. If you encounter build errors related to multiple resolved Theia versions please add a resolutions block to the `package.json` of your project e.g. for `1.0.0-theia1.27.0`:
Expand Down

0 comments on commit 8866f5d

Please sign in to comment.