Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.1.0 #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [1.1.0](https://github.com/openscd/open-scd-core/compare/v1.0.1...v1.1.0) (2023-08-29)


### Features

* **demo:** add remote open and save plugins ([bcc3a58](https://github.com/openscd/open-scd-core/commit/bcc3a582697a0e88e779312a2225e3ff894e7b79))
* **editing:** add editing user interface elements ([3bd4746](https://github.com/openscd/open-scd-core/commit/3bd47461c37c99f46f28deaa56f3c0d3e835d16a))
* **editing:** insert and remove nodes ([196160a](https://github.com/openscd/open-scd-core/commit/196160a178b079a91a5dd3834312f11db113643e))
* **editing:** open documents ([4252916](https://github.com/openscd/open-scd-core/commit/4252916bcc7f7430dfee225a708787f62bc534d5))
* **editing:** update elements' attributes ([90ed0a2](https://github.com/openscd/open-scd-core/commit/90ed0a2361dfc0eb704d47271a3f1ba42722a134))
* export open-scd and mixin types ([80a4097](https://github.com/openscd/open-scd-core/commit/80a4097c08fcf9056354abb7dcb3e99bee8c34ac))
* **foundation:** export cyrb64 hash function ([a4d04ce](https://github.com/openscd/open-scd-core/commit/a4d04ceea5da886d67d4f5092f59b0344102b3c5))
* **open-scd:** pass editCount to editor and menu plugins ([d3b745a](https://github.com/openscd/open-scd-core/commit/d3b745a5a5d39509b0975260fe73ad1ab16314ae))
* **plugging:** load menu and editor plugins ([73110da](https://github.com/openscd/open-scd-core/commit/73110dabfb99795de8ed16ee1f57d7c54110ec75))


### Bug Fixes

* 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))
* **open-scd:** hide menu plugin element container ([ca5f016](https://github.com/openscd/open-scd-core/commit/ca5f016f90bad6a56379bf222130f208eea364c9))
* **open-scd:** import locales from relative URL ([6c8172e](https://github.com/openscd/open-scd-core/commit/6c8172e330a475ade550bb61272c1ba4d36e0088))
* **plugging:** import relative paths from origin ([e268869](https://github.com/openscd/open-scd-core/commit/e2688695515d08a176509978a93e71bb6052964d))

## [1.0.1](https://github.com/openscd/open-scd-core/compare/v1.0.0...v1.0.1) (2023-05-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openscd/open-scd-core",
"version": "1.0.1",
"version": "1.1.0",
"description": "The core editor component of open-scd, without any extensions pre-installed.",
"author": "Open-SCD",
"license": "Apache-2.0",
Expand Down