Skip to content

v0.4.7

Compare
Choose a tag to compare
@joshwilsonvu joshwilsonvu released this 14 Apr 02:23
· 319 commits to main since this release

What's Changed

  • Allow reactivity inside of IIFEs when the enclosing scope allows reactivity. Now, the body of an IIFE will work just like Array#forEach and other function calls that run function expressions immediately in the enclosing scope. Details: #17
  • Allow use of reactive variables in getters in an object passed to createStore, as is idiomatic usage. Since these getters will become part of the store, and property accesses on stores are reactive, it makes sense to make these getters tracked scopes. Details: #18

Thanks @otonashixav for opening these issues.

Full Changelog: v0.4.6...v0.4.7