Skip to content

Commit 9980100

Browse files
chore(main): release oscd-shell 0.0.6
1 parent 70d485b commit 9980100

4 files changed

Lines changed: 39 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.0.6](https://github.com/stee-re/oscd-shell/compare/oscd-shell-v0.0.5...oscd-shell-v0.0.6) (2025-07-02)
4+
5+
6+
### Features
7+
8+
* add theming ([9f44494](https://github.com/stee-re/oscd-shell/commit/9f4449421ca1f8e6b2ea0225bf8f25dbf3163b99))
9+
* add UpdateNS edit type ([4e36a57](https://github.com/stee-re/oscd-shell/commit/4e36a575e468aa9867050ddc0b4402494e4a6205))
10+
* **demo:** add remote open and save plugins ([798fc93](https://github.com/stee-re/oscd-shell/commit/798fc93333408bf56d350e5130734c5d60d5657c))
11+
* edit multiple open files ([88bd287](https://github.com/stee-re/oscd-shell/commit/88bd2878e093763d4d848ed2dd0a0baa8421ae47))
12+
* **editing:** add editing user interface elements ([e834e4d](https://github.com/stee-re/oscd-shell/commit/e834e4d0853e3cd2e2a2ce9d74120c4d06ce92bd))
13+
* **editing:** insert and remove nodes ([65c99da](https://github.com/stee-re/oscd-shell/commit/65c99da931aa88c527504a362353da0ac443a23e))
14+
* **editing:** open documents ([e3a3199](https://github.com/stee-re/oscd-shell/commit/e3a31999046a29a7aa44467f9b7a7fde784b982f))
15+
* **editing:** update elements' attributes ([b29eff0](https://github.com/stee-re/oscd-shell/commit/b29eff04cdc9d14d9f002f183eeb51f7f6adaac9))
16+
* export open-scd and mixin types ([5415d2b](https://github.com/stee-re/oscd-shell/commit/5415d2b283e15870fb3d4eec32ec630fd174b28b))
17+
* **foundation:** export cyrb64 hash function ([5b13d94](https://github.com/stee-re/oscd-shell/commit/5b13d9466becc2f0922164b806f77d8f01a234ab))
18+
* migrate to EditV2 (oscd-api + oscd-editor) ([dae94cf](https://github.com/stee-re/oscd-shell/commit/dae94cf172954cd5270949480ff85b1d0a3b469a))
19+
* migrated UI to new oscd-ui ([ae99e24](https://github.com/stee-re/oscd-shell/commit/ae99e24fda427e81bfd6088f5889ea44aa410478))
20+
* **open-scd:** pass editCount to editor and menu plugins ([2be53ab](https://github.com/stee-re/oscd-shell/commit/2be53ab8de8bad176097153240441db521b99ce8))
21+
* **plugging:** load menu and editor plugins ([e3fe982](https://github.com/stee-re/oscd-shell/commit/e3fe98223cefd7b3a9abd49c444f5bfba3c527a8))
22+
* switch shell to using scoped components ([4ec3ffa](https://github.com/stee-re/oscd-shell/commit/4ec3ffa2fa9a454646bcda314abe168da6693337))
23+
24+
25+
### Bug Fixes
26+
27+
* **open-scd:** allow menu plugins to show content ([c7dc849](https://github.com/stee-re/oscd-shell/commit/c7dc849fa84419ab605ffafd2b0ec7ce40136fc3))
28+
* **open-scd:** hide menu plugin element container ([02b026e](https://github.com/stee-re/oscd-shell/commit/02b026e645ebfa9c26f54afd5f292a10b56af7ef))
29+
* **open-scd:** import locales from relative URL ([5877314](https://github.com/stee-re/oscd-shell/commit/5877314f5e2de4c3613324e51328cb463dec2d5d))
30+
* **package:** localize as part of bundle script ([653a506](https://github.com/stee-re/oscd-shell/commit/653a50667163e9a9381d26ccb10e927f0758ec73))
31+
* **plugging:** import relative paths from origin ([abb5074](https://github.com/stee-re/oscd-shell/commit/abb50749877ce611e4eb58bcde2e39280c429150))
32+
33+
34+
### Styles
35+
36+
* disable quirks mode in demo and tests ([db1b6c8](https://github.com/stee-re/oscd-shell/commit/db1b6c858a97f6842526aa624311d9d1842dfc49))
37+
338
## [0.0.5](https://github.com/OMICRONEnergyOSS/oscd-shell/compare/oscd-shell-v0.0.4...oscd-shell-v0.0.5) (2025-06-11)
439

540

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.5",
3+
"version": "0.0.6",
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)