Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 14:26
8614ca0

Version 3.0.0 fixes the highlightedEntry property, which was not working correctly by replacing it with a highlightedEntryIdproperty.
This, and the fact that the underlying framework for creating this element was replaced, is reflected in this major version increase.

Changed

  • replaced highlightedEntry property by highlightedEntryId property, allowing the user to set the highlighted entry from outside
  • replaced lit-element by the newer lit and cleaned up lit lifecycle
  • updated dev-dependencies and typescript compiler to newest versions

Added

  • GitHub-Workflow for Pull-Requests