Skip to content

Commit 074ae4c

Browse files
chore(main): release 0.36.0 (openscd#1580)
* chore(main): release 0.36.0 * chore(core): Raise core version to 0.1.3 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Christopher Lepski <[email protected]>
1 parent 267935f commit 074ae4c

File tree

5 files changed

+30
-7
lines changed

5 files changed

+30
-7
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/openscd": "0.35.0",
3-
"packages/core": "0.1.2",
4-
".": "0.35.0"
2+
"packages/openscd": "0.36.0",
3+
"packages/core": "0.1.3",
4+
".": "0.36.0"
55
}

CHANGELOG.md

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

3+
## [0.36.0](https://github.com/openscd/open-scd/compare/v0.35.0...v0.36.0) (2024-11-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Edit API v1 validation is no longer supported (e.g. edit api v1 checked if an elements id was unique in the document)
9+
* Edit event v1 properties `derived` and `checkValidity` will be ignored
10+
11+
### Features
12+
13+
* Allow .fsd file creation ([d9a4a0c](https://github.com/openscd/open-scd/commit/d9a4a0c6f6a0c9c86927d80bf5c81b4e9f6fc6d5))
14+
* Edit events v1 will be converted event v2 ([14e933e](https://github.com/openscd/open-scd/commit/14e933ed776ec5592c3c38e84b9884fa41a05e81))
15+
* Editor plugins can be rendered without an active document ([8b06a37](https://github.com/openscd/open-scd/commit/8b06a375ecfbc6275c5238d4a95383f4e80449b8))
16+
* Handle Config Plugin Events ([a510664](https://github.com/openscd/open-scd/commit/a5106648367dad831a248b734cd5c34aa1043d89))
17+
* render plugin download UI on event ([44a51f0](https://github.com/openscd/open-scd/commit/44a51f05797e8dd6345215c177a2e7b68e189d69))
18+
* Support edit api v2 ([#1581](https://github.com/openscd/open-scd/issues/1581)) ([14e933e](https://github.com/openscd/open-scd/commit/14e933ed776ec5592c3c38e84b9884fa41a05e81))
19+
20+
21+
### Bug Fixes
22+
23+
* 1553 LN LN0 wizards read only attributes ([#1568](https://github.com/openscd/open-scd/issues/1568)) ([87aa759](https://github.com/openscd/open-scd/commit/87aa75961c7ef0bfe11810d2fa5d4e08704da033)), closes [#1553](https://github.com/openscd/open-scd/issues/1553)
24+
* correct plug-ins' paths ([a7a14ce](https://github.com/openscd/open-scd/commit/a7a14ced59294d8a24daabf5ecdc76a5dbb75237))
25+
326
## [0.35.0](https://github.com/openscd/open-scd/compare/v0.34.0...v0.35.0) (2024-07-17)
427

528
### Features

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": "openscd-monorepo",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"description": "OpenSCD base distribution and plugins",
55
"private": true,
66
"workspaces": [

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openscd/core",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "The core editor component of open-scd, without any extensions pre-installed.",
55
"author": "Open-SCD",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)