Skip to content

Releases: UrbanInstitute/dataviz-components

v0.12.4

31 Dec 17:07
6dfd0d7
Compare
Choose a tag to compare
  • Fix: Tooltip positioning works as expected when inside a ShadowRoot of a custom element

v0.12.3

30 Dec 21:42
377f7fc
Compare
Choose a tag to compare
  • Fix: Tooltip checks if ancestor is an instance of Element before calling getComputedStyle

v0.12.2

20 Dec 20:10
8fcbec4
Compare
Choose a tag to compare
  • Fix: Color scale resets ticks when switching from threshold scale to continuous scale
  • Patch: SVGPolygonLayer uses mousedown instead of click event

v0.12.1

17 Dec 18:07
a18cd14
Compare
Choose a tag to compare
  • Fix: Add more specificity to several <p> tags to avoid CSS conflicts between <Theme /> and component styles

v0.12.0

18 Nov 20:14
a16c35e
Compare
Choose a tag to compare
  • Patch: Support Svelte 5 in projects that use this library
  • Patch: Update Datawrapper Switching example with title and ariaLabel props

v0.11.1

09 Sep 16:28
7f45135
Compare
Choose a tag to compare
  • Fix: Correct path for icon exports

v0.11.0

09 Sep 16:06
2cd1662
Compare
Choose a tag to compare
  • Patch: Update BasicDropdown with better accessibility (icon hidden from screen readers)
  • Feature: GitHub source links for components via @etchteam/storybook-addon-github-link in storybook docs
  • Patch: Update method of declaring Storybook component descriptions and add import instructions to components
  • Patch: Remove description field from top level meta object in component .stories.svelte files (do not render)
  • Feature: CLI command to generate new component boilerplate (npm run create-component)
  • Feature: Add Layercake AxisX and AxisY components and docs
  • Feature: Add Icon components [close, plus, minus, search]
  • Fix: ColorLegend compontent displays threshold scale ticks correctly
  • Feature: ColorLegend supports an N/A item

v0.10.2

26 Jun 20:20
cf7c0b3
Compare
Choose a tag to compare
  • Patch: Run Vitest tests in CI
  • Feature: Add style/theme export and instructions on CSS variable intellisense
  • Patch: Update SocialShare spacing
  • Patch: Update Storybook viewport sizes to match design system breakpoints
  • Patch: Update Toggle size to adhere to design team guidance

v0.10.1

05 Jun 15:01
b883d50
Compare
Choose a tag to compare
  • Fix: Remove padding from ZoomControls on map in mobile Safari

v0.10.0

04 Jun 19:43
97bc05c
Compare
Choose a tag to compare
  • Fix BasicDropdown border radius
  • Update Toggle with dispatched click
  • Fix: Remove errant padding from ProjectCredits
  • Feature: Add SVGMap component
  • Feature: Add SVGPolygonLayer component
  • Feature: Add SVGPointLayer component
  • Feature: Add SVGLabelLayer component
  • Feature: Add ColorLegend component
  • Feature: Add Tooltip component