Releases: contentstack/live-preview-sdk
Releases · contentstack/live-preview-sdk
Release list
v4.4.4
What's Changed
- fix: fixed the sideEffect issue due to setConfigFromParams by @contentstackMridul in #602
- fix: added update to stop the double firing of init in vb by @contentstackMridul in #600
- Vb 1504 remaining gaps by @contentstackMridul in #603
- feat: add page context helper for custom URL handling in Visual Builder by @kirtesh-cstk in #605
- fix(VP-556): replace deprecated unload event with pagehide in page traversal by @kirtesh-cstk in #599
- Develop v4 by @kirtesh-cstk in #606
- chore: update docs and readme by @kirtesh-cstk in #607
- Release v4.4.4 by @kirtesh-cstk in #608
Full Changelog: v4.4.3...v4.4.4
v4.4.3
What's Changed
- test: added test cases for post message hook by @contentstackMridul in #591
- test: added unit test cases fo visual builder specific to mode by @contentstackMridul in #592
- feat(VB-1583): restrict toolbar actions for multiple custom field instances by @hitesh-shetty-cstk in #593
- test: added test cases of useCollab / preview share by @contentstackMridul in #595
- fix: added changes of new tab init related remaining code by @contentstackMridul in #597
- release: v4.4.3 by @hitesh-shetty-cstk in #604
Full Changelog: v4.4.2...v4.4.3
v4.4.2
What's Changed
- fix(security): bump dompurify from ^3.4.0 to ^3.4.1 by @hitesh-shetty-cstk in #588
- fix(discussions): emit REQUEST_DISCUSSION_HIGHLIGHTS when iframe CSLPs mutate by @karancs06 in #583
- fix(VB-1541): hide field extension and comment icons on update-restricted fields by @SahilCs15 in #589
- fix(hover): guard generateCursor to fire only on new element hover by @hitesh-shetty-cstk in #590
- release: 4.4.2 by @hitesh-shetty-cstk in #596
Full Changelog: v4.4.1...v4.4.2
v4.4.1
What's Changed
- Add support for Variant highlights by @hiteshshetty-dev in #533
- feat: implement isValidCslp function for CSLP value validation by @hiteshshetty-dev in #547
- Optimize Development Build Performance by @hiteshshetty-dev in #548
- feat: vb to ve by @karancs06 in #554
- Vp 444 stag sync 2 by @csAdityaPachauri in #562
- stage v4 by @karancs06 in #565
- Vp 1721 fix known issues by @kirtesh-cstk in #581
- Fix 20 april snyk fixes 2 develop v4 sync by @csAdityaPachauri in #585
- chore: update vitest from v3 to v4 and its related dependencies by @kirtesh-cstk in #586
- release: 4.4.1 by @hitesh-shetty-cstk in #587
- fix(snyk-fixes): snyk fixed by @csAdityaPachauri in #584
New Contributors
- @kirtesh-cstk made their first contribution in #581
Full Changelog: v4.4.0...v4.4.1
v4.4.0
What's Changed
- feat(visual-editor): request edit access workflow tooltips and canvas integration by @hiteshshetty-dev in #572
- fix(VB-1330): isFieldDisabled exactOptionalPropertyTypes for DTS build by @hiteshshetty-dev in #573
- fix(VP-1133/purge-flag): inversion added by @karancs06 in #577
- docs(readme): expand README for Live Preview, Timeline, Visual Editor, Studio (VB-665) by @hiteshshetty-dev in #575
- 6 apr release stage v4 by @karancs06 in #576
- v4.4.0 by @karancs06 in #578
- fix(VP-1133/purge-flag): inversion added by @csAdityaPachauri in #564
Full Changelog: v4.3.0...v4.4.0
v4.3.0
What's Changed
- v4.3.0 by @csAdityaPachauri in #566
changes
- Live Preview outside iframe
- isValidCslp CSLP validation
- Dev build performance
- Visual Builder → Visual Editor URL changes
- Variant highlights
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
- Remove toolbar and selection on mouse leave for VB by @hiteshshetty-dev in #518
- [Feat/VB-499] Added resolved variants' permission communication and field disablement by @csAyushDubey in #517
- Update preact and preact/signals packages to fix global sCU issue by @hiteshshetty-dev in #520
- fix: update font-family to include sans-serif fallback in collab and visual builder styles by @hiteshshetty-dev in #519
- feat: adding post messages to link unlinked ct to variant group by @karancs06 in #514
- fix: Canvas element not selectable after field change by @hiteshshetty-dev in #527
- fix: handle empty data-cslp attributes in getEntryIdentifiersInCurrentPage function by @hiteshshetty-dev in #528
- Vitest 3 optimizing by @karancs06 in #524
- Highlight variant changes by @csAyushDubey in #549
- v4.2.1 by @csAyushDubey in #550
- v4.2.1 (version bump) by @csAyushDubey in #553
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- fix: audit by @karancs06 in #536
- [Snyk] Upgrade @preact/compat from 17.1.2 to 18.3.1 by @aravindbuilt in #328
- [Snyk] Upgrade goober from 2.1.14 to 2.1.16 by @aravindbuilt in #327
- [Snyk] Upgrade uuid from 8.3.2 to 11.0.3 by @aravindbuilt in #324
- [Snyk] Upgrade @preact/signals from 1.3.0 to 2.0.0 by @aravindbuilt in #326
- Update license copyright year(s) by @github-actions[bot] in #542
- v4.2.0 by @hiteshshetty-dev in #543
New Contributors
- @aravindbuilt made their first contribution in #328
Full Changelog: v4.1.3...v4.2.0
v4.1.3
General Changes
- Migration from vitest: 2.x.x to vitest: 3.x.x (Karan Gandhi - #532)
New Features
- feat: added resolved variants permission handling logic (csAyushDubey - 15c8f04)
- feat: added variant order handling logic (csAyushDubey - 47a6f29)
Fixes
- fix: handle invalid data-cslp attributes across multiple components to prevent errors (hiteshshetty-dev - ba91cb0)
- fix: partial state clear when DOM is not visible during mutuation and resize checks (hiteshshetty-dev - 74e6e5b)
- fix: handle empty data-cslp attributes in getEntryIdentifiersInCurrentPage function (hiteshshetty-dev - 34b7e42)
- fix: added removal for class (csAyushDubey - f3d83b7)
Chores And Housekeeping
- chore: add TODOs for overlay and toolbar position logic to consolidate with existing methods (hiteshshetty-dev - 48e6c69)
Changes to Test Assests
- test: added test cases (csAyushDubey - 1ba0b65)
- test: add additional header element to getEntryIdentifiersInCurrentPage test case (hiteshshetty-dev - b1da67e)
Full Changelog: v4.1.2...v4.1.3
v4.1.2
What's Changed
Bug fixes:
- Toolbar and outline improper display when user moves out of canvas in VB
- Upgrades preact and preact/signal to avoid global sCU issue
- Adds fallback font-family for VB DOMs
Full Changelog: v4.1.1...v4.1.2