vanduo-framework 1.1.8-docs-update → 1.2.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Vanduo Framework v1.1.8
1
+ # Vanduo Framework v1.2.0
2
2
 
3
3
  <p align="center">
4
4
  <img src="vanduo-banner.svg" alt="Vanduo Framework Banner" width="100%">
@@ -19,7 +19,7 @@
19
19
 
20
20
  ## Overview
21
21
 
22
- A lightweight, pure HTML/CSS/JS framework for designing beautiful static websites. No dependencies, no build tools, just clean and simple code.
22
+ A lightweight, pure HTML/CSS/JS framework for designing beautiful interfaces. Zero runtime dependencies, no mandatory build tools, just clean and simple code.
23
23
 
24
24
  [**Browse Full Documentation &rarr;**]([https://vanduo.dev/#docs](https://vanduo.dev/#docs)
25
25
 
@@ -88,8 +88,8 @@ Load directly from jsDelivr — no download required:
88
88
 
89
89
  **Pin to a specific version** (recommended for production):
90
90
  ```html
91
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Nostromo-618/vanduo-framework@v1.1.8/dist/vanduo.min.css">
92
- <script src="https://cdn.jsdelivr.net/gh/Nostromo-618/vanduo-framework@v1.1.8/dist/vanduo.min.js"></script>
91
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Nostromo-618/vanduo-framework@v1.2.0/dist/vanduo.min.css">
92
+ <script src="https://cdn.jsdelivr.net/gh/Nostromo-618/vanduo-framework@v1.2.0/dist/vanduo.min.js"></script>
93
93
  <script>Vanduo.init();</script>
94
94
  ```
95
95
 
@@ -153,7 +153,7 @@ This project includes an [`llms.txt`](llms.txt) file — a structured markdown s
153
153
  Use the hardened upload script to attach only approved bundle artifacts from `dist/`:
154
154
 
155
155
  ```bash
156
- pnpm run release:assets -- v1.1.8
156
+ pnpm run release:assets -- v1.2.0
157
157
  ```
158
158
 
159
159
  Notes:
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.1.8-docs-update",
3
- "builtAt": "2026-02-22T09:56:37.796Z",
4
- "commit": "16b888f",
2
+ "version": "1.2.0",
3
+ "builtAt": "2026-02-22T21:37:34.965Z",
4
+ "commit": "64c88fd",
5
5
  "mode": "production"
6
6
  }