Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
28ea4b2
Merge pull request #533 from contentstack/VB-138+sync-dev
hiteshshetty-dev Jan 2, 2026
03964af
feat: implement isValidCslp function for CSLP value validation and ad…
hitesh-shetty-cstk Jan 13, 2026
726a417
Merge branch 'stage_v4' into develop_v4
karancs06 Jan 13, 2026
a915960
Merge remote-tracking branch 'origin/develop_v4' into VB-694+sync
hitesh-shetty-cstk Jan 13, 2026
ad42ec1
test: mock extractDetailsFromCslp function in useRevalidateFieldDataP…
hitesh-shetty-cstk Jan 13, 2026
b1db0fc
test: enhance tests by mocking isValidCslp function in variant-relate…
hitesh-shetty-cstk Jan 13, 2026
bbfcf29
Merge remote-tracking branch 'origin/VB-694' into VB-694+sync
hitesh-shetty-cstk Jan 13, 2026
9496491
Merge pull request #547 from contentstack/VB-694+sync
hiteshshetty-dev Jan 16, 2026
db0fa6a
chore: update tsup configuration to ignore legacy build & dts during …
hitesh-shetty-cstk Jan 16, 2026
52665c4
chore: upgrade tsup to latest version
hitesh-shetty-cstk Jan 16, 2026
45d85f4
chore: update doc for dev build mode
hitesh-shetty-cstk Jan 16, 2026
5aa5327
Merge remote-tracking branch 'origin/stage_v4' into VB-676
hitesh-shetty-cstk Jan 16, 2026
02410be
Merge pull request #548 from contentstack/VB-676
hiteshshetty-dev Jan 22, 2026
2103266
chore: version bump
csAyushDubey Jan 27, 2026
f96d848
chore: lodash-es version upgrade
csAyushDubey Jan 27, 2026
7e90efb
feat: vb to ve
karancs06 Feb 16, 2026
64dfdc6
Merge remote-tracking branch 'origin/main' into develop_v4
hitesh-shetty-cstk Feb 16, 2026
d05112c
Merge pull request #554 from contentstack/vb-to-ve-support
karancs06 Feb 16, 2026
d2eadb9
Merge remote-tracking branch 'origin/develop_v4' into develop_v4
hitesh-shetty-cstk Feb 16, 2026
f4e723e
Vp 444 stag sync 2 (#562)
csAdityaPachauri Mar 13, 2026
48e0c35
chore: audit fix
karancs06 Mar 18, 2026
c8fc00d
Merge pull request #565 from contentstack/develop_v4
karancs06 Mar 18, 2026
a53ba7c
Merge branch 'main' into stage_v4
csAdityaPachauri Mar 20, 2026
c340241
chore: lodash bump
kirtesh-cstk Apr 9, 2026
2cd613c
chore: make husky pre-push hook executable
kirtesh-cstk Apr 9, 2026
69fea25
Merge pull request #581 from contentstack/VP-1721-fix-known-issues
kirtesh-cstk Apr 9, 2026
3daafbe
fix(snyk-fixes): snyk fixed
csAdityaPachauri Apr 20, 2026
b6a4764
Merge branch 'fix-20-april-snyk-fixes-2' into fix-20-april-snyk-fixes…
csAdityaPachauri Apr 20, 2026
0f52061
Merge pull request #585 from contentstack/fix-20-april-snyk-fixes-2-d…
csAdityaPachauri Apr 20, 2026
ece4aef
chore: update uuid to version 14.0.0 and add vite override
kirtesh-cstk Apr 24, 2026
0862fe0
fix: bump vitest from v3 to v4 and other dependencies related to it
kirtesh-cstk Apr 24, 2026
774c1c4
fix: upgrade @contentstack/advanced-post-message to version 0.0.5
hitesh-shetty-cstk Apr 27, 2026
c055417
Merge pull request #586 from contentstack/VP-1829-upgrade-uuid-and-fi…
hitesh-shetty-cstk Apr 27, 2026
be798e3
Merge origin/stage_v4 into stage_v4 — resolve version conflicts (4.3.…
hitesh-shetty-cstk Apr 28, 2026
167e6d1
chore: apply lint fixes to README.md
hitesh-shetty-cstk Apr 28, 2026
37d5bfa
Merge branch 'develop_v4' into stage_v4
hitesh-shetty-cstk Apr 28, 2026
f91bd65
4.4.1
hitesh-shetty-cstk Apr 28, 2026
e5e0106
docs: update CDN version reference to 4.4.1 in README
hitesh-shetty-cstk Apr 28, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified .husky/pre-push
100644 → 100755
Empty file.
59 changes: 53 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,62 @@
# Changelog

## [v4.4.0](https://github.com/contentstack/live-preview-sdk/compare/v4.4.0...v4.4.0)
## [v4.4.1](https://github.com/contentstack/live-preview-sdk/compare/v4.4.0...v4.4.1)

> 2 April 2026
> 28 April 2026

## [v4.4.0](https://github.com/contentstack/live-preview-sdk/compare/v4.3.1...v4.4.0)
### New Features

- feat: vb to ve (Karan Gandhi - [#554](https://github.com/contentstack/live-preview-sdk/pull/554))
- feat: implement isValidCslp function for CSLP value validation (Hitesh Shetty - [#547](https://github.com/contentstack/live-preview-sdk/pull/547))

### Chores And Housekeeping

- chore: update vitest from v3 to v4 and its related dependencies (Hitesh Shetty - [#586](https://github.com/contentstack/live-preview-sdk/pull/586))

### General Changes

- Fix 20 april snyk fixes 2 develop v4 sync (Aditya Pachauri - [#585](https://github.com/contentstack/live-preview-sdk/pull/585))
- Vp 1721 fix known issues (Kirtesh Suthar - [#581](https://github.com/contentstack/live-preview-sdk/pull/581))
- Vp 444 stag sync 2 (Aditya Pachauri - [#562](https://github.com/contentstack/live-preview-sdk/pull/562))
- Optimize Development Build Performance (Hitesh Shetty - [#548](https://github.com/contentstack/live-preview-sdk/pull/548))
- Add support for Variant highlights (Hitesh Shetty - [#533](https://github.com/contentstack/live-preview-sdk/pull/533))

### New Features

- feat: implement isValidCslp function for CSLP value validation and add corresponding tests (hiteshshetty-dev - [03964af](https://github.com/contentstack/live-preview-sdk/commit/03964afb67a548c7cc0be75a9b4e8ad14c866008))

### Fixes

- fix: bump vitest from v3 to v4 and other dependencies related to it (Kirtesh Suthar - [0862fe0](https://github.com/contentstack/live-preview-sdk/commit/0862fe07ab7d0a7f0bcc25620eaab60f64becec0))
- fix: upgrade @contentstack/advanced-post-message to version 0.0.5 (hitesh-shetty-cstk - [774c1c4](https://github.com/contentstack/live-preview-sdk/commit/774c1c480451b509260b8b4338987947c8d62c45))
- fix(snyk-fixes): snyk fixed (Aditya Pachauri - [3daafbe](https://github.com/contentstack/live-preview-sdk/commit/3daafbe3d7a8b084bf4b47c9934389da6ee2761c))

### Chores And Housekeeping

- chore: apply lint fixes to README.md (hitesh-shetty-cstk - [167e6d1](https://github.com/contentstack/live-preview-sdk/commit/167e6d1a24e5bd9b17f43d96a9671b25e60ab4d6))
- chore: update uuid to version 14.0.0 and add vite override (Kirtesh Suthar - [ece4aef](https://github.com/contentstack/live-preview-sdk/commit/ece4aefce7dc6a996d432853791942980db13ccb))
- chore: audit fix (Karan Gandhi - [48e0c35](https://github.com/contentstack/live-preview-sdk/commit/48e0c35672caa4f54204003de6422830fa1379de))
- chore: lodash bump (Kirtesh Suthar - [c340241](https://github.com/contentstack/live-preview-sdk/commit/c34024178dcd5522399364fd75d1b5f33f58c35d))
- chore: lodash-es version upgrade (csAyushDubey - [f96d848](https://github.com/contentstack/live-preview-sdk/commit/f96d8485cb97745698ecb55e3f695701f8c271fb))
- chore: update tsup configuration to ignore legacy build & dts during dev mode (hiteshshetty-dev - [db0fa6a](https://github.com/contentstack/live-preview-sdk/commit/db0fa6a8d289f22a3dc6fd2ee745b9ae60b85d0f))
- chore: update doc for dev build mode (hiteshshetty-dev - [45d85f4](https://github.com/contentstack/live-preview-sdk/commit/45d85f4107dd6bbaefdf771ae50ff08068f925ea))
- chore: upgrade tsup to latest version (hiteshshetty-dev - [52665c4](https://github.com/contentstack/live-preview-sdk/commit/52665c47ba54ccfeac31ca109789ff9f0a8e80e6))
- chore: make husky pre-push hook executable (Kirtesh Suthar - [2cd613c](https://github.com/contentstack/live-preview-sdk/commit/2cd613c28ee24855da2b1fc3914b07d0fb526713))
- chore: version bump (csAyushDubey - [2103266](https://github.com/contentstack/live-preview-sdk/commit/2103266fed8763285f5ea8e82a429a3b40015600))

### Changes to Test Assests

- test: enhance tests by mocking isValidCslp function in variant-related test cases (hiteshshetty-dev - [b1db0fc](https://github.com/contentstack/live-preview-sdk/commit/b1db0fce990b258d1cdf58ce29089b8edc49b7ad))
- test: mock extractDetailsFromCslp function in useRevalidateFieldDataPostMessageEvent tests (hiteshshetty-dev - [ad42ec1](https://github.com/contentstack/live-preview-sdk/commit/ad42ec1ae9268562dbcfbd4b09f7b36c83cf2768))

### General Changes

> 2 April 2026
- Merge origin/stage_v4 into stage_v4 — resolve version conflicts (4.3.0 → 4.4.0) (hitesh-shetty-cstk - [be798e3](https://github.com/contentstack/live-preview-sdk/commit/be798e30c2c82f57488407477482cd3e5273751f))
- Merge pull request #565 from contentstack/develop_v4 (Karan Bhavesh Gandhi - [c8fc00d](https://github.com/contentstack/live-preview-sdk/commit/c8fc00ddf53681e2bd5c08ad6d61799b236728ca))

## [v4.3.1](https://github.com/contentstack/live-preview-sdk/compare/v4.3.0...v4.3.1)
## [v4.4.0](https://github.com/contentstack/live-preview-sdk/compare/v4.3.0...v4.4.0)

> 2 April 2026
> 6 April 2026

### New Features

Expand Down Expand Up @@ -55,6 +101,7 @@

### General Changes

- Merge pull request #578 from contentstack/stage_v4 (Karan Bhavesh Gandhi - [7dbe992](https://github.com/contentstack/live-preview-sdk/commit/7dbe99233ad3920834147de9f67d63c8bd2895fc))
- Merge pull request #576 from contentstack/develop_v4 (Karan Bhavesh Gandhi - [2501855](https://github.com/contentstack/live-preview-sdk/commit/25018553092688922b523e70ac60a6a0363cec15))
- Merge pull request #577 from contentstack/VP-1133/purge-flag-4 (Karan Bhavesh Gandhi - [a621121](https://github.com/contentstack/live-preview-sdk/commit/a621121d15a2b518d75e39dbba996ba585439003))

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ npm install @contentstack/live-preview-utils

### Load from a CDN (advanced)

Pin the version to match your app (update `4.3.0` when you upgrade):
Pin the version to match your app (update `4.4.1` when you upgrade):

```html
<script type="module" crossorigin="anonymous">
import ContentstackLivePreview from "https://esm.sh/@contentstack/live-preview-utils@4.3.0";
import ContentstackLivePreview from "https://esm.sh/@contentstack/live-preview-utils@4.4.1";

ContentstackLivePreview.init({
stackDetails: {
Expand Down
Loading
Loading