Releases: dynamiatools/framework
Releases · dynamiatools/framework
v26.3.1
- Fix project description in npm
Full Changelog: 26.3.0...26.3.1
v26.3.0
What's Changed
- Upgrade to Spring Boot 4.0.3
- Feature: Migrate to jackson 3.0 by @marioserrano09 in #53
- New Typescript SDK with support for CRUDs, Application Metadata and more by @marioserrano09 in #54
- RestNavigationController code quality improve and documentation
Full Changelog: 26.2.3...26.3.0
26.2.3
What's Changed
- Minor fixes by @marioserrano09 in #51
- Refactor DefaultFieldCustomizer and TableViewRowRenderer to improve component configuration by @marioserrano09 in #52
- Dashboard layout fixes
- ObjectOperations setupBean improvements
- Fix ReportViewer with charts
Full Changelog: 26.2.2...26.2.3
v26.2.2
Full Changelog: 26.2.1...26.2.2
-Fix: Remove unnecesary format in datebox with LocalDateTime fields
v26.2.1
What's Changed
- improve documentation and icons handling by @marioserrano09 in #50
- More font icons alias
- EnumIconImage icon names resolutions improvments
Full Changelog: 26.2.0...26.2.1
26.2.0
🎉 Introducing CalVer Versioning
Dynamia Platform adopts Calendar Versioning (CalVer) starting with version 26.2.0!
What does this mean?
- Unified versioning: All modules (core, extensions, starters, themes) now share the same version
- Format:
YY.MM.MINOR(Year.Month.Release) - 26.2.0 = First release of February 2026
- No more version mismatches between platform components!
🚀 Major Updates
Core Platform
- ☕ Upgraded to Java 25 - Leveraging the latest JVM features and performance improvements
- 🚀 Spring Boot 4 Support - Full compatibility with the next-generation Spring ecosystem
- 🎨 ZK 10+ Integration - Enhanced UI framework capabilities and performance
- ⚡ Performance Optimizations - Improved startup time and runtime efficiency
Architecture Improvements
- 🔄 Synchronized Release Cycle - All components released together under unified version
- 📦 Simplified Dependency Management - Single version for all Dynamia artifacts
- 🛡️ Enhanced Security - Updated security modules and best practices
- ☁️ Cloud-Native Optimizations - Better containerization and cloud deployment support
Extensions
- Multi-Tenancy (SaaS) - Enhanced account management and isolation
- Email & SMS - Improved template system and delivery tracking
- Reporting - New export formats and chart visualizations
- Dashboard - Beautiful, responsive dashboards
- Security - Full RBAC security module
Full Changelog: 5.4.14...26.2.0
v5.4.14
What's Changed
- Fix in SpringApplicationEventsMessageService message events creation by @marioserrano09 in #46
Full Changelog: 5.4.13...5.4.14
v5.4.13
What's Changed
- UX, DX and performance improvements by @marioserrano09 in #45
- Enhance LongOperationMonitorWindow with additional start method and documentation
- Enhance AutoQueryCrudStateChangedListener to show busy indicator during query execution
- add
@Aliasannotation andAliasResolverclass for semantic aliasing; implementAliasBeanMapperfor property mapping based on aliases; add tests for alias resolution
Full Changelog: 5.4.12...5.4.13
v5.4.12
What's Changed
- ZK Long Operations reimplemented using EventQueue and events by @marioserrano09 in #44
- New Randoms utility class to generate randoms numbers, strings, dates and names
- Null checking improvements
- Documentation improvements
- Upgrade to Spring Boot 3.5.9
- Replace ObjectMapper references to JsonMapper or XmlMapper interfaces
- Fix: JsonView form ViewDescriptor now support jackson JavaTime modules for LocalDate and LocalTime classes
Full Changelog: 5.4.11...5.4.12
v5.4.11
What's Changed
- Disable auto include websocket js in lang-addon.xml by @marioserrano09 in #42
Full Changelog: 5.4.10...5.4.11