Skip to content

Commit e202b1e

Browse files
author
Rob Tjalma
authored
Merge pull request #85 from com-pas/merge-upstream-071
Merge upstream V0.7.1
2 parents b802072 + 0620aef commit e202b1e

File tree

80 files changed

+4302
-1127
lines changed

Some content is hidden

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

80 files changed

+4302
-1127
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
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.7.1](https://github.com/openscd/open-scd/compare/v0.7.0...v0.7.1) (2021-10-18)
6+
7+
8+
### Features
9+
10+
* **editor-container:** add initial web-component ([3993bbd](https://github.com/openscd/open-scd/commits/3993bbd3aebbcfad969316dddc55d46c92ebcf3a))
11+
* **Logging:** show Hitem from SCL ([#315](https://github.com/openscd/open-scd/issues/315)) ([51c3662](https://github.com/openscd/open-scd/commits/51c3662657615986400640abe0d6ffd939742a3c))
12+
* **public/templates:** add logical node classes ([#320](https://github.com/openscd/open-scd/issues/320)) ([5d07886](https://github.com/openscd/open-scd/commits/5d0788643b6773a4bb62c182d59b9831535d3994))
13+
14+
15+
### Bug Fixes
16+
17+
* **package.json:** license change ([e0d395f](https://github.com/openscd/open-scd/commits/e0d395fa00fbb2dd464cfe163ee68d01115ac311))
18+
* **translation:** improve capitalization add missing menu.new ([#307](https://github.com/openscd/open-scd/issues/307)) ([b5e2621](https://github.com/openscd/open-scd/commits/b5e2621e19858aa49d7d40c198fd54495e179051)), closes [#306](https://github.com/openscd/open-scd/issues/306)
19+
* **wizard/commap:** neglect ExtRef without valid source ([#298](https://github.com/openscd/open-scd/issues/298)) ([4881586](https://github.com/openscd/open-scd/commits/488158667a65713c229c7c676f136fe5ea0bfdad))
20+
* **zeroline/conducting-equipment:** spell correction ([#319](https://github.com/openscd/open-scd/issues/319)) ([9bb51ec](https://github.com/openscd/open-scd/commits/9bb51ecbe979c1a9029773fd4ff21745c832ab37))
21+
522
## [0.7.0](https://github.com/openscd/open-scd/compare/v0.6.0...v0.7.0) (2021-08-31)
623

724

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The AccessToken can be retrieved from a running KeyCloak instance.
4848
The [IEC 61850](https://webstore.iec.ch/publication/63319) XSD and NSD code components used are
4949
distributed under their [end user license agreement](CC-EULA.pdf).
5050

51-
This project is licensed under the [Apache License 2.0](LICENSE).
51+
This project is licensed under the [Apache License 2.0](LICENSE.md).
5252

5353
© 2020-2021 OMICRON electronics GmbH
5454

__snapshots__/DA wizarding editing integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@
661661
</wizard-textfield>
662662
<wizard-select
663663
fixedmenuposition=""
664-
helper="Function contraint"
664+
helper="Function constraint"
665665
label="fc"
666666
required=""
667667
>
@@ -1470,7 +1470,7 @@
14701470
</wizard-textfield>
14711471
<wizard-select
14721472
fixedmenuposition=""
1473-
helper="Function contraint"
1473+
helper="Function constraint"
14741474
label="fc"
14751475
required=""
14761476
>

0 commit comments

Comments
 (0)