Skip to content

4.0.1-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@lVlyke lVlyke released this 02 Feb 13:45
· 157 commits to master since this release

Note: The 4.0.1-beta track is still based on Angular's original ViewEngine renderer to stay compatible with pre-Ivy Angular applications. Lithium 4.x.x will remain ViewEngine compatible. Ivy will only be supported in Lithium 5.0.0 and up.

Changes:

  • Multiple values can now be passed into an EventSource facade function to be emitted as an array on the subject.
  • AotAware has been deprecated and renamed to LiComponent.
  • Removed the use of the ES7 Reflection API. A reflection API polyfill is no longer required to use Lithium.
  • Removed the @AutoPush class decorator; it is superseded by AutoPush.enable. @AutoPush may be revisited in the future.
  • Lithium no longer emits decorator metadata and no longer requires setting the emitDecoratorMetadata TS compiler flag. This decreases build size and improves build compatibility.