Skip to content

0.18.0

Latest
Compare
Choose a tag to compare
@ECorreia45 ECorreia45 released this 20 Apr 17:15
· 11 commits to main since this release

What's Changed

  • restrict unmount for only mounted components
  • Removes the need to use the attr. prefix in more scenarios. Now attr. is only needed when you don't have piped conditions
  • fixes setting and removing empty class error
  • improve attr handling in general
  • Bump the npm_and_yarn group across 1 directories with 1 update by @dependabot in #12
  • Next by @ECorreia45 in #13
  • deprecate the "executable" concept for the "dynamic value" concept instead.
  • increase test coverage
  • reduce client bundle size
  • remove the cached nodes when unmounted. Un-mounting clears all and mounting set all up again
  • simplify internal logics

Fix bugs related to:

  • tracking templates when using deeply conditionally nested templates
  • rendered nodes, causing the template to have an inaccurate track of currently rendered nodes

Full Changelog: 0.15.0...0.18.0