Changelog
All notable changes to this project will be documented here.
View on GitHubMajor release with breaking changes and new features.
- addedNew authentication system with OAuth 2.0 support
- addedDark mode support across all components
- changedUpgraded to React 19 with concurrent features
- changedRedesigned dashboard layout for better usability
- removedLegacy API v1 endpoints (deprecated since 1.5.0)
- securityFixed XSS vulnerability in markdown renderer
- fixedResolved memory leak in WebSocket connection handler
- fixedCorrected timezone handling in date picker component
- changedImproved error messages for form validation
- fixedHot reload not working on Windows systems
- fixedIncorrect padding on mobile navigation menu
Feature release with performance improvements.
- addedServer-side rendering support for all pages
- addedNew chart components with D3 integration
- changedReduced bundle size by 40% through tree shaking
- changedMigrated from Webpack to Vite for faster builds
- fixedRace condition in concurrent API requests
- addedMulti-language support with i18n integration
- addedKeyboard shortcuts for common actions
- changedUpdated design tokens for better consistency
- securityPatched dependency vulnerability in lodash