Files
Laca-City/frontend/node_modules/@tailwindcss/forms/CHANGELOG.md
PhongPham c65cc97a33 🎯 MapView v2.0 - Global Deployment Ready
 MAJOR FEATURES:
• Auto-zoom intelligence với smart bounds fitting
• Enhanced 3D GPS markers với pulsing effects
• Professional route display với 6-layer rendering
• Status-based parking icons với availability indicators
• Production-ready build optimizations

🗺️ AUTO-ZOOM FEATURES:
• Smart bounds fitting cho GPS + selected parking
• Adaptive padding (50px) cho visual balance
• Max zoom control (level 16) để tránh quá gần
• Dynamic centering khi không có selection

🎨 ENHANCED VISUALS:
• 3D GPS marker với multi-layer pulse effects
• Advanced parking icons với status colors
• Selection highlighting với animation
• Dimming system cho non-selected items

🛣️ ROUTE SYSTEM:
• OpenRouteService API integration
• Multi-layer route rendering (glow, shadow, main, animated)
• Real-time distance & duration calculation
• Visual route info trong popup

📱 PRODUCTION READY:
• SSR safe với dynamic imports
• Build errors resolved
• Global deployment via Vercel
• Optimized performance

🌍 DEPLOYMENT:
• Vercel: https://whatever-ctk2auuxr-phong12hexdockworks-projects.vercel.app
• Bundle size: 22.8 kB optimized
• Global CDN distribution
• HTTPS enabled

💾 VERSION CONTROL:
• MapView-v2.0.tsx backup created
• MAPVIEW_VERSIONS.md documentation
• Full version history tracking
2025-07-20 19:52:16 +07:00

7.5 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

  • Nothing yet!

0.5.10 - 2025-01-07

Fixed

  • Support installing with beta versions of Tailwind CSS v4 (#163)

0.5.9 - 2024-09-05

Fixed

  • Fallback to static chevron color if theme is using variables (#167)

0.5.8 - 2024-08-28

Fixed

  • Support installing with alpha versions of Tailwind CSS v4 (#163)

0.5.7 - 2023-11-10

Fixed

  • Use normal checkbox and radio appearance in forced-colors mode (#152)

0.5.6 - 2023-08-28

Fixed

  • Fix date time bottom spacing on MacOS Safari (#146)

0.5.5 - 2023-08-22

Fixed

  • Fix text alignment on date and time inputs on iOS (#144)

0.5.4 - 2023-07-13

Fixed

  • Remove chevron for selects with a non-default size (#137)
  • Allow for without type (#141)

0.5.3 - 2022-09-02

Fixed

  • Update TypeScript types (#126)

0.5.2 - 2022-05-18

Added

  • Add TypeScript type declarations (#118)

0.5.1 - 2022-05-03

Fixed

  • Remove duplicate outline property (#116)
  • Fix autoprefixer warning about color-adjust (#115)

0.5.0 - 2022-03-02

Changed

  • Generate both global styles and classes by default (#71)

0.4.1 - 2022-03-02

Added

  • Remove dist folder and related dependencies (#96)

Fixed

  • Use addComponents for class strategy (#91)
  • Fix extra height on Safari date/time inputs (#109)

0.4.0 - 2021-12-09

Changed

  • Update color palette references for v3 (#83)
  • Don't read outline.none value from config (#89)

0.3.4 - 2021-09-28

Fixed

  • Fix compatibility with optimizeUniversalDefaults experimental feature in Tailwind CSS v2.2 (#81)

0.3.3 - 2021-06-03

Fixed

  • Fix typo in selector when using class strategy that breaks background colors on checkboxes and radio buttons (#72)

0.3.2 - 2021-03-26

Fixed

  • Filter null rules for JIT compatibility (b4c4e03)

0.3.1 - 2021-03-26

Fixed

  • Use base as default strategy, not class (#61)

0.3.0 - 2021-03-25

Added

  • Add class strategy for you babies and your custom select and date picker libraries ;) (#39)

0.2.1 - 2020-11-17

Fixed

  • Fix issue where default checkbox/radio border color took precedence over user border color on focus (d0b9fd9)

0.2.0 - 2020-11-16

Changed

  • Update form styles to be less opinionated and encourage custom styling (3288709)
  • Update custom property names to match namespaced variables in Tailwind CSS v2.0 (adb9807, bbd8510)

0.1.4 - 2020-11-12

Fixed

  • Fix SVG background images not rendering properly in all browsers (#5)

0.1.3 - 2020-11-12

Changed

  • Update focus styles to account for changes to ring API in latest Tailwind CSS 2.0 alpha (5c16689)

0.1.2 - 2020-11-11

Fixed

  • Work around iOS Safari bug that causes date inputs to render with no height when empty (b98365b)

0.1.1 - 2020-11-11

Changed

  • Move tailwindcss to dependencies, hoping to get it working with Tailwind Play (d625ea1)

0.1.0 - 2020-11-11

Initial release!