Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit abdf106

Browse files
removed svelte dependency
1 parent e7eb37d commit abdf106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/decisions/0003-extract-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For a better expandability we would like to extract all plugins in a new plugins
1717

1818
Following the architectural decision in [OpenSCD Theming](./../0001-ADR-Theming.md) we will extract all OpenSCD Core plugins to an external repository.
1919
Doing so OpenSCD Core will be streamlined and a clean interface and structure for plugins will be provided for custom extensions.
20-
Before extracting this plugins a shared UI-Components module will be extracted. This UI-Components provide reusable UI-Components based on [Svelte](https://svelte.dev/) and [NX](https://nx.dev/) for faster development for OpenSCD Core and custom plugins. This new repository will be created as mono repository to facility the plugins development and simplify the release and deployment process.
20+
Before extracting this plugins a shared UI-Components module will be extracted. This UI-Components provide reusable UI-Components based on [NX](https://nx.dev/) for faster development for OpenSCD Core and custom plugins. This new repository will be created as mono repository to facility the plugins development and simplify the release and deployment process.
2121

2222
Plugins will be moved to repository [OpenSCD official Plugins](https://github.com/openscd/oscd-official-plugins) and the release strategy is defined [here](./0004-openscd-release-and-deploy-strategy.md).
2323
As final task the current documentation will be added with a new section `How to add new and custom OpenSCD plugins` to support developers to follow the concept.

0 commit comments

Comments
 (0)