Skip to content

Commit ccbc3ce

Browse files
chore(main): release 1.1.0
1 parent 7a0935a commit ccbc3ce

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/openscd/open-scd-core/compare/v1.0.1...v1.1.0) (2023-08-29)
4+
5+
6+
### Features
7+
8+
* **demo:** add remote open and save plugins ([bcc3a58](https://github.com/openscd/open-scd-core/commit/bcc3a582697a0e88e779312a2225e3ff894e7b79))
9+
* **editing:** add editing user interface elements ([3bd4746](https://github.com/openscd/open-scd-core/commit/3bd47461c37c99f46f28deaa56f3c0d3e835d16a))
10+
* **editing:** insert and remove nodes ([196160a](https://github.com/openscd/open-scd-core/commit/196160a178b079a91a5dd3834312f11db113643e))
11+
* **editing:** open documents ([4252916](https://github.com/openscd/open-scd-core/commit/4252916bcc7f7430dfee225a708787f62bc534d5))
12+
* **editing:** update elements' attributes ([90ed0a2](https://github.com/openscd/open-scd-core/commit/90ed0a2361dfc0eb704d47271a3f1ba42722a134))
13+
* export open-scd and mixin types ([80a4097](https://github.com/openscd/open-scd-core/commit/80a4097c08fcf9056354abb7dcb3e99bee8c34ac))
14+
* **foundation:** export cyrb64 hash function ([a4d04ce](https://github.com/openscd/open-scd-core/commit/a4d04ceea5da886d67d4f5092f59b0344102b3c5))
15+
* **open-scd:** pass editCount to editor and menu plugins ([d3b745a](https://github.com/openscd/open-scd-core/commit/d3b745a5a5d39509b0975260fe73ad1ab16314ae))
16+
* **plugging:** load menu and editor plugins ([73110da](https://github.com/openscd/open-scd-core/commit/73110dabfb99795de8ed16ee1f57d7c54110ec75))
17+
18+
19+
### Bug Fixes
20+
21+
* mdc-top-app-bar-fixed has link to --oscd-theme-app-bar-primary and --oscd-theme-primary ([2db5577](https://github.com/openscd/open-scd-core/commit/2db55775c01131d22582814fb9218ee2a4ebfd00))
22+
* **open-scd:** hide menu plugin element container ([ca5f016](https://github.com/openscd/open-scd-core/commit/ca5f016f90bad6a56379bf222130f208eea364c9))
23+
* **open-scd:** import locales from relative URL ([6c8172e](https://github.com/openscd/open-scd-core/commit/6c8172e330a475ade550bb61272c1ba4d36e0088))
24+
* **plugging:** import relative paths from origin ([e268869](https://github.com/openscd/open-scd-core/commit/e2688695515d08a176509978a93e71bb6052964d))
25+
326
## [1.0.1](https://github.com/openscd/open-scd-core/compare/v1.0.0...v1.0.1) (2023-05-30)
427

528

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/open-scd-core",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
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)