@momentumcms/server-analog 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/index.cjs +762 -214
  3. package/index.js +766 -212
  4. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ ## 0.4.0 (2026-02-22)
2
+
3
+ ### 🚀 Features
4
+
5
+ - blocks showcase with articles, pages, and UI fixes ([#36](https://github.com/DonaldMurillo/momentum-cms/pull/36))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - resolve all E2E test failures across Angular and Analog suites ([35c2285](https://github.com/DonaldMurillo/momentum-cms/commit/35c2285))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Claude Opus 4.6
14
+ - Donald Murillo @DonaldMurillo
15
+
16
+ ## 0.3.0 (2026-02-20)
17
+
18
+ ### 🚀 Features
19
+
20
+ - add named tabs support with nested data grouping and UI improvements ([#30](https://github.com/DonaldMurillo/momentum-cms/pull/30))
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - Claude Opus 4.6
25
+ - Donald Murillo @DonaldMurillo
26
+
1
27
  ## 0.2.0 (2026-02-17)
2
28
 
3
29
  This was a version bump only for server-analog to align it with other projects, there were no code changes.