You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
## Change log
2
2
3
+
### Version: 1.3.6
4
+
#### Date: Jan-05-2026
5
+
- Fix: Resolve qa dependency snyk issue
6
+
7
+
### Version: 1.3.5
8
+
#### Date: Dec-15-2025
9
+
- Fix: Added package.json with "type": "module" to dist/esm/ directory to resolve CommonJS/ESM module format mismatch error when importing ESM builds
10
+
11
+
### Version: 1.3.4
12
+
#### Date: Nov-26-2025
13
+
- Fix: Prevent baseURL concatenation when absolute URLs (http:// or https://) are passed to getData() or created by live preview, preventing malformed URLs
14
+
3
15
### Version: 1.3.3
4
16
#### Date: Nov-10-2025
5
17
- Fix: Added 'exports' field to package.json to fix ESM import error where '@contentstack/core' does not provide an export named 'getData' in modern ESM environments (e.g., Nuxt.js, Vite)
0 commit comments