Conversation
…uilder components
Release - 12th June (merge `stage_v3`)
…r-visual-builder-ui-elements-and-hide-when-not-in-use VE-6559:add isOpenInBuilder utility function and integrate into VisualBuilder components
…ndering fix: start editing button not rendering
Optimisation: `init` to emit postMessage on `DOMContentLoaded`
The height of the cloned/psuedo-editable element collapses when text-wrap-mode is set to nowrap and text-overflow is set to ellipsis. This change ensures that we override these properties CORRECTLY. Previously we overrode these properties but only in camel case. Now we ensure we perform the camelCase transformation after overriding properties. We also set min-height to whatever the current height of the element is, to prevent height collapse in other scenarios.
…height-collapse fix(VE-6459): psuedo-editable height collapse
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
faraazb
approved these changes
Jul 10, 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 version
3.2.5of the Live Preview SDK, focusing on new features, bug fixes, and improvements to testing and utility functions. The most significant changes include adding a new utility functionisOpenInBuilder, modifying event listener behavior for better compatibility, and updating documentation and versioning.New Features
isOpenInBuilderutility function to determine if the application is opened in the builder mode.isOpenInBuilderfunction into VisualBuilder components for enhanced functionality. [1] [2]Bug Fixes
window.addEventListenertodocument.addEventListenerfor better handling ofDOMContentLoadedevents. [1] [2]LivePreviewto handleDOMContentLoadedevents and ensure data synchronization when the document is ready.Versioning and Documentation Updates
3.2.5inpackage.jsonand corresponding references inREADME.md. [1] [2]Testing Enhancements
isOpenInBuilderin unit tests for VisualBuilder components to simulate builder mode behavior. [1] [2]