BREAKING: The codebase was upgraded to ES5.
Choo v7 was added to the supported versions in peerDependencies
. With this
release, choo-test
is compatible with v5, v6 and v7.
- 📚
7ff4e9d
State choo compatibility, update URL and remove badge - ✨
b85587b
Switch to@studio/eslint-config
- ✨
4914419
Upgrade eslint to v6 - ✨
4603617
Upgrade Studio Changes - ✨
2d7122d
Upgrade choo to v7 - ✨
8289a74
Update mochify
Released by Maximilian Antoni on 2019-09-12.
- Capture window listeners and unregister in
restore()
- Improve stack if
onRender
callback throws - Improve example and description wording
- Add choo v6 as
peerDependency
- Allow to pass a scope node to
$
and$$
- Choo v5
- Rewrite
- Add
$$
forquerySelectorAll
- Add support for
onload
handler on nested elements
- Add
redraw()
and stub outrequestAnimationFrame
- Add support for
onload
handler
- Initial release.