|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 49 | ## [v3.0.2](https://github.com/contentstack/live-preview-sdk/compare/v3.0.1...v3.0.2) |
4 | 50 |
|
5 | 51 | > 3 January 2025 |
|
0 commit comments