Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

47 lines (26 loc) · 2.63 KB

@lit-labs/gen-wrapper-vue

0.2.2

Patch Changes

0.2.1

Patch Changes

  • #3384 9f802646 - Updates generated wrappers to better support types for properties and events, tested via a suite of test elements.

  • #3377 0af4e79b - Adds type info for props/events for Vue/React wrappers. Vue wrapper properly handles defaults.

  • Updated dependencies [fc2b1c88, ad361cc2]:

    • @lit-labs/analyzer@0.4.0

0.2.0

Minor Changes

  • #3304 31bed8d6 - Added support for analyzing JavaScript files.

  • #3288 569a6237 - Refactored Analyzer into better fit for use in plugins. Analyzer class now takes a ts.Program, and PackageAnalyzer takes a package path and creates a program to analyze a package on the filesystem.

  • #3254 fc2fd4c8 - Fixes bug where global install of CLI resulted in incompatible use of analyzer between CLI packages. Fixes #3234.

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes