4.0.1-beta.0
Pre-release
Pre-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 toLiComponent
.- 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 byAutoPush.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.