Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Releases: hapinessjs/ng-elements-loader

v7.2.0 (2018-11-27)

27 Nov 14:06
138f753
Compare
Choose a tag to compare
  • Angular v7.1.0+
  • Add ElementsLoaderService.registerContainingCustomElements() method to be used for AoT compiler
  • ElementsLoaderService.loadContainingCustomElements() method must be used only for JiT compiler
  • Explain how to create an optimized webcomponent bundle with this tutorial
  • Documentation

v7.1.0 (2018-11-09)

09 Nov 15:29
b71e566
Compare
Choose a tag to compare
  • Angular v7.0.3+
  • document-register-elements v1.13.1 latest version of the polyfill only require if your browser doesn't support customElement
  • @webcomponents/webcomponentsjs v2.1.3 to fix issue with es5 compilation outside Angular application like explain here
  • Allow custom elements registration in browser even if tag isn't yet present in the DOM like this, it can be created or loaded asynchronously after registration
  • Documentation

v7.0.0 (2018-11-02)

02 Nov 14:57
14c56f0
Compare
Choose a tag to compare
  • Angular v7.0.2+
  • Documentation

v6.4.2 (2018-10-18)

18 Oct 11:38
a361847
Compare
Choose a tag to compare
  • Angular v6.1.10+
  • Explain how to add new polyfills for reflect api to solve bug reported in this issue
  • Provide ElementsLoaderService in ElementsLoaderModule to solve bug reported in this issue
  • Documentation

v6.4.1 (2018-09-27)

27 Sep 09:38
e67bc1c
Compare
Choose a tag to compare
  • Fix version to Angular v6.1.7 to avoid the bug reported in this issue
  • Documentation

v6.4.0 (2018-07-26)

26 Jul 09:46
853b2ff
Compare
Choose a tag to compare
  • Angular v6.1.0+
  • Documentation

v6.3.2 (2018-07-19)

19 Jul 11:00
bfe6b8d
Compare
Choose a tag to compare
  • Latest packages' versions
  • Documentation
  • Delete ng-shadow-dom-renderer project

v6.3.1 (2018-06-20)

20 Jun 16:55
626335c
Compare
Choose a tag to compare
  • Delete ShadowDomV1Renderer factory in @hapiness/custom-elements-loader because not compatible with multi-components

v6.3.0 (2018-06-20)

20 Jun 14:09
9c63d55
Compare
Choose a tag to compare
  • Create @hapiness/ng-shadow-dom-renderer package
  • Use ShadowDomV1Renderer factory from @hapiness/ng-shadow-dom-renderer in @hapiness/custom-elements-loader to fix angular issue #24397
  • Latest packages' versions
  • Documentation

v6.1.1 (2018-06-12)

12 Jun 20:06
367dd33
Compare
Choose a tag to compare
  • Downgrade document-register-element to v1.8.1 to fix angular issue #24390
  • Latest packages' versions
  • Documentation