Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

0.6.0 - Milan

Choose a tag to compare

@bolismauro bolismauro released this 27 Jan 16:51
· 515 commits to master since this release

Changes

Core

  • Ad shouldUpdate method to NodeDescription. This method can be used to control when a description should be updated. The default implementation of this method checks, using Equatable if current and next props / state are the same
  • Improve animations performances. Katana now skips useless update when possible

Breaking Changes

Core

  • Refactor Action, SyncAction and AsyncAction. See this issue for more information