v3.2.2#435
Merged
hiteshshetty-dev merged 25 commits intomainfrom May 16, 2025
Merged
Conversation
…n inline editable fields A global state is used to track whether an input event was handled in the focussed field.
If no input was received on the contenteditable, but the value updated through preview data, as noTrigger was false, we would revert the field value to the previous one through the else clause.
Clear field schema map on variant change as it contains a field - isUnlinkedVariant which depends on the current selected variant for its value
…d-variant-switch fix(VE-6191): clear field schema map on variant change
New tests for appendFieldToolbar, add tests to check if getEntryPermissionsCached and isFieldDisabled are used correctly in various functions
…n-disable-fields feat(VE-5851): disable fields of update restricted entries
fix(VE-5361): update field event is not sent when input event does not occur in inline editable fields
Tests failed after adding finally and catch blocks in mouse hover function
…n-disable-fields fix(VE-5851): error handling for getEntryPermissionsCached
Stage v3.2.2
Madhuricr
approved these changes
May 16, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces updates to the
@contentstack/live-preview-utilspackage, including a version bump, new features, bug fixes, and improvements to test cases. Key changes include updates to theCHANGELOG.md, enhancements to hover behavior in visual builder tests, and adjustments to theREADME.mdand.talismanrcconfiguration.Version Updates and Documentation:
3.2.2inpackage.jsonand updated the corresponding integrity hash and version in theREADME.mdfor the Contentstack Live Preview script. [1] [2]Changelog Enhancements:
3.2.2inCHANGELOG.md, including new features, fixes, and test updates. [1] [2]Test Improvements:
actutility from@testing-library/preactto ensure proper handling of asynchronous updates in hover tests across multiple files (boolean.test.ts,date.test.ts,file.test.ts). [1] [2] [3]Configuration Updates:
README.mdin.talismanrcto enhance file integrity checks.