Bricksforge - The Bricks Tools That Feel Native

Bricksforge - The Bricks Tools That Feel Native 3.1.0

No permission to download
[Node Editor] Node Variables
Variables can now be created via a sidebar, which can be used throughout the entire node canvas and can even change their value on runtime using the "Update Variable" action.
new
[Node Editor] New Sidebar
With the new sidebar, various areas are available to you, such as creating variables, quick actions, or an information area.
new
[Node Editor] Custom Javascript
Every text control now accepts custom javascript with the following syntax: {{ my_javascript_code }}, for example: {{ window.outerWidth }}
new
[Node Editor] New Basic Action "Set Style Property"
A new action has been added that allows you to edit the style property of elements.
new
[Node Editor] New Debug Action "Print Value"
This action helps you with development and displays a given value in the frontend.
new
[Node Editor] Duplicate one or multiple nodes
From now on, it is possible to duplicate one or more nodes.
new
[Node Editor] Import / Export one or multiple nodes
Individual or multiple nodes can now be exported or imported. When importing, you can choose the position where they should be placed.
new
[Pro Forms] New Setting "Back to first step after submit"
There is now a new setting in the "Others" group that automatically takes the user to the first step of a multistep form after the form has been submitted.
new
[Pro Forms] Live Value for File Field
Live Variables are now also listening for file fields
new
[Pro Forms] Reload Delay
A delay in milliseconds can now be set for the reload action.
new
[Pro Forms] Live Values for File Fields (Images)
When images are uploaded, you can now display the image as a live value.
new
[Pro Forms] File Field: New Setting "Disable Image Preview"
With this new setting, you can disable the default image preview.
new
[Email Designer] New filter: bricksforge/pro_forms/webhook_before_send
With this new filter you can modify the webhook request before send
new
Bricks 2.0 Beta Support
Some adjustments and bug fixes have been made for the Bricks 2.0 Beta.
improvement
[Bricksforge Panel] Added "Create Animation" button
A button was added when creating a new animation to improve the UX.
improvement
[Node Editor] Slider related nodes are now accepting selectors instead of slider IDs
improvement
[Dynamic Data Tags] ACF arrays were rendered incorrectly.
fix
[Pro Forms] - Required State issues with file field
fix
[Pro Forms] - Required State issues with "Modern" Select field
fix
[Pro Forms] - :array filter not respected in some situations
fix
[Pro Forms] ACPT compatibility fix with image related data
fix
[Pro Forms] HTML in Label ignored for "Text" field
fix
[Pro Forms] Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array
fix
[Pro Forms] Custom Validation Message for Modern Selects with Icons has wrong position
fix
[Pro Forms] Select Field Validation issues with "Modern Style"
fix
[Bricksforge Panel] - The sidebar loses its full height and cuts off the content in the middle.
fix
[Bricksforge Panel] - Input Blur after typing a dot
fix
[Bricksforge Panel] - Decimals not working as expected for Input Number Fields
fix
[Email Designer] Email has no line breaks
fix
[Page Transitions] Swup fires only the first timelines
fix
[Admin Pages] Fixed wrong URL for ACF Option Pages
fix

[Node Editor] Comment Box Colors​

You now have the option of choosing colors for your Comment Boxes.

new​

[Pro Forms] The file field custom path still does not accept dynamic data​


fix​

[Node Editor] Visual glitch when opening the panel​


[Pro Forms] File Required State not respected in some situations
fix
[Pro Forms] {{all_fields}} is returning only one file url for multiple images
fix
[Pro Forms] Email Content is not parsing fields correctly in some situations
fix
[Pro Forms] Update Post Action does not update Post Thumbnail
fix
[Pro Forms] "Direct upload to server" not working as expected in "Update Post" action
fix
[Form Submissions] Multiple attachment urls are showing in one row without separator
fix
[Email Designer] Checkbox and Radio Values that are not checked are being parsed as "0"
fix
[Email Designer] PHP Error when adding custom order status
fix
[Email Designer] Line Breaks are not considered in textareas
fix

[General] Fixed PHP Error​

Fixed a PHP error that occurs when no extension is activated.
[General] Developer License not accepted for instawp sites
fix
[Pro Forms] File Field "Required" attribute not respected
fix
[Pro Forms] Sync Radios with ACF Array not worked as expected
fix
[Bricksforge Panel] Fixed ScrollTrigger JavaScript error
fix
[Page Transitions] Swup Instances not available anymore in bricksforgeData object
fix
[Page Transitions] Bricks Filters not clickable after changing pages
fix
[Pro Forms] The "Live Value" Connection field now accepts dynamic data
improvement
[General] Fixed various PHP Deprecation warnings (PHP > 8.1)
fix
[Bricksforge Panel] Animation ignores excluded selectors for click event
fix
[Pro Forms] Add To Cart Action: Form Field Variables not accepted in "Price" field in some situations
fix
Fixed "Failed to execute 'setAttribute' on 'Element'" error.
full change log on link
bricksforge.io/version-changelog/
[Pro Forms] Date Field: New control "Date Format (Database)"
With this new control you can decide how Pro Forms should save the date in the database.
new
[Page Transitions] Swup Instances are now available
You can now work with the swup instances. Location: bricksforgeData.swupInstances
new
[Email Designer] New Filter: bricksforge/email_designer/allowed_tags
For security reasons, Bricksforge is stripping out all HTML from each variable. With this filter, you optionally can add allowed tags and attributes if needed.
new
[Pro Forms] Added Dynamic Data for "Submission Max" control.
improvement
[Pro Forms] Improved LiveValue Performance
Improved Live Value Rendering Performance when using many live value fields.
improvement
[Pro Forms] Fixed W3C Validation Errors
fix
[Pro Forms] Submit Button Wrapper – Removed "Disabled" attribute
fix
[Pro Forms] Modern Select Field is ignoring Form Reset
fix
[Pro Forms] PHP Errors when inserting video files to the media library
fix
[Pro Forms] Pro Forms did not find the correct Post ID
In some situations, Pro Forms had problems to find the post id when using inside a template.
fix
[Email Designer] Bricks Variable outputs 0 for not checked checkboxes
fix
[General] Fixed Docs URL
Top