Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
13fbd18
feat(validators/validatetemplate): trigger validators with editor act…
JakobVogelsang Oct 27, 2021
09e7af5
fix(templates/lnodetype-wizard): deselect optional DOTypes at LNode c…
JakobVogelsang Oct 27, 2021
0298ac5
feat(templates/dotype-wizard): add cdc field in create wizard (#330)
JakobVogelsang Oct 28, 2021
81b9486
ci: add github actions for test, build and deploy (#347)
JakobVogelsang Nov 2, 2021
423166e
feat(wizards/fcda): add data(FCDA) to existing DataSets (#338)
ca-d Nov 5, 2021
1b054b6
fix(editor-container): some UI related issues (#357)
JakobVogelsang Nov 8, 2021
c94826d
feat(wizards/dataset): delete deselected FCDA (#358)
JakobVogelsang Nov 8, 2021
81e1d3d
fix(editor-container): minor UI issues (#371)
JakobVogelsang Nov 10, 2021
b4c69c5
refactor(foundation): make reference within editor-action optional (…
JakobVogelsang Nov 18, 2021
a3aecf7
feat(menu/UpdateDescritionABB): update ABB ExtRef with internal signa…
JakobVogelsang Nov 18, 2021
986db3f
style(filted-list): remove dotted underlining in filter field (#398)
JakobVogelsang Nov 29, 2021
f6bce2e
refactor(editor-container): replace with more generic action-pane (#400)
ca-d Nov 30, 2021
c3f2ab7
First version Single Line Diagram editor (#376)
Nov 30, 2021
e3408d2
test: replace karma with web-test-runner (#401)
ca-d Dec 7, 2021
5b209c0
refactor(SingleLineDiagram): improvements in perormance and visualiza…
JakobVogelsang Dec 9, 2021
fd025a2
feat(SingleLineDiagram): open onclick ConductingEquipment edit wizard
Dec 9, 2021
df845a8
chore(release): 0.8.0
Dec 10, 2021
5788997
Merge branch 'main' into merge-v080
Dec 13, 2021
246d6b6
Merge branch 'main' into merge-v080
Dec 13, 2021
7f53067
Merge branch 'main' into merge-v080
Dec 13, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

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.

## [0.8.0](https://github.com/openscd/open-scd/compare/v0.7.1...v0.8.0) (2021-12-10)


### Features

* **menu/UpdateDescritionABB:** update ABB ExtRef with internal signal description ([#374](https://github.com/openscd/open-scd/issues/374)) ([a3aecf7](https://github.com/openscd/open-scd/commits/a3aecf739ce22abfc1243b1f94a069cc05ad9b86))
* **SingleLineDiagram:** open onclick ConductingEquipment edit wizard ([fd025a2](https://github.com/openscd/open-scd/commits/fd025a2b1b40e6fea11f91b2a4843ec665c179fa))
* **templates/dotype-wizard:** add cdc field in create wizard ([#330](https://github.com/openscd/open-scd/issues/330)) ([0298ac5](https://github.com/openscd/open-scd/commits/0298ac51f3c6494fac7d470eff8f1939a56bdb55))
* **validators/validatetemplate:** trigger validators with editor action ([#300](https://github.com/openscd/open-scd/issues/300)) ([13fbd18](https://github.com/openscd/open-scd/commits/13fbd1873f486aabc1e7c8de58b7544cf7da2eb8))
* **wizards/dataset:** delete deselected FCDA ([#358](https://github.com/openscd/open-scd/issues/358)) ([c94826d](https://github.com/openscd/open-scd/commits/c94826d856ae9d89224f9e56dbf0a67b4bb7977c))
* **wizards/fcda:** add data(FCDA) to existing DataSets ([#338](https://github.com/openscd/open-scd/issues/338)) ([423166e](https://github.com/openscd/open-scd/commits/423166ee728571d07d33887b55463799579fe72e)), closes [#339](https://github.com/openscd/open-scd/issues/339) [#345](https://github.com/openscd/open-scd/issues/345)


### Bug Fixes

* **editor-container:** minor UI issues ([#371](https://github.com/openscd/open-scd/issues/371)) ([81e1d3d](https://github.com/openscd/open-scd/commits/81e1d3d5c627d075386575253608f6cfe8abdbae))
* **editor-container:** some UI related issues ([#357](https://github.com/openscd/open-scd/issues/357)) ([1b054b6](https://github.com/openscd/open-scd/commits/1b054b66b91b97876ee79f746ee08b9b18c74cff))
* **templates/lnodetype-wizard:** deselect optional DOTypes at LNode creation ([#326](https://github.com/openscd/open-scd/issues/326)) ([09e7af5](https://github.com/openscd/open-scd/commits/09e7af5708dba8490ee60ecbe204f4a06dd7b7ce))

### [0.7.1](https://github.com/openscd/open-scd/compare/v0.7.0...v0.7.1) (2021-10-18)


Expand Down
23 changes: 0 additions & 23 deletions __snapshots__/Communication Plugin.md

This file was deleted.

22 changes: 0 additions & 22 deletions __snapshots__/Substation Plugin.md

This file was deleted.

Loading