Files
Laca-City/frontend/node_modules/damerau-levenshtein/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

1.5 KiB

Change Log

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog. This project adheres to Semantic Versioning.

[Unreleased]

[1.0.8] - 2021-12-20

Security:

  • Upgrade mocha to > 9.0.0 (fixes three security vulnerabilities brought by transitive dependencies)

[1.0.7] - 2021-05-05

Fixed:

  • The scripts/update-changelog.sh wouldn't work without gsed in path

Security:

  • Upgrade lodash (transitive development dependency) #17
  • Upgrade yargs/y18n (transitive development dependency) #18

[1.0.6] - 2020-01-27

Changed:

  • Upgrade lodash to version 4.17.15 #16

[1.0.5] - 2019-05-09

Changed:

  • Upgrade Mocha to version 6.1.4 #12 by @whyboris
  • Example use in README.md by @whyboris

[1.0.4] - 2017-03-24

Fixed:

  • Fails in strict mode #7 by @gilly3

[1.0.3] - 2016-09-26

Fixed:

  • A title of this document :P

Added:

  • List of contributors
  • Bugs URL
  • Git repository URL

[1.0.2] - 2016-09-26

Fixed:

  • Similarity 0 returned for equal strings #4 by @tad-lispy

[1.0.1] - 2016-09-12

Fixed:

  • Wrong results for transposition #2 by @g-adolph

Added:

  • First unit test by @g-adolph
  • A Change Log :) by @tad-lispy

[1.0.0] - 2016-02-23

Fixed:

  • Update README to match the actual output by @gilly3

[0.1.3] - 2013-09-02

Fixed:

  • Clear matrix on each call @tad-lispy
  • Always return an object @tad-lispy

[0.1.2] - 2013-08-29

Added:

  • ReadMe

[0.1.1] - 2013-08-28

Added:

  • Initial working release @tad-lispy