web-manager 4.0.33 → 4.0.35
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.
- package/CHANGELOG.md +7 -0
- package/CLAUDE.md +0 -0
- package/README.md +481 -362
- package/dist/modules/auth.js +5 -7
- package/firebase-debug.log +168 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
15
15
|
- `Security` in case of vulnerabilities.
|
|
16
16
|
|
|
17
17
|
---
|
|
18
|
+
## [4.0.33] - 2025-12-12
|
|
19
|
+
### BREAKING
|
|
20
|
+
- `@text` binding action no longer auto-detects input/textarea elements. Use `@value` for inputs instead.
|
|
21
|
+
|
|
22
|
+
### Added
|
|
23
|
+
- Added `@value` binding action for explicitly setting input/textarea values.
|
|
24
|
+
|
|
18
25
|
## [4.0.31] - 2025-12-03
|
|
19
26
|
### Added
|
|
20
27
|
- Added HTML data attributes (`data-platform`, `data-runtime`, `data-device`) on initialization for CSS targeting.
|
package/CLAUDE.md
CHANGED
|
Binary file
|