@roqajs/vite-plugin 0.0.1 → 0.0.3

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 (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.0.3] - 2026-01-10
9
+
10
+ ### Fixed
11
+
12
+ - Updated `roqa` dependency to 0.0.3 with critical memory leak fix for `<For>` loops with external cell bindings
13
+
14
+ ## [0.0.2] - 2026-01-10
15
+
16
+ ### Fixed
17
+
18
+ - Updated `roqa` dependency to 0.0.2 with reactive binding fix for `<For>` loops
19
+
8
20
  ## [0.0.1] - 2026-01-10
9
21
 
10
22
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roqajs/vite-plugin",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Vite plugin for the Roqa UI framework",
5
5
  "keywords": [
6
6
  "vite",
@@ -45,7 +45,7 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "roqa": "0.0.1"
48
+ "roqa": "0.0.3"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "vite": "^6.0.0 || ^7.0.0"