Skip to main content

January 2025

📅 2025-01-04

🛠️ Site Improvements

  • Upgraded Docusaurus: Updated from v2.3.1 to v3.8.1 for better performance and React 18 support
    • Improved build times and modern React features
    • Better plugin architecture for extensibility
    • Enhanced development experience

🛠️ Added Changelog System

  • Implemented Changelog Plugin: Added dedicated changelog functionality with separate /changelog/ route
    • Created structured changelog system with yearly organization
    • Added navigation menu item for easy access
    • Set up templates for consistent changelog entries
    • Proper sidebar navigation for changelog sections

Template for Future Entries

When adding new changelog entries, use this format:

## 📅 YYYY-MM-DD

### 🛠️ Site Improvements / 📚 Documentation Updates / 📝 Blog Posts / 🔧 Bug Fixes / 🎨 Design Changes
- **Title**: Brief description of the change
- Additional details if needed
- Links to related content: [Link Text](URL)

Change Type Icons

  • 🛠️ Site Improvements
  • 📚 Documentation Updates
  • 📝 Blog Posts
  • 🔧 Bug Fixes
  • 🎨 Design Changes
  • ⚡ Performance Improvements
  • �� Security Updates