Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@runem runem released this 12 Jul 13:09
· 79 commits to master since this release

[1.1.0] - 2020-07-12

Fixed

  • Improved logic for resolving declarations and mixins (#172)
  • Added support for JSDoc syntax where type comes after name (eg. @fires my-event {MouseEvent}) (#165)

Added

  • JSDoc related utils are now exported from WCA (#171)
  • hasUpdated and updateComplete are now considered protected members for LitElement elements (#166)
  • Updated all dependencies.
  • It's now possible to traverse the entire inheritance tree using declaration.heritageClauses.
  • Added --inline-types CLI option that can be used to expand type aliases in order to inline types in the documentation (#140)

v1.0.3...v1.1.0