-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: gund/ngx-element-boundary
base: v1.0.2
head repository: gund/ngx-element-boundary
compare: master
Commits on Jul 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed3d8d5 - Browse repository at this point
Copy the full SHA ed3d8d5View commit details -
chore(release): release 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2020-07-09) ### Bug Fixes * **lib:** simulate late initialization of events stream on element strategies ([ed3d8d5](ed3d8d5))
Configuration menu - View commit details
-
Copy full SHA for c7b67b9 - Browse repository at this point
Copy the full SHA c7b67b9View commit details
Commits on Jul 14, 2020
-
fix(lib): fix SingleAppBoundarySharingStrategy for late components
Use ReplaySubject with buffer set to Infinity for boundaries so they are stored and replayed for every new subscriber of component
Configuration menu - View commit details
-
Copy full SHA for fbf48c1 - Browse repository at this point
Copy the full SHA fbf48c1View commit details -
chore(release): release 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2020-07-14) ### Bug Fixes * **lib:** fix SingleAppBoundarySharingStrategy for late components ([fbf48c1](fbf48c1))
Configuration menu - View commit details
-
Copy full SHA for 62ff5bf - Browse repository at this point
Copy the full SHA 62ff5bfView commit details
Commits on Jul 15, 2020
-
fix(lib): add component ref getter to default element boundary strategy
That forwards original component ref from the default strategy
Configuration menu - View commit details
-
Copy full SHA for 24e28c6 - Browse repository at this point
Copy the full SHA 24e28c6View commit details -
chore(release): release 1.0.5 [skip ci]
## [1.0.5](v1.0.4...v1.0.5) (2020-07-15) ### Bug Fixes * **lib:** add component ref getter to default element boundary strategy ([24e28c6](24e28c6))
Configuration menu - View commit details
-
Copy full SHA for 0057163 - Browse repository at this point
Copy the full SHA 0057163View commit details -
fix(lib): expose component ref from cross boundary element strategy
In the same way that default element strategy exposes it via protected API. Remove component ref getter from default boundary strategy wrapper.
Configuration menu - View commit details
-
Copy full SHA for 858ec14 - Browse repository at this point
Copy the full SHA 858ec14View commit details -
chore(release): release 1.0.6 [skip ci]
## [1.0.6](v1.0.5...v1.0.6) (2020-07-15) ### Bug Fixes * **lib:** expose component ref from cross boundary element strategy ([858ec14](858ec14))
Configuration menu - View commit details
-
Copy full SHA for c035792 - Browse repository at this point
Copy the full SHA c035792View commit details
Commits on Jul 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5336adf - Browse repository at this point
Copy the full SHA 5336adfView commit details -
fix(service): improve performance of components initialization
By setting a debounce time (0s) on all boundaties stream
Configuration menu - View commit details
-
Copy full SHA for c68426f - Browse repository at this point
Copy the full SHA c68426fView commit details -
chore(release): release 1.0.7 [skip ci]
## [1.0.7](v1.0.6...v1.0.7) (2020-07-17) ### Bug Fixes * **service:** improve performance of components initialization ([c68426f](c68426f))
Configuration menu - View commit details
-
Copy full SHA for 649a0ec - Browse repository at this point
Copy the full SHA 649a0ecView commit details
Commits on Jul 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2383bba - Browse repository at this point
Copy the full SHA 2383bbaView commit details -
chore(release): release 1.0.8 [skip ci]
## [1.0.8](v1.0.7...v1.0.8) (2020-07-18) ### Bug Fixes * **lib:** add Angular v9 to version range of v1 ([2383bba](2383bba))
Configuration menu - View commit details
-
Copy full SHA for 7ad57ba - Browse repository at this point
Copy the full SHA 7ad57baView commit details
Commits on Jul 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3f4264a - Browse repository at this point
Copy the full SHA 3f4264aView commit details -
chore(release): release 1.0.9 [skip ci]
## [1.0.9](v1.0.8...v1.0.9) (2020-07-29) ### Bug Fixes * **lib:** refcount streams in ElementBoundaryService ([3f4264a](3f4264a))
Configuration menu - View commit details
-
Copy full SHA for 025f785 - Browse repository at this point
Copy the full SHA 025f785View commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 07b42e0 - Browse repository at this point
Copy the full SHA 07b42e0View commit details -
chore(release): release 1.0.10 [skip ci]
## [1.0.10](v1.0.9...v1.0.10) (2020-07-30) ### Bug Fixes * **lib:** cleanup boundaries on destruction ([07b42e0](07b42e0))
Configuration menu - View commit details
-
Copy full SHA for 7ff857f - Browse repository at this point
Copy the full SHA 7ff857fView commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a958324 - Browse repository at this point
Copy the full SHA a958324View commit details -
feat(ng): update to Angular v14
BREAKING CHANGE: Library is built with Angular v14
Configuration menu - View commit details
-
Copy full SHA for b93d7a9 - Browse repository at this point
Copy the full SHA b93d7a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a58892 - Browse repository at this point
Copy the full SHA 8a58892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10925bd - Browse repository at this point
Copy the full SHA 10925bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0563131 - Browse repository at this point
Copy the full SHA 0563131View commit details -
Configuration menu - View commit details
-
Copy full SHA for c198504 - Browse repository at this point
Copy the full SHA c198504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc0eb3 - Browse repository at this point
Copy the full SHA 9dc0eb3View commit details -
Merge pull request #31 from gund/feat-ng-update
[Feat] Update to Angular v14
Configuration menu - View commit details
-
Copy full SHA for fb52bba - Browse repository at this point
Copy the full SHA fb52bbaView commit details -
chore(release): release 2.0.0 [skip ci]
# [2.0.0](v1.0.10...v2.0.0) (2022-07-07) ### Features * **ng:** update to Angular v14 ([b93d7a9](b93d7a9)) ### BREAKING CHANGES * **ng:** Library is built with Angular v14
Configuration menu - View commit details
-
Copy full SHA for 3d323ac - Browse repository at this point
Copy the full SHA 3d323acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d3448d - Browse repository at this point
Copy the full SHA 7d3448dView commit details -
refactor(lint): replace deprecated code
By using deprecation eslint plugin
Configuration menu - View commit details
-
Copy full SHA for 43ae910 - Browse repository at this point
Copy the full SHA 43ae910View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c6be5 - Browse repository at this point
Copy the full SHA f7c6be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c8360e - Browse repository at this point
Copy the full SHA 6c8360eView commit details
There are no files selected for viewing