Bricksforge - The Bricks Tools That Feel Native

Bricksforge - The Bricks Tools That Feel Native 2.2.3

No permission to download
Author pansy
Creation date

Pro Forms: New Variable Panel​

The new Variable Panel for Pro Forms is helping you to pass the correct form field variables to your form actions. Each input field which supports it will get a new icon. After clicking that icon, the panel will open.

new​

Pro Forms: Added new action "Page Reload"​

A new action "Page Reload" has been added. This action will reload the page after successfully submitting the form.

new​

New Dynamic Data Tag: {brf_parent_loop_post_id}​

Added a new Dynamic Data Tag to get the post ID of the current iteration of a parent query loop. This tag optionally expects the level as param. For example, to get the post id of the grandfathered query loop, you can use it like that: {brf_parent_loop_post_id:2}

new​

Bricksforge Panel: New WPGridBuilder Events​

Some WPGridBuilder related events have been added to the Bricksforge Panel.

new​

Bricksforge Panel: New Setting "Perspective"​

With this new setting you can create perspective animations very easily.

new​

Bricksforge Panel: New Option "Create Early" for Events​

With this new option, you can create Event Listeners early, before the DOM is loaded.

new​

Pro Forms: Bricks Ajax Popup Compatibility​

Pro Forms is now compatible with the new Bricks Ajax Popup functionality.

improvement​

Pro Forms: Increased Confetti z-index​

The z-index for the confetti action has been increased.

improvement​

Pro Forms: Update Repeater Fields now supports Dynamic Data​

You can now use Dynamic Data and Form Field Values for Repeater Related fields in the "Update Post Meta" action.

improvement​

Lenis Version Update​

Updated Lenis to the latest version 1.0.29

improvement​

Pro Forms: Update Post Meta Value needed in every case​

Fixed a bug caused the "Post Meta Value" to be populated in any case for areas where it's not needed.
More: https://forum.bricksforge.io/t/prof...s-requires-hidden-input-to-be-set-to-one/1650

fix​

Form Submittions: Prevent Duplicates not detecting duplicates​

Fixed a bug caused the "Prevent Duplicates" functionality to not work correctly when using the Nestable Forms approach.
More: https://forum.bricksforge.io/t/prof...s-requires-hidden-input-to-be-set-to-one/1650

fix​

Lenis Scroll Smoother: Multiplier and "Smooth" value not working​

The new version of Lenis has changed some attribute names, which caused the multiplier and some other values to not work anymore. This version is using the new ones.
More: https://forum.bricksforge.io/t/prof...s-requires-hidden-input-to-be-set-to-one/1650

Lenis Scroll Smoother: Automatic Scroll to anchor links​

Added automatic scrolling to anchor links when using Lenis as Scroll Smoothing provider.

improvement​

Pro Forms: Added an easy way to improve security when creating, updating and deleting posts.​

The new controls "Allow only for post authors" and "Allow only if logged in" have been added in this version. With this two checkboxes, you can add a security layer with one click when creating, updating or deleting posts. Previously, custom validation was needed to achieve this, which saves a lot of time.

improvement​

Pro Forms: Metabox Image Field not populating when using also JetEngine​

Fixed a bug caused the Metabox Image Custom Fields to not add images from form fields correctly when also using JetEngine in the same page.

Terminal: Updated the shortcut for windows users​

As Windows user, you can now open the terminal using the following shortcut: CTRL + ´(like in Visual Studio Code)

improvement​

Terminal: "Create New Shortcut" not working​

Fixed a bug caused the new feature of creating custom shortcuts not to work properly for Windows Users.

Fix Pro Forms: Parent Styling Issues​

Fixed a bug caused a style issue for some users when adding css to the form field parent.

Pro Forms: New Action "Confetti"​

With the new "Confetti" action, you can fire some fancy confetti animations after a form has been submitted.

PHP Error on WooCommerce sites​

Fixed an issue caused a PHP error on some WooCommerce sites.
Pro Forms: Modern Style Select Fields
Added Select Fields in a modern style – with integrated search functioanlity and chip design for multiple options support.

Pro Forms: Style Options for Input Fields
Added a new group "Style" for all input related form fields.

Pro Forms: New Control "Height" for Button Field
Added a new control "Height" for the submit button field.

Pro Forms: Select Option – Initial Value not applied
Fixed a bug caused the initial value not to be applied for select option fields.

Pro Forms: Live Value Field – Checkboxes/Radios and Select fields not considered
Fixed a bug caused checkboxes, radio and select fields not to be considered from the Live Value field

Pro Forms: Live Value Field – Not populated on page load
Fixed a bug caused the Live Value field to not to be populated on page load.

Pro Forms: Update Post Meta – Calculation Value has ignores rounded values
Fixed a bug caused the "Update Post Meta" action to ignore rounded values when adding them as value.

Pro Forms: WC Add To Cart – Product not added if has Product Meta
Fixed a bug caused the product not being added to the cart if custom product meta values are passed

