Navigation
ESC
[↑↓] Navigate [↵] Select
Command Palette
System / Evolution

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/astro into the base Layout.astro.
  • Visitor Tracking: Enabled privacy-first analytics to monitor page views and unique visitors.
  • UI Refinement: Increased social icon sizes to w-6 in global components (Header, Hero, Footer) and w-5 in project details.
  • Header Optimization: Implemented disableHeaderScroll prop in Layout.astro to 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.astro to reduce redundancy and favor the more interpretable “Top Corredores de Alta Velocidad” section.
  • Documentation: Updated CHANGES_GEMINI.md to 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 in type_distribution.json by replacing invalid NaN values with null.
  • 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 .mdx format.
  • 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.