Releases: UrbanInstitute/dataviz-components
Releases · UrbanInstitute/dataviz-components
v0.9.0
- Update BasicDropdown with secondary style variants, a visible label, and better story controls
- Add LoadingWrapper component to provide a loading graphic for components that need it
v0.8.0
- Simplify CSS in Toggle component
- Add contribution guidance to Intro docs and README
- Add Headline component
- Add PymChild component
- Add "vis.rendered" event to DatawrapperIframe component
- Patch Toggle component accessibility
- Add animated Urban Logo Badge component
v0.7.2
- Add Svelte syntax highlighting for code blocks (thanks to Axios team for the tip here!)
- Adds example writable/derived store setup for dynamic information display
- Fixes package name in documentation
- Fixes Intro code chunk to be up to date
- Changes snake_case variables to camelCase
- Change BasicDropdown's value prop to accept null
- Add Navbar case for no projectUrl with story documentation
v0.7.1
- Add Analytics component
- Move Block documentation to main component section
- Adds Basic page layout example
- Update Storybook favicon to Urban logo
v0.7.0
- Add right padding and ellipsis on text overflow to BasicDropdown
- Add functionality to remove
placeholder
in BasicDropdown component - Add LogoUrbanWide and create Logos story folder
- Turn off interaction events
onDestroy
of DatawrapperIframe - Add Toggle component
- Upgrade Storybook to version 8
- Upgrade SvelteKit to version 2 and update other Svelte-related dependencies
- Upgrade to Vite version 5
- Create Examples section and add examples of swithcing Datawrapper iframes
- Add Scrolly component
- Update story ordering config
v0.6.0
- Add Theme component and update styles of components accordingly
- Add Font loading components to account for changes in styles
- Export main stylesheet
- Add normalize.css to exported stylesheet
- Add Meta component
- Re-organize documentation files for more consistency
- Update spacing on ChartBlock component
- Cleanup: remove unused +page.svelte file and remove
dev
as a command in scripts
v0.5.1
- Bugfix: export ChartBlock
v0.5.0
- Add ChartBlock component
- Add Button component
- Updates Github action versions
- Add resizeObserver action
- Change BasicDropdown programmatic dispatching to declarative event forwarding
v0.4.0
- Add SectionBreak component
- Add PR template for changelog reminder
- Update urbanColors module to align more closely with the Urban Institute data visualization styleguide
- Improve urbanColors documentation
- Update SocialShare Twitter icon to new X logo
- Simplify SocialShare dialogue URLs
v0.3.3
- Add descriptions to Storybook documentation
- Bugfix: remove unchecked call to window in Datawrapper events