Skip to content

Commit a3080cf

Browse files
committed
chore(stream): release version 2.0.0
1 parent 60eeeec commit a3080cf

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

libs/stream/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
# [2.0.0](https://github.com/code-workers-io/angular-kit/compare/stream-1.1.0...stream-2.0.0) (2023-04-17)
6+
7+
8+
### Bug Fixes
9+
10+
* **stream:** correct typing issue when detecting DebounceRenderStrategy ([20c0a4e](https://github.com/code-workers-io/angular-kit/commit/20c0a4ea2a8219bcc2e117b313b9b18da39c457c))
11+
* **stream:** when element is off the viewport CD should only be triggered if element is visible and value has changed ([4249cb6](https://github.com/code-workers-io/angular-kit/commit/4249cb6611509aa0167ea9f464cb5811bb0330be)), closes [#40](https://github.com/code-workers-io/angular-kit/issues/40)
12+
13+
14+
### Features
15+
16+
* **stream:** check if intersection observer API is supported if ViewPortStrategy is active; fallback do DefaultStrategy ([00296bb](https://github.com/code-workers-io/angular-kit/commit/00296bbc2e0451f2e582a6ef5322b40d29421f98))
17+
* **stream:** enhance configuration token by keepValueOnLoading, lazyViewCreation and renderStrategy option ([9512124](https://github.com/code-workers-io/angular-kit/commit/9512124c834eb434b8391e90ee76f1551c76bb2e)), closes [#33](https://github.com/code-workers-io/angular-kit/issues/33)
18+
* **stream:** implement ViewPortRenderStrategy to only run change detection when element is visible in the viewport ([95cec91](https://github.com/code-workers-io/angular-kit/commit/95cec91895554bb3311a7a99b3dddd08e8079cb8))
19+
* **stream:** introduce concept of render strategies ([d413113](https://github.com/code-workers-io/angular-kit/commit/d4131137d56ca1901a26c0e8485044b9a8334606))
20+
21+
22+
523
# [1.1.0](https://github.com/code-workers-io/angular-kit/compare/stream-1.0.1...stream-1.1.0) (2023-03-04)
624

725

libs/stream/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-kit/stream",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)