You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/dynamiatools/framework/actions/workflows/maven.yml)
7
7
[](https://github.com/dynamiatools/framework/actions/workflows/release.yml)
Starting with version **26.1**, Dynamia Platform adopts **Calendar Versioning (CalVer)** with the format `YY.MINOR`. This means:
19
+
Starting with version **26.2.0**, Dynamia Platform adopts **Calendar Versioning (CalVer)** with the format `YY.MM.MINOR`. This means:
20
20
-**All modules share the same version**: Core, extensions, starters, themes—everything is released together
21
-
-**26.1** = First release of 2026 (Year 26, Minor release 1)
21
+
-**26.2.0** = First release of February 2026 (Year 26, Month 02, Release 0)
22
+
-**26.2.1** = Second release of February 2026
23
+
-**26.3.0** = First release of March 2026
22
24
-**Unified releases** ensure compatibility and simplify dependency management
23
25
- No more version mismatches between platform components!
24
26
27
+
**Examples**:
28
+
-`26.2.0` → February 2026, first release
29
+
-`26.2.1` → February 2026, second release (hotfix or minor update)
30
+
-`26.12.3` → December 2026, fourth release
31
+
25
32
## 🚀 What Makes Dynamia Platform Special
26
33
27
34
Dynamia Platform represents a major evolution from DynamiaTools, bringing together:
@@ -32,6 +39,12 @@ Dynamia Platform represents a major evolution from DynamiaTools, bringing togeth
32
39
-**Enterprise-Grade**: Built for scalability, multi-tenancy, and security
33
40
-**Developer Experience**: Focus on productivity and code simplicity
34
41
42
+
### 🎨 Automatic Frontend Generation
43
+
44
+
By default, **Dynamia Platform automatically generates full-featured web interfaces** using **ZK Framework**, a powerful server-side component framework that eliminates the need to write JavaScript, HTML, or CSS manually. Simply define your entities and view descriptors, and ZK renders responsive, interactive UIs with zero frontend code.
45
+
46
+
**Coming Soon**: In upcoming releases, Dynamia Platform will support **modern frontend frameworks** like **React**, **Vue**, and **Angular**, giving you the flexibility to choose your preferred technology stack while maintaining the same automatic generation capabilities. You'll be able to leverage our **TypeScript SDK** and pre-built components to build modern, decoupled SPAs that consume Dynamia's RESTful APIs.
47
+
35
48
## ✨ Core Capabilities
36
49
37
50
-**Automatic CRUD Generation**: Define entities, get full-featured interfaces instantly
@@ -218,29 +231,29 @@ Enterprise authentication and authorization:
0 commit comments