Skip to content

Commit

Permalink
chore(main): release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 16, 2023
1 parent fcc60d4 commit bc05387
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
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-16)


### 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

0 comments on commit bc05387

Please sign in to comment.