diff --git a/CHANGELOG_TOOLKIT.md b/CHANGELOG_TOOLKIT.md index 5781cc03..41f1df1d 100644 --- a/CHANGELOG_TOOLKIT.md +++ b/CHANGELOG_TOOLKIT.md @@ -1,3 +1,17 @@ +# [1.6.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.5.1...toolkit-1.6.0) (2024-10-28) + + +### Features + +* **toolkit/operators:** provide replacement for `subscribeInside` and `observeInside` operators ([4d45a8b](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/4d45a8bbd8a2f4c83e1d4ba1e2e76e39b049a079)) + + +### Performance Improvements + +* **toolkit/observable:** avoid unnecessary change detection cycles ([5aea0f1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/5aea0f1938c0c0fc4c61cd19bea43c385feda77b)) + + + ## [1.5.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.5.0...toolkit-1.5.1) (2024-10-22) diff --git a/CHANGELOG_TOOLKIT_LATEST.md b/CHANGELOG_TOOLKIT_LATEST.md index 4f2525c9..2a94b44a 100644 --- a/CHANGELOG_TOOLKIT_LATEST.md +++ b/CHANGELOG_TOOLKIT_LATEST.md @@ -1,9 +1,14 @@ -## [1.5.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.5.0...toolkit-1.5.1) (2024-10-22) +# [1.6.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.5.1...toolkit-1.6.0) (2024-10-28) -### Bug Fixes +### Features -* **toolkit/observable:** position document root in CSS layer when using `fromBoundingClientRect$ ` ([9af2f48](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/9af2f487a47937cc18c6c7fd1558ac10500dfba7)) +* **toolkit/operators:** provide replacement for `subscribeInside` and `observeInside` operators ([4d45a8b](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/4d45a8bbd8a2f4c83e1d4ba1e2e76e39b049a079)) + + +### Performance Improvements + +* **toolkit/observable:** avoid unnecessary change detection cycles ([5aea0f1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/5aea0f1938c0c0fc4c61cd19bea43c385feda77b)) diff --git a/docs/site/changelog-toolkit/changelog.md b/docs/site/changelog-toolkit/changelog.md index 536c198e..80a65889 100644 --- a/docs/site/changelog-toolkit/changelog.md +++ b/docs/site/changelog-toolkit/changelog.md @@ -6,6 +6,20 @@ ## [Changelog][menu-changelog] > @scion/toolkit +# [1.6.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.5.1...toolkit-1.6.0) (2024-10-28) + + +### Features + +* **toolkit/operators:** provide replacement for `subscribeInside` and `observeInside` operators ([4d45a8b](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/4d45a8bbd8a2f4c83e1d4ba1e2e76e39b049a079)) + + +### Performance Improvements + +* **toolkit/observable:** avoid unnecessary change detection cycles ([5aea0f1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/5aea0f1938c0c0fc4c61cd19bea43c385feda77b)) + + + ## [1.5.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/toolkit-1.5.0...toolkit-1.5.1) (2024-10-22) diff --git a/projects/scion/toolkit/package.json b/projects/scion/toolkit/package.json index 7b115c96..ac00f7c3 100644 --- a/projects/scion/toolkit/package.json +++ b/projects/scion/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@scion/toolkit", - "version": "1.5.1", + "version": "1.6.0", "description": "Provides a collection of framework-agnostic utilities designed primarily for use in SCION libraries such as `@scion/workbench` and `@scion/microfrontend-platform`. This library is written in plain TypeScript and has no dependency on any other library.", "license": "EPL-2.0", "private": false,