Skip to content

v1.0.4

Compare
Choose a tag to compare
@solkimicreb solkimicreb released this 07 Jun 15:15
· 428 commits to master since this release

Fixes

  • Fixed a bug where child component's wouldn't rerender on alternating shallow and deep prop mutations.
  • Fixed shouldComponentUpdate being always overwritten. From now user defined shouldComponentUpdate is prioritized over Easy State's internal one, but it is discouraged (as the internal one is pretty optimal.)