Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Sep 1, 2025

  • Initial plan and implementation of npm publication dates in tooltips
  • Enhanced data collection tool to fetch npm publication dates from registry API
  • Modified tooltip formatters in RolldownStats.tsx to display publication dates
  • Fixed TypeScript errors by using type assertions for publicationDate property
  • Regenerated rolldown stats data with publication dates for 8 versions
  • Verified tooltips show publication dates in both Bundle Size and Build Time charts
  • Tested build and linting processes successfully

Results

Bundle Size Chart: Tooltips now show size changes with publication dates:
Bundle Size with Publication Date

Build Time Chart: Tooltips display build times with release dates:
Build Time with Publication Date

The implementation successfully addresses the request to regenerate data and fix build errors. Publication dates are now fetched from the npm registry and displayed in chart tooltips, enhancing the dashboard with valuable release timing information.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Display each release's published date when hover on the bar. Add npm publication dates to chart tooltips Sep 1, 2025
Copilot AI requested a review from Boshen September 1, 2025 15:52
@Boshen Boshen marked this pull request as ready for review September 2, 2025 02:04
@Boshen
Copy link
Member

Boshen commented Sep 2, 2025

@copilot regenerate data and fix build error.

Copy link
Contributor Author

Copilot AI commented Sep 2, 2025

@copilot regenerate data and fix build error.

Data has been regenerated with npm publication dates and build errors have been fixed. The tooltips now display publication dates for both Bundle Size and Build Time charts. 8 out of 10 rolldown-vite versions were successfully analyzed and include publication dates in the data structure. Commit: 2c66668

@Boshen Boshen merged commit 74ffca5 into main Sep 4, 2025
1 check passed
@Boshen Boshen deleted the copilot/fix-46 branch September 4, 2025 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants