Skip to content

Tags: Ahoo-Wang/CoSky

Tags

v5.2.9

Toggle v5.2.9's commit message
feat(layout): persist sidebar collapse state using local storage

- Replace useState with custom useLayoutCollapsed hook
- Implement layout collapse state persistence across sessions
- Remove breakpoint prop from Sider component
- Add useCollapsed context for managing layout state
- Integrate KeyStorage for storing collapsed state in local storage

v5.2.8

Toggle v5.2.8's commit message
refactor(topology): improve node layout with layered structure

- Replace grid layout with source-intermediate-target layered layout
- Add layoutLayer function to handle node positioning within layers
- Implement horizontal and vertical spacing for better node distribution
- Sort nodes within each layer for consistent ordering
- Increase layer spacing to 400px for clear separation
- Limit max nodes per row to 6 for improved readability
- Update node positioning logic to use computed coordinates

v5.2.6

Toggle v5.2.6's commit message
docs(readme): improve formatting and add dashboard login section

- Wrap long lines for better readability in README.md
- Add dashboard login section with image reference
- Update table formatting in feature comparison section
- Improve line breaks in Chinese README for login section

v5.2.5

Toggle v5.2.5's commit message
chore(release): bump version to 5.2.5

- Update project version from 5.2.3 to 5.2.5
- Prepare for next release cycle
- Sync version across all modules
- Update version references in documentation
- Ensure consistent versioning for artifacts
- Trigger CI/CD pipeline with new version

v5.2.3

Toggle v5.2.3's commit message
refactor(config): update redis autoconfiguration class references

- Replace deprecated RedisAutoConfiguration with DataRedisAutoConfiguration
- Replace deprecated RedisReactiveAutoConfiguration with DataRedisReactiveAutoConfiguration
- Remove explicit redis autoconfiguration imports from CoSkyConfigBootstrapConfiguration
- Update spring.factories to use new data redis autoconfiguration classes

v5.2.2

Toggle v5.2.2's commit message
feat(security): replace Spin with Skeleton in ProtectedRoute

- Updated loading indicator from Spin to Skeleton
- Improved UI consistency with existing components
- Enhanced accessibility with better loading semantics
- Reduced bundle size by using lighter component
- Maintained same functionality and user experience

v5.2.1

Toggle v5.2.1's commit message
chore(dashboard): bump version to 5.2.1

- Updated package.json version from 5.0.0 to 5.2.1

v5.2.0

Toggle v5.2.0's commit message
chore(release): bump version to 5.2.0

- Updated project version from 5.1.8 to 5.2.0
- Prepared for next release cycle
- Maintained existing description and metadata configuration

v5.1.6

Toggle v5.1.6's commit message
refactor(antd): replace message with App.useApp hook

- Updated imports to use App component from antd instead of message
- Replaced message usage with App.useApp() hook in multiple components
- Wrapped main app with AntdApp provider for proper context access
- Ensured consistent message handling across dashboard components
- Removed direct message imports from individual files
- Added App.useApp() hook to access message instance in each component

v5.1.5

Toggle v5.1.5's commit message
chore(release): bump version to 5.1.5

- Updated project version from 5.1.3 to 5.1.5
- Maintained existing description and website information
- Kept all other gradle properties unchanged