Skip to content

Commit 2aa93ca

Browse files
chore(main): release oscd-shell 0.0.8
1 parent cc8fd47 commit 2aa93ca

File tree

4 files changed

+44
-4
lines changed

4 files changed

+44
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.7"}
1+
{".":"0.0.8"}

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## [0.0.8](https://github.com/stee-re/oscd-shell/compare/oscd-shell-v0.0.7...oscd-shell-v0.0.8) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* add support for background plugins ([f187299](https://github.com/stee-re/oscd-shell/commit/f187299da80d7741817f5cc0735c9a0f5050179b)), closes [#43](https://github.com/stee-re/oscd-shell/issues/43)
9+
* add theming ([9f44494](https://github.com/stee-re/oscd-shell/commit/9f4449421ca1f8e6b2ea0225bf8f25dbf3163b99))
10+
* add UpdateNS edit type ([4e36a57](https://github.com/stee-re/oscd-shell/commit/4e36a575e468aa9867050ddc0b4402494e4a6205))
11+
* added stateVersion ([cc8fd47](https://github.com/stee-re/oscd-shell/commit/cc8fd476cc955497bbeaf2afdf8ebb6ef50d5702))
12+
* **demo:** add remote open and save plugins ([798fc93](https://github.com/stee-re/oscd-shell/commit/798fc93333408bf56d350e5130734c5d60d5657c))
13+
* edit multiple open files ([88bd287](https://github.com/stee-re/oscd-shell/commit/88bd2878e093763d4d848ed2dd0a0baa8421ae47))
14+
* **editing:** add editing user interface elements ([e834e4d](https://github.com/stee-re/oscd-shell/commit/e834e4d0853e3cd2e2a2ce9d74120c4d06ce92bd))
15+
* **editing:** insert and remove nodes ([65c99da](https://github.com/stee-re/oscd-shell/commit/65c99da931aa88c527504a362353da0ac443a23e))
16+
* **editing:** open documents ([e3a3199](https://github.com/stee-re/oscd-shell/commit/e3a31999046a29a7aa44467f9b7a7fde784b982f))
17+
* **editing:** update elements' attributes ([b29eff0](https://github.com/stee-re/oscd-shell/commit/b29eff04cdc9d14d9f002f183eeb51f7f6adaac9))
18+
* export open-scd and mixin types ([5415d2b](https://github.com/stee-re/oscd-shell/commit/5415d2b283e15870fb3d4eec32ec630fd174b28b))
19+
* **foundation:** export cyrb64 hash function ([5b13d94](https://github.com/stee-re/oscd-shell/commit/5b13d9466becc2f0922164b806f77d8f01a234ab))
20+
* migrate to EditV2 (oscd-api + oscd-editor) ([dae94cf](https://github.com/stee-re/oscd-shell/commit/dae94cf172954cd5270949480ff85b1d0a3b469a))
21+
* migrated UI to new oscd-ui ([ae99e24](https://github.com/stee-re/oscd-shell/commit/ae99e24fda427e81bfd6088f5889ea44aa410478))
22+
* **open-scd:** pass editCount to editor and menu plugins ([2be53ab](https://github.com/stee-re/oscd-shell/commit/2be53ab8de8bad176097153240441db521b99ce8))
23+
* **plugging:** load menu and editor plugins ([e3fe982](https://github.com/stee-re/oscd-shell/commit/e3fe98223cefd7b3a9abd49c444f5bfba3c527a8))
24+
* remove edit v1 support - handled by oscd-background-editv1 ([1902858](https://github.com/stee-re/oscd-shell/commit/19028581aa54d32e0732d6fb2fe4593968d70679)), closes [#52](https://github.com/stee-re/oscd-shell/issues/52)
25+
* remove support for active flag in plugin definition ([c1c1195](https://github.com/stee-re/oscd-shell/commit/c1c119500f1df0237eb972a5da88d1af6835c54e)), closes [#39](https://github.com/stee-re/oscd-shell/issues/39)
26+
* switch shell to using scoped components ([4ec3ffa](https://github.com/stee-re/oscd-shell/commit/4ec3ffa2fa9a454646bcda314abe168da6693337))
27+
28+
29+
### Bug Fixes
30+
31+
* broken npm build ([8bbc236](https://github.com/stee-re/oscd-shell/commit/8bbc236e7fdd61121de0c469bc17a99535a94f59))
32+
* **open-scd:** allow menu plugins to show content ([c7dc849](https://github.com/stee-re/oscd-shell/commit/c7dc849fa84419ab605ffafd2b0ec7ce40136fc3))
33+
* **open-scd:** hide menu plugin element container ([02b026e](https://github.com/stee-re/oscd-shell/commit/02b026e645ebfa9c26f54afd5f292a10b56af7ef))
34+
* **open-scd:** import locales from relative URL ([5877314](https://github.com/stee-re/oscd-shell/commit/5877314f5e2de4c3613324e51328cb463dec2d5d))
35+
* **package:** localize as part of bundle script ([653a506](https://github.com/stee-re/oscd-shell/commit/653a50667163e9a9381d26ccb10e927f0758ec73))
36+
* **plugging:** import relative paths from origin ([abb5074](https://github.com/stee-re/oscd-shell/commit/abb50749877ce611e4eb58bcde2e39280c429150))
37+
38+
39+
### Styles
40+
41+
* disable quirks mode in demo and tests ([db1b6c8](https://github.com/stee-re/oscd-shell/commit/db1b6c858a97f6842526aa624311d9d1842dfc49))
42+
343
## [0.0.7](https://github.com/OMICRONEnergyOSS/oscd-shell/compare/oscd-shell-v0.0.6...oscd-shell-v0.0.7) (2025-07-10)
444

545

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omicronenergy/oscd-shell",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "The shell component of OpenSCD, where plugins are loaded and the application is initialized.",
55
"displayName": "OpenSCD Shell",
66
"repository": {

0 commit comments

Comments
 (0)