Skip to content

What's new in v4.0.0

Choose a tag to compare

@KiranMantha KiranMantha released this 24 Mar 11:38
· 132 commits to master since this release

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.