Skip to content

Latest commit

 

History

History
79 lines (31 loc) · 2.99 KB

CHANGELOG.md

File metadata and controls

79 lines (31 loc) · 2.99 KB

(2021-11-26)

2.1.6 (2021-11-26)

Bug Fixes

  • ovee: accelerate template first render and allow for updateTask to be awaitable inside init hook (9e00200)

2.1.4 (2021-11-12)

Bug Fixes

  • lower all packages target ES version to ES6 (cefdc86)

2.2.0 (2021-11-05)

Features

  • @ovee/barba: update how plugins are added to Barba in a more modular way (1e35e58)

2.1.2 (2021-11-03)

Features

  • @ovee/barba: add @barba/router to available plugins and update emitted events names (937c855)

2.1.1 (2021-10-27)

Bug Fixes

  • Component decorators would not work if Component was used more than one time (5564173)

2.1.0 (2021-10-05)

Bug Fixes

  • 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)

Bug Fixes

  • instance decorators inheritance (5d93eed)
  • make Barba config optional (92def1c)

2.0.8 (2021-08-25)

Bug Fixes

  • typings in @ovee/barba and make Barba options optional (822ec1e)