Skip to content

Releases: felixthiele/radar-element

v3.0.0

05 Oct 14:26
8614ca0
Compare
Choose a tag to compare

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

v2.0.2

11 Jun 20:18
eced53a
Compare
Choose a tag to compare

Security

v2.0.1

14 Aug 17:40
e529585
Compare
Choose a tag to compare

Security

v2.0.0

25 Jul 17:58
a000a0f
Compare
Choose a tag to compare

Added

  • optional clickable property of entries makes radar-element emit an entry-clickevent, whenever an entry is clicked

Removed

  • link property of entries, please mark entries as clickable instead and provide and event-listener instead

v1.0.1

13 Jun 15:53
51e11e1
Compare
Choose a tag to compare

Fixed

  • The default color for --radar-element-section-color is now black and thus can be seen on the default white background

v1.0.0

12 Jun 17:26
0e1e0a4
Compare
Choose a tag to compare

Added

  • CSS property for changing the color of the section label (--radar-element-section-color)
  • CSS properties to style the tooltips color (--radar-element-tooltip-accent-color, --radar-element-tooltip-label-color and --radar-element-tooltip-section-color)
  • README descriptions on properties vs. attributes and how to use the element in native HTML without a framework

Changed

  • Renamed events to better align with future development (entry-highlighted to entry-mouseover and entry-unhighlighted to entry-mouseout)
  • Made all CSS properties start with radar-element

Fixed

  • ESlint integration

v0.9.2

12 Jun 07:26
383e279
Compare
Choose a tag to compare

Fixed

  • add tslib to dependencies so that it will be resolved in empty html project
  • corrected image display on npm-registry README

Security

  • updated @open-wc/eslint-config to fix a vulnerability

v0.9.1

11 Jun 21:38
6f2741d
Compare
Choose a tag to compare

Fixed

  • removed unnecessary folders from published npm package
  • fixed errors in README.md regarding usage and event-names

v0.9.0

11 Jun 19:25
f46eb92
Compare
Choose a tag to compare

Added

  • initial implementation of the radar-element
  • tooltip for each entry
  • entry-highlighted event