Skip to content

Commit fe03026

Browse files
author
Oleksandr Dzhychko
committed
feat(vue-model-api): mark JS API of vue-model-api as stable
Fixes: MODELIX-601
1 parent b27d70c commit fe03026

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

vue-model-api/src/useModelClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ type ClientJS = org.modelix.model.client2.ClientJS;
1111
*
1212
* The URL is reactive and if it changes, the client is automatically disposed and a new client for the updated URL is created.
1313
*
14-
* @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
15-
*
1614
* @param url - Reactive reference of an URL to a model server.
1715
* @param getClient - Function how to create a cliente given an URL.
1816
*

vue-model-api/src/useModelsFromJson.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ type ChangeJS = org.modelix.model.client2.ChangeJS;
1313
*
1414
* The returned root node uses Vues reactivity and can be used in Vue like an reactive object.
1515
*
16-
* @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
17-
*
1816
* @param modelDataJsonStrings - Array of string, each representing a root node.
1917
* @returns A new root node the combines all children from the loaded root nodes.
2018
*/

vue-model-api/src/useReplicatedModel.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ type ChangeJS = org.modelix.model.client2.ChangeJS;
2121
*
2222
* Calling the returned dispose function stops syncing the root node to the underlying branch on the server.
2323
*
24-
* @experimental This feature is expected to be finalized with https://issues.modelix.org/issue/MODELIX-500.
25-
*
2624
* @param client - Reactive reference of a client to a model server.
2725
* @param repositoryId - Reactive reference of a repositoryId on the model server.
2826
* @param branchId - Reactive reference of a branchId in the repository of the model server.

0 commit comments

Comments
 (0)