Skip to content

Commit

Permalink
release(toolkit): v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl committed Oct 28, 2024
1 parent 04003c5 commit dcd6aaa
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG_TOOLKIT.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
11 changes: 8 additions & 3 deletions CHANGELOG_TOOLKIT_LATEST.md
Original file line number Diff line number Diff line change
@@ -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))



14 changes: 14 additions & 0 deletions docs/site/changelog-toolkit/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion projects/scion/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit dcd6aaa

Please sign in to comment.