System / Evolution
Project
Project
Changelog
Tracking the evolution of this technical space.
Update
v1.1.3
Implementation of Vercel Analytics for visitor tracking.
- Vercel Analytics: Integrated
@vercel/analytics/astrointo the baseLayout.astro. - Visitor Tracking: Enabled privacy-first analytics to monitor page views and unique visitors.
- UI Refinement: Increased social icon sizes to
w-6in global components (Header,Hero,Footer) andw-5in project details. - Header Optimization: Implemented
disableHeaderScrollprop inLayout.astroto allow absolute positioning on mobile for specific pages, preventing content overlap on the “Ángeles Viales” project. - H-Vial Update: Removed the “Velocidades Mortales” map from the Multilevel Geographic Viewer in
angelesviales.astroto reduce redundancy and favor the more interpretable “Top Corredores de Alta Velocidad” section. - Documentation: Updated
CHANGES_GEMINI.mdto reflect the new UI and UX refinements.
Patch
v1.1.2
Data integrity fix and introduction for H-Vial project.
- Ángeles Viales: Added interactive map and Vega-Lite charts for road safety analysis.
- VegaChart Component: New reusable Astro component for interactive data visualization with Darkmatter styling.
- Data Fix: Resolved
Unexpected token 'N'error intype_distribution.jsonby replacing invalidNaNvalues withnull. - UI/UX: Added a formal introduction section to the project page, highlighting the road safety crisis in Hermosillo.
- Branding: Standardized project naming to “H-Vial”.
- Visuals: Corrected chart color highlighting logic to match Spanish data labels.
Minor
v1.1.0
Core UI unification and RSS Feed support.
- MDX Migration: Unified all blog and project posts into
.mdxformat. - UI Unification: Standardized header, metadata, and “Back to index” navigation for both Blog and Projects.
- Table of Contents: Added “On this page” sidebar with scroll-tracking highlights.
- RSS Feed: Initial implementation of the global RSS feed (
/rss.xml). - Smooth Navigation: Added smooth scroll behavior and fixed header padding for internal links.