Skip to content

Latest commit

 

History

History
98 lines (44 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

98 lines (44 loc) · 3.86 KB

ngx-element-boundary - Changelog

2.0.0 (2022-07-07)

Features

  • ng: update to Angular v14 (b93d7a9)

BREAKING CHANGES

  • ng: Library is built with Angular v14

1.0.10 (2020-07-30)

Bug Fixes

  • lib: cleanup boundaries on destruction (07b42e0)

1.0.9 (2020-07-29)

Bug Fixes

  • lib: refcount streams in ElementBoundaryService (3f4264a)

1.0.8 (2020-07-18)

Bug Fixes

  • lib: add Angular v9 to version range of v1 (2383bba)

1.0.7 (2020-07-17)

Bug Fixes

  • service: improve performance of components initialization (c68426f)

1.0.6 (2020-07-15)

Bug Fixes

  • lib: expose component ref from cross boundary element strategy (858ec14)

1.0.5 (2020-07-15)

Bug Fixes

  • lib: add component ref getter to default element boundary strategy (24e28c6)

1.0.4 (2020-07-14)

Bug Fixes

  • lib: fix SingleAppBoundarySharingStrategy for late components (fbf48c1)

1.0.3 (2020-07-09)

Bug Fixes

  • lib: simulate late initialization of events stream on element strategies (ed3d8d5)

1.0.2 (2020-07-08)

Bug Fixes

  • lib: use get/set for events prop of element strategies (5324893)

1.0.1 (2020-07-08)

Bug Fixes

  • build: add UMD and AMD id's for package (d450170)

1.0.0 (2020-07-08)

Bug Fixes

  • lib: reuse existing single app boundary sharing strategy (544dd29)

Features

  • lib: add default ng element strategy factory (8e58da5)
  • lib: implement element boundary (05df8f5)
  • lib: scaffold library (6f98f20)
  • lib: setup automated semver releasing (05a9cf8)