Releases: UrbanInstitute/dataviz-components
Releases · UrbanInstitute/dataviz-components
v0.12.4
v0.12.3
- Fix: Tooltip checks if ancestor is an instance of Element before calling getComputedStyle
v0.12.2
- Fix: Color scale resets ticks when switching from threshold scale to continuous scale
- Patch: SVGPolygonLayer uses mousedown instead of click event
v0.12.1
- Fix: Add more specificity to several
<p>
tags to avoid CSS conflicts between<Theme />
and component styles
v0.12.0
- Patch: Support Svelte 5 in projects that use this library
- Patch: Update Datawrapper Switching example with title and ariaLabel props
v0.11.1
- Fix: Correct path for icon exports
v0.11.0
- 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
- 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
- Fix: Remove padding from ZoomControls on map in mobile Safari
v0.10.0
- 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