Skip to content

Commit 3e1eb9e

Browse files
committed
3.1.0
1 parent 539bac3 commit 3e1eb9e

4 files changed

Lines changed: 50 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,51 @@
11
# Changelog
22

3+
## [v3.1.0](https://github.com/contentstack/live-preview-sdk/compare/v3.0.2...v3.1.0)
4+
5+
> 10 January 2025
6+
7+
### New Features
8+
9+
- feat: allow config object to be exported (Kirtesh Suthar - [#322](https://github.com/contentstack/live-preview-sdk/pull/322))
10+
11+
### Fixes
12+
13+
- fix(VE-4805): back button appears in quickform on clicking canvas (srinad007 - [#320](https://github.com/contentstack/live-preview-sdk/pull/320))
14+
- fix: issue with variant revert dropdown in canvas (srinad007 - [#317](https://github.com/contentstack/live-preview-sdk/pull/317))
15+
16+
### Chores And Housekeeping
17+
18+
- chore: remove snapshot testing (Kirtesh Suthar - [#319](https://github.com/contentstack/live-preview-sdk/pull/319))
19+
20+
### General Changes
21+
22+
- Feat/auto changelog (Kirtesh Suthar - [#321](https://github.com/contentstack/live-preview-sdk/pull/321))
23+
24+
### New Features
25+
26+
- feat: add changelog (Kirtesh Suthar - [29ab05a](https://github.com/contentstack/live-preview-sdk/commit/29ab05a654c3c3bb1f69fcc3822c4b937efc1b31))
27+
- feat: add commitlint configuration and update husky pre-commit hook (Kirtesh Suthar - [9aa10a8](https://github.com/contentstack/live-preview-sdk/commit/9aa10a8b9ee9c8ef94f90a2bb1dd70ec748a14cf))
28+
29+
### Fixes
30+
31+
- fix: issue with variant revert dropdown in canvas and show variant icon for multiple fields (Srinadh Reddy - [8718c48](https://github.com/contentstack/live-preview-sdk/commit/8718c4832f30606437da1fd18513006f21e0fd34))
32+
33+
### Chores And Housekeeping
34+
35+
- chore: remove debug log from addParamsToUrl function (hiteshshetty-dev - [eedf15b](https://github.com/contentstack/live-preview-sdk/commit/eedf15bc62ba36b51a4e50b62dcc43281b3c5761))
36+
37+
### Refactoring and Updates
38+
39+
- refactor: extract outside click handling to custom hook (Srinadh Reddy - [11c9b8b](https://github.com/contentstack/live-preview-sdk/commit/11c9b8b6a2142def339eb8796273bec6209ebd4e))
40+
41+
### Changes to Test Assests
42+
43+
- test: refactor skipping test modules (hiteshshetty-dev - [28b28be](https://github.com/contentstack/live-preview-sdk/commit/28b28be6171c52d00778a2406c601df9499efd02))
44+
- test: rename related test files; add new tests for getMultilinePlaintext and getDiscussionIdByFieldMetaData (hiteshshetty-dev - [b110ddc](https://github.com/contentstack/live-preview-sdk/commit/b110ddcc448349ad85319361766072ce6fc1795c))
45+
- test: add test cases for variantRevertDropdown component (Srinadh Reddy - [ba5fe41](https://github.com/contentstack/live-preview-sdk/commit/ba5fe410114f42269eaf53bb8721902fd343a7f6))
46+
- test: update mock type casting in visual builder tests (hiteshshetty-dev - [a2d4397](https://github.com/contentstack/live-preview-sdk/commit/a2d4397f53f114e5c7d19e3c0ea2329581e1009f))
47+
- test: enable number field test suite in visual builder input tests (hiteshshetty-dev - [0f59956](https://github.com/contentstack/live-preview-sdk/commit/0f5995635cb1cf29ccdac1ec45b1288b6d494e2d))
48+
349
## [v3.0.2](https://github.com/contentstack/live-preview-sdk/compare/v3.0.1...v3.0.2)
450

551
> 3 January 2025

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Alternatively, if you want to include the package directly in your website HTML
1616

1717
```html
1818
<script type='module' integrity='sha384-9M4o9H23Ax5ZTzsMRLgdlFBYk2hy+ub6XDiZhHWJjfebQ+MZ9iZw+GNep9ac0uFV' crossorigin="anonymous">
19-
import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@3.0.2';
19+
import ContentstackLivePreview from 'https://esm.sh/@contentstack/live-preview-utils@3.1.0';
2020
2121
ContentstackLivePreview.init({
2222
stackDetails: {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/live-preview-utils",
3-
"version": "3.0.2",
3+
"version": "3.1.0",
44
"description": "Contentstack provides the Live Preview SDK to establish a communication channel between the various Contentstack SDKs and your website, transmitting live changes to the preview pane.",
55
"type": "module",
66
"types": "dist/legacy/index.d.ts",

0 commit comments

Comments
 (0)