Skip to content

v2.5.2

Compare
Choose a tag to compare
@akuzko akuzko released this 14 Nov 20:34
· 3 commits to master since this release

Patch Description

  • Internal "storage" part of the package was refactored for better maintainability and to ensure that data subscription handlers are called in the same order they were declared in components, from parents to children.
  • In addition, if any component is subscribes to a data via dynamic data path (i.e. it is unsubscribed and re-subscribed whenever path is changed), index of it's subscription handler is kept as it was for even better stability and predictable behavior.
  • Basically, this release is continuation (and hopefully, logical ending) of the work started in v2.5.1