2.2.5 (2023-02-22)
- ovee: update typings for
emitEvent
helper (ba51840)
2.2.4 (2023-02-01)
- ovee: adjust typings for app register and use (c3da875)
2.2.3 (2022-12-19)
- add "isolatedModules" and add explicity
type
keyword to fix build (0290334)
2.2.1 (2022-09-23)
- content-loader: fix
updateContent
return type #39 (8c04855) - update package.json main and module fields to reflect changed dist (470ba00)
2.2.0 (2022-09-22)
- ovee: increase TemplateComponent safe usage (b766b20)
- ovee: refactor getModule method to accept class as an argument (acb9f3e), closes #24
- ovee: add @module decorator with docs and tests cleanup (a4b2fef), closes #27
- ovee: support @module with only type annotation (fcb3056), closes #27
- @ovee.js/barba move '@ovee/barba' default export to named export (56021a0)
- ovee: #25 allow for multiple elements in '$on' method and '@bind' decorator (a561a2c)
- ovee: #36 update 'lit-html' to v2 and move it to 'peerDependencies' (1e80ce0)
- ovee: added Logger 'getMessage' method (47e0359)
- ovee: added new $on/$off/@bind API for simpler usage and passing listener options (dccd116), closes #18 #22 #28
- ovee: make components class a generic (25b0fc8)
- ovee:
lit-html
version was bumped from1.x
to2.x
- ovee: Refactored $on/$off/@bind API
2.1.12 (2022-05-04)
- ovee: make computed decorator work in nested prototype chain (aeff377)
2.1.11 (2022-03-28)
- ovee: increase TemplateComponent safe usage (b766b20)
2.1.10 (2022-03-25)
- ovee: #31 prevent from double call of decorators init function, when components extend from each other (b614441)
2.1.9 (2022-03-17)
- core: move instance decorators destructors from class prototype to instance (719ca72)
2.1.8 (2021-12-29)
- content-loader: remove 'ovee.js' from dependencies (853bb2a)
- ovee: preserve this context in computed decorator (af3be98)
2.1.6 (2021-11-26)
- ovee: accelerate template first render and allow for
updateTask
to be awaitable insideinit
hook (9e00200)
2.1.4 (2021-11-12)
- lower all packages target ES version to ES6 (cefdc86)
2.2.0 (2021-11-05)
- @ovee/barba: update how plugins are added to Barba in a more modular way (1e35e58)
2.1.2 (2021-11-03)
- @ovee/barba: add
@barba/router
to available plugins and update emitted events names (937c855)
2.1.1 (2021-10-27)
- Component decorators would not work if Component was used more than one time (5564173)
2.1.0 (2021-10-05)
- docs typos (412fc9a)
- docs typos (5811b46)
- errors are now longer catched by mistake in lifecycle hooks (8c9cda4)
- typo in import (a128315)
- new logging system (de9e980)
- added new external reactivity system with watchers (80289f7)
2.1.0-alpha.0 (2021-09-17)
2.0.8 (2021-08-25)
- typings in
@ovee/barba
and make Barba options optional (822ec1e)