Releases: gsinghjay/data-dashboard
v1.17.0
v1.17.0 (2025-05-11)
Bug Fixes
-
Add proper TypeScript interfaces to API test page (
0f9a9c9
) -
Convert ConclusionSummary to proper React component (
e1f3a7c
) -
Correct topojson typing issues in map chart (
0358e64
) -
Remove deprecated appDir config option (
b9a6005
) -
Resolve SVG reference TypeScript errors in line chart (
b6e8664
) -
Update SVG element references for TypeScript compatibility (
930afc5
)
Chores
-
Add vercelignore file to exclude large data directories (
28e94c3
) -
Update dependencies and TypeScript configurations (
28107c5
) -
Update gitignore patterns (
de41442
)
Features
-
Add concise conclusion to fertility education summary (
d9c453f
) -
Create conclusion summary component (
3be10e8
)
Detailed Changes: v1.16.0...v1.17.0
v1.16.0
v1.16.0 (2025-05-11)
Features
-
Create essential question component (
4c1e5d4
) -
Enhance conclusion section with additional data-driven bullet points (
bb7b8e6
) -
Update narrative flow to include conclusion section (
1e30c55
)
Refactoring
- Replace design system section with essential question (
08f9351
)
Detailed Changes: v1.15.0...v1.16.0
v1.15.0
v1.15.0 (2025-05-11)
Features
-
Add FertilityPandemicChart component for pandemic visualization (
4ac3e8d
) -
Export FertilityPandemicChart in charts index (
979cba5
) -
Integrate pandemic visualization into narrative flow (
4be0b63
)
Detailed Changes: v1.14.0...v1.15.0
v1.14.0
v1.14.0 (2025-05-11)
Features
-
Export FertilityMilestonesChart component (
15c4ddd
) -
Implement educational milestones visualization chart (
25c41a3
) -
Integrate educational milestones visualization into narrative flow (
18c2934
)
Detailed Changes: v1.13.0...v1.14.0
v1.13.0
v1.13.0 (2025-05-11)
Bug Fixes
- Prevent infinite loop in ref warnings suppression (
7f19d9a
)
Code Style
- Update footer with project information (
9021efb
)
Features
-
Add font variables for narrative typography (
0d4a77c
) -
Add navigation sidebar for narrative sections (
ec6d9ff
) -
Create main narrative flow structure with sections (
7bf4e4d
) -
Create narrative section component for scrollytelling (
460f694
) -
Implement mobile navigation drawer for narrative (
c039c1d
) -
Implement scroll context for narrative structure (
83f70b4
) -
Integrate narrative flow into home page (
ba9a068
)
Detailed Changes: v1.12.0...v1.13.0
v1.12.0
v1.12.0 (2025-05-11)
Bug Fixes
-
Add warning suppression to client providers (
f01f168
) -
Increase map height and improve tooltip visibility in FertilityMapChart (
a4b1ff9
) -
Update getStateComparison to support year filtering (
2203e4d
)
Chores
-
Downgrade React type definitions to match React 18 (
4009553
) -
Update Next.js config for better React 18 compatibility (
9f91096
)
Features
-
Add choropleth map component for state fertility visualization (
dfa9a30
) -
Add hook to suppress React 19 ref warnings (
a1da151
) -
Export chart components through index file (
f436af0
) -
Integrate choropleth map component on home page (
5da76f4
)
Detailed Changes: v1.11.0...v1.12.0
v1.11.0
v1.11.0 (2025-05-11)
Bug Fixes
-
Apply education colors to tooltip headers for better consistency (
867fe76
) -
Ensure 2023 appears on x-axis by using explicit tick values (
928ee0f
) -
Ensure even spacing between x-axis ticks by using band scale (
24f6d91
) -
Explicitly set white color for tooltip titles (
aaa4ba7
) -
Improve tooltip positioning and styling in FertilityLineChart (
b8f1027
) -
Update FertilityLineChart tooltip positioning and improve chart layout (
c966190
) -
Update tooltip style to match theme and FertilityBarChart component (
eeb7173
)
Features
-
Add FertilityLineChart component for time-based trend visualization (
9232d12
) -
Integrate FertilityLineChart component into home page (
db918e8
)
Detailed Changes: v1.10.0...v1.11.0
v1.10.0
v1.10.0 (2025-05-11)
Features
- charts: Add configurable props to FertilityBarChart for flexible usage (
d84663b
)
Refactoring
- home: Update FertilityBarChart usage to prevent UI duplication (
b07b102
)
Detailed Changes: v1.9.0...v1.10.0
v1.9.0
v1.9.0 (2025-05-11)
Documentation
- Update README with design system implementation details (
dd22f91
)
Features
- home: Enhance homepage with design system showcase (
7823237
)
Detailed Changes: v1.8.0...v1.9.0
v1.8.0
v1.8.0 (2025-05-11)
Bug Fixes
- providers: Improve font loading and CSS variable handling (
30936df
)
Code Style
-
css: Update global styles with design system variables (
2664314
) -
footer: Apply design system styling (
be5b213
) -
header: Apply design system styling (
f6d9917
)
Documentation
- Update README with Educated Horizons design system details (
9190322
)
Features
-
components: Add DesignSystemShowcase component (
2b93e79
) -
routes: Add design system showcase page (
bf07324
) -
theme: Implement Educated Horizons design system theme (
0478004
) -
utils: Add chart helper utilities for design system (
b49e43a
)
Refactoring
-
charts: Update bar chart to use design system (
4c4b8bd
) -
home: Update homepage to include design system showcase (
0b8fbcc
) -
layout: Update Layout to use theme provider (
19d0965
)
Detailed Changes: v1.7.1...v1.8.0