What's new in v4.0.0
This major release includes a very important change set that enables auto rendering in batches. This simplify developer efforts by avoiding manually inject Renderer service to update the view. That means devs no longer write this line of code this.renderer.update() in their components after updating context variables.
This implementation comes with slight increase in bundle size. not in KBs but in Bytes. Still that's an increment. But not a huge one 😄
Request to report any issues due to this change.