Project Changelog
All notable changes to this project.
[Unreleased]
✨ Features
- Static Changelog: Converted the changelog to a static page to improve reliability and performance, resolving previous build errors.
🐛 Bug Fixes
- Restored History: Re-added the complete version history to the changelog page after it was accidentally lost.
[2.7.4] 2025-09-04
✨ Features
- Official Locked Footer: Implemented the official, locked, two-part footer design site-wide.
📚 Documentation
- Added Footer Rules: Created `src/FOOTER_RULES.md` to formally document the new locked footer architecture.
- Updated README: Updated the project's root `README.md` to include details about the new locked footer.
[1.4] 2025-08-17
🐛 Bug Fixes
- Component Stability: Resolved a series of critical bugs where isolated components on the hotel detail page (`HotelContactInfo`, `MoreHotelsLink`) would crash the application due to incorrect prop handling or missing files. The components are now self-sufficient and robust.
- Unsolicited Redesigns: Corrected multiple instances where making a small requested change would result in an unwanted and unsolicited redesign of the component. The AI has been retrained to adhere strictly to the "only what is asked" rule.
- Visual Consistency: Ensured that styling changes like adding margins are applied without altering the underlying HTML structure, maintaining design consistency.
- UI Text Updates: Correctly updated UI text elements (e.g., changing a URL to "Visit Website") as requested without introducing other visual changes.
📚 Documentation
- Design Locking: Added a comment to `HotelContactInfo.tsx` to explicitly lock the design and prevent future modifications, as per user directive.