Pro Forms: File Upload shows only one file preview
Fixed a bug caused the file upload field to show only one file preview.

Lenis Scroll Smoother is not scrolling to the bottom
Fixed an issue caused the Lenis Scroll Smoother to stop scrolling before reaching the bottom of the page.
Terminal: Custom Commands
With this new feature, you can create your own commands with the Bricksforge Terminal! To do this, you just have to select the element tree in the structure panel and create a new command with right click -> Create Terminal Command. All classes, styles, interactions, just everything will be included. This will be a real time-saver!

Page Transitions: Added Morph Plugin
Added the Morph Plugin for the Page Transitions feature.
More: https://github.com/daun/swup-morph-plugin

Page Transitions: Interactions in Popups not working
Fixed a bug caused interactions not to work inside popups.

fix
Lenis Scroll Smoother not scrolling
A few users had the problem that scrolling with Lenis was not possible. This was due to other plugins overwriting the scroll-behaviour property. This fix ensures that the value is set to "auto".

fix
Pro Forms: Submit Errors
Fixed a bug caused the form to not submit correctly under certain conditions.

fix
Terminal: Headings and Text elements created with empty text
Fixed an issue caused the "heading", "text" and "text-basic" elements to be created with an empty text string.

Page Transitions (pjax)​

This new extension adds page transitions to your website. It will load the content via ajax and animate it if needed.

Nestable Pro Forms: New Element "Live Value"​

The new Element "Live Value" can be connected to a form field. Then, it will listen for input events and show the live value of this field wherever you want – even outside the form.

Pro Forms: Validation Rules​

You can now define validation rules for individual form fields.

Pro Forms: Support for Repeaters​

Repeaters are now supported for post meta related actions. Compatibility has been added for: ACF, Metabox, JetEngine, ACPT.

Pro Forms: Use values from previously running actions​

With the new keys {{live_post_id}} and {{live_user_id}} you can now use IDs from data that has just been created using previously running actions.

Email Designer: New Function getUserMeta()​

Added new user related function: getUserMeta(). This function expects a meta key.

Bricksforge Panel: New Action "Populate Form Field"​



Global Classes Creator: Saving now also works without classes to be required​

Before, saving only was possible when at least one global class has been added. Now, you can save it also without classes. This way you could manage as set of CSS Variables as well.

improvement​

Pro Forms: Metabox Compatibility​

Added a lot of compatibility fixes for metabox custom fields.

improvement​

Pro Forms: Added "Ignore attachments" to email action​

Now you can ignore attachment for sending emails if needed.

improvement​

Email Designer: [brf_confirmation] not needed anymore​

Removed the need to add [brf_confirmation] for Bricks Confirmation Emails.

improvement​

Updated Lenis Library​

Added the current version of the Lenis Scroll Smoother.

improvement​

Extensions and Elements not saving on first touch​

Fixed a bug caused that elements and extensions are not saving correctly when opening the Bricksforge Backend the first time.

Terminal: Windows Shortcut is opening new tab​

The new shortcut to open the terminal for Windows users is now: CTRL + ALT + T

Backend Designer: Custom Dashboard is showing notices​

Fixed an issue caused the custom dashboard pages showing WordPress notices on page load.

fix​

Pro Forms: Taxonomy term not created when assigning multiple values​

Fixed an issue caused that taxonomy terms are not being added when using multiple terms with one single ID, for example via checkboxes.

Pro Forms: Conditional Logic Validation Fix​

Fixed an issue caused that not visible elements are running a validation.

Pro Forms Steps: Validation Rules​

Pro Forms Steps are reacting now to validation rules.

Pro Forms: Date Format Issues​

Fixed several date format issues for Pro Forms

Nestable Pro Forms: Select Placeholder not showing​

Fixed an issue caused the placeholder not showing for select fields.

Nestable Pro Forms: Card Radio / Card Checkbox - Global Class Styling Fix​

Fixed an issue caused the styled added via a global class have been overwritten by the default styles.

Nestable Pro Forms: Card Checkboxes Cursor Issue​

Fixed an issue caused the cursor not having the "pointer" state for card checkboxes on hover.
fix Advanced Themer Compatibility Fixes
Fixed an issue that caused various Advanced Themer functionalities not to work properly.

fix Pro Forms: Loading Icon always visible
Fixed an issue that caused the loading icon to be always visible if the CSS Loading method is set to "External files"

Pro Forms: Added "Show Notifications in Builder"​

Now, you can style notifications even better showing them in the builder optionally.

improvement​

Nestable Pro Forms: "Refresh Email Content" not working for Select Fields​

Fixed a bug that caused the "Refresh Email Content" functionality to not consider Select Fields

fix​

Nestable Pro Forms: Submit Button Style & Size not working​

Fixed a bug that caused the "Style" and "Size" Controls of the Submit Button not to work.

fix​

Pro Forms: Builder is not respecting field widths​

Fixed a bug that caused the builder to not respect added width properties to form fields.
Back
Top