Skip to content

Commit

Permalink
feat(vue-model-api): mark JS API of vue-model-api as stable
Browse files Browse the repository at this point in the history
Fixes: MODELIX-601
  • Loading branch information
odzhychko committed Sep 20, 2024
1 parent b27d70c commit fe03026
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions vue-model-api/src/useModelClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ type ClientJS = org.modelix.model.client2.ClientJS;
*
* The URL is reactive and if it changes, the client is automatically disposed and a new client for the updated URL is created.
*
* @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
*
* @param url - Reactive reference of an URL to a model server.
* @param getClient - Function how to create a cliente given an URL.
*
Expand Down
2 changes: 0 additions & 2 deletions vue-model-api/src/useModelsFromJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ type ChangeJS = org.modelix.model.client2.ChangeJS;
*
* The returned root node uses Vues reactivity and can be used in Vue like an reactive object.
*
* @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
*
* @param modelDataJsonStrings - Array of string, each representing a root node.
* @returns A new root node the combines all children from the loaded root nodes.
*/
Expand Down
2 changes: 0 additions & 2 deletions vue-model-api/src/useReplicatedModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ type ChangeJS = org.modelix.model.client2.ChangeJS;
*
* Calling the returned dispose function stops syncing the root node to the underlying branch on the server.
*
* @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
*
* @param client - Reactive reference of a client to a model server.
* @param repositoryId - Reactive reference of a repositoryId on the model server.
* @param branchId - Reactive reference of a branchId in the repository of the model server.
Expand Down

0 comments on commit fe03026

Please sign in to comment.