@scaleflex/template-builder 0.4.0 → 0.4.1
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.
|
@@ -61,7 +61,7 @@ npm i @scaleflex/template-builder
|
|
|
61
61
|
Or via CDN (self-registering, Lit bundled in — pin the major):
|
|
62
62
|
|
|
63
63
|
```html
|
|
64
|
-
<script type="module" src="https://cdn.cloudimage.io/template-builder/0.4.
|
|
64
|
+
<script type="module" src="https://cdn.cloudimage.io/template-builder/0.4.1/template-builder.min.js"></script>
|
|
65
65
|
```
|
|
66
66
|
|
|
67
67
|
**SSR caution:** the element extends `HTMLElement`, so importing `.`,
|
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,16 @@ deployment and vice versa.
|
|
|
10
10
|
|
|
11
11
|
## [Unreleased]
|
|
12
12
|
|
|
13
|
+
## [0.4.1] - 2026-08-26
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Demo page defaults: `dam-store` is always on (the toggle is gone from the
|
|
18
|
+
panel — the feature stays a host choice via the attribute), authentication
|
|
19
|
+
defaults to the security template (guest) and the editor opens as a modal.
|
|
20
|
+
No library changes; the release exists to publish the demo and sandbox
|
|
21
|
+
pages on fresh CDN paths.
|
|
22
|
+
|
|
13
23
|
## [0.4.0] - 2026-08-26
|
|
14
24
|
|
|
15
25
|
### Added
|
package/README.md
CHANGED
|
@@ -115,7 +115,7 @@ npm i @scaleflex/template-builder
|
|
|
115
115
|
### CDN
|
|
116
116
|
|
|
117
117
|
```html
|
|
118
|
-
<script type="module" src="https://cdn.cloudimage.io/template-builder/0.4.
|
|
118
|
+
<script type="module" src="https://cdn.cloudimage.io/template-builder/0.4.1/template-builder.min.js"></script>
|
|
119
119
|
```
|
|
120
120
|
|
|
121
121
|
The CDN bundle is self-registering — it defines `<sfx-template-builder>` on
|
package/package.json
CHANGED