Skip to content

v0.9.16

Compare
Choose a tag to compare
@kodemon kodemon released this 31 Aug 11:58
· 103 commits to main since this release
  • Add .subscribe method to @valkyr/mvc base controller allowing for asynchronous resolution of initial subscription state. This is allowing for the view to wait until the subscriber has resolved before rendering the view removing the need to double check the view for the existence of the state for loading purposes.