Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 2.46 KB

@lit-labs/gen-wrapper-react

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

  • #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.0

Minor Changes