Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gsinghjay/data-dashboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: gsinghjay/data-dashboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on May 11, 2025

  1. Copy the full SHA
    25c41a3 View commit details
  2. Copy the full SHA
    15c4ddd View commit details
  3. Copy the full SHA
    18c2934 View commit details
  4. Copy the full SHA
    5bcdff4 View commit details
  5. Merge pull request #15 from gsinghjay/feat/edu-milestones

    Implement Educational Milestones Visualization
    gsinghjay authored May 11, 2025
    Copy the full SHA
    70d30d1 View commit details
  6. 1.14.0

    Automatically generated by python-semantic-release
    semantic-release committed May 11, 2025
    Copy the full SHA
    c7931bb View commit details
Showing with 556 additions and 7 deletions.
  1. +14 −0 CHANGELOG.md
  2. +538 −0 src/components/charts/FertilityMilestonesChart.tsx
  3. +2 −1 src/components/charts/index.ts
  4. +2 −6 src/components/layout/NarrativeFlow.tsx
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# CHANGELOG


## v1.14.0 (2025-05-11)

### Features

- Export FertilityMilestonesChart component
([`15c4ddd`](https://github.com/gsinghjay/data-dashboard/commit/15c4ddd195b69a06d28688cd1b18c6e0c5ccd54a))

- Implement educational milestones visualization chart
([`25c41a3`](https://github.com/gsinghjay/data-dashboard/commit/25c41a343ca3a93c63e491dbd7a87bf0a6fd1c2b))

- Integrate educational milestones visualization into narrative flow
([`18c2934`](https://github.com/gsinghjay/data-dashboard/commit/18c2934e73654294427e6bff36acbd8226157cc9))


## v1.13.0 (2025-05-11)

### Bug Fixes
Loading