September 08, 2024
Bricks Widget Creator
- Added new field "Description"
September 05, 2023
Bricks Widget Creator
- Fixed a bug that caused the flex direction control not work as expected in certain situations.
March 01, 2023
Bricks Widget Creator
- New: Add styles and scripts as dependencies. This allows you to use third-party scripts, such as GSAP, in your elements. To add dependencies, you can use the new "Dependencies" tab. Check the documentation to find more informations about this new Feature
- Fixed an issue that caused the control content in the builder to not update correctly under certain circumstances.
- Fixed a bug that caused the Widget Creator to display "Broken Installation" under certain circumstances.
September 11, 2022
WP Monkey Web App
- Design Improvements for all tools
September 11, 2022
Bricks Widget Creator
- Migration Fix: Paste Styles now also is working with Bricks 1.5.1. Since Bricks changed the way to copy element styles (The new Cross Copy with the Clipboard API), we've needed to migrate the code. The function works now for all Bricks versions. If you have some problems with the Firefox browser, just follow this steps: https://academy.bricksbuilder.io/article/known-issues/#copy-paste
September 08, 2022
Bricks Widget Creator
- NEW: Nestable Elements
- NEW: Live Preview for the frontend. From now on you can design your elements in Codepen style!
- The ID of your element, which you can use for Brick's filter, is now displayed under the element name
- In the tabs, the texts have been replaced with icons
- Design Improvements
September 08, 2022
WP Monkey Web App
- Metabox Generator: Fixed a bug that under certain circumstances caused that a necessary comma was not added to a select field
- Post Type Generator: The Post Type Key was limited to the WordPress restrictions (https://developer.wordpress.org/reference/functions/register_post_type/)
August 19, 2022
Bricks Widget Creator
- Introducing the new template library. Here you can choose a pre-designed template and customize it according to your needs. Plus, you'll have the opportunity to share your creations with the community!
- You can now save your work with the shortcode CMD+S.
- New Logic Variable: {% id %} – Gives you an unique ID for the instance. Each instance will have a different ID
- New Control: Apply
- New Control: SVG
- New Control: Info
- New Control: Gradient
- New Control: Filters
- New Control: Datepicker
- New Control: Code
- New Control: Border
- Added unit selection for the Number control
- You can now add Media elements with a dynamic CSS class and property assignment
August 19, 2022
WP Monkey Web App
- You can now save your work with the shortcode CMD+S.
August 11, 2022
Bricks Widget Creator
- New (Plugin only): Embed your elements into your theme: With the "Embed in theme" functionality you can embed your newly created elements into your theme. If you enable this, they will stay even if you delete the plugin.
- New: You can now call Bricks helper functions using the known syntax, for example: {% function:render_icon($icon) %} This works with all functions that Bricks provides.
- New: Icon element
- Fix: Fixed an issue that caused automatically generated ID's to not always be applied.
Juny 11, 2022
Bricks Widget Creator
- New Feature: The Repeater Field is there! You can now use it to create repeating elements.
- New Feature: For Loops.You can use an easy template syntax to create for loops (PHP foreach). This can be used in combination with your repeater field for example. You can read more about and how to use it in the documentation
- New Feature: PHP Functions. To separate the logic from the UI, you now have the possibility to create PHP functions from a separate tab. You can call this functions in the view tab with a simple template syntax: {% function:hello_world() %}
- New Variable Type ":echo". With this variable type you can echo variables in a short way
- Improved the Syntax Highlighting for the view
- Bug fixing and other smaller improvements
Juny 10, 2022
Bricks Widget Creator
- Bricks Builder 1.5 Compatibility
- New Feature: Import/Export Functionality
- New Feature: Focus Mode. In focus mode you can fully concentrate on programming! The code editor and the variables you can use are displayed in full screen, so you won't be distracted by anything.
- New Feature: You can now expand and collapse the groups you have created. You can do this from the editing interface as well as from the preview on the right side.
- Improvement: The groups for the different tabs (Content and Style) are now separated by color for a better overview
- Improvement: When you are in the code editor with the mouse, scrolling in the body is now blocked.
April 05, 2022
Bricks Widget Creator
- Bricks Builder 1.4 Compatibility
March 29, 2022
Bricks Widget Creator
- Added a new variable: "styleWrapper". You can assign the styleWrapper class to one of your elements. For this element, the native Bricks controls in the "Style" tab and peudo class settings will have an effect. You can read more on the documentation.
- Added Pseudo Class and Responsive layout support
- Added separators to Control Sections to visually represent that it is a grouping.
- The widget icon selection was visualized.
- Design Improvements for the Variable area and the information tooltips
March 01, 2022
Bricks Widget Creator
- NEW Added Syntax Error Detection: From now on, the Widget Creator will not download the plugin if syntax errors are detected. Instead, you will get a warning where you can take a closer look at the rendered PHP code to find the error and fix the spot.
- Design Some users had difficulty finding the button to add new fields. Therefore, we have revised the design and made it clearer.
- Improvement The "Link" field has been revised and now outputs all attributes that have been set by the user.
- Improvement Added a picker for the widget icon with the icon preview
- Fix Fixed a problem in the "Color" field that caused values without transparencies to be output incorrectly under certain circumstances
February 11, 2022
Bricks Widget Creator
- NEW Added Conditional Logic into the Bricks Widget Creator. Now you can can create more complex widgets and use If Else Statements inside the Code Editor.
- Design The Code Editor Section has a completely new design and is now more compact and innovative.
February 10, 2022
Bricks Widget Creator
- Fix Fixed a bug that caused embedded JavaScript to not load correctly in the editor under certain conditions
- Fix Fixed several miscellaneous issues that caused difficulties especially with more complex javascript nesting.
General
- Improvement From now on, while you are working with the tools and accidentally leave the page, you will be asked for it.
January 28, 2022
Bricks Widget Creator
- NEW: Released the new Live Preview for the Bricks Widget Creator. Now you can build your own widgets with an more innovative way.
- Bugfix Fixed a bug that caused variables to be partially rendered incorrectly when nested Javascript functions were included in HTML.
January 26, 2022
Bricks Widget Creator
- Feature New Control: Slider
- Feature New Control: Text Shadow
- Feature New Control: Box Shadow
- Feature New Control: Text Transform
- Feature New Control: Text Decoration
- Feature New Control: Text Align
- Feature New Control: Direction (Flexbox)
- Feature New Control: Justify Content (Flexbox)
- Feature New Control: Align Items (Flexbox)
January 19, 2022
Bricks Widget Creator
- Important Change: Due to some features that are coming soon among others the Conditional Logic in the editor, the syntax of the variables had to be adapted. Old format: [variable], new format: {{variable}}. This basic value can contain different parameters. for example the RGBA color value is rendered with the variable {{variable:rgba}}. Please take this into account in your saved projects.
- Feature New Control: Dimensions
- Feature You can create Plugin Header informations now. This way you can change the plugin version after each update and provide updates for your plugin. Because the update headers are quite extensive and usually always remain the same, you can show and hide them at will.
- Feature For the Select Control you can choose now different values as the output on the UI. For example you could output the value #000000 for the select option „Black“
- Feature The Field ID for the controls now automatically gets generated on focus based on your control label
- Feature You can set a default value for checkboxes now (true, false)
- Improvement The width of the editing window has been increased. The possibility to change the width of the display has been optimized.
- Improvement Optimized the field sortable logic
January 13, 2022
Bricks Widget Creator
- Bugfix: Under certain circumstances, the Select Control output incorrect values. This has now been fixed.
- Bugfix: The Text Control now displays the correct default value
- Bugfix: Fixed an issue that caused that sometimes groups were not displayed.
- Bugfix: Fixed an issue that caused the Select Control to display option values from previous select boxes under certain circumstances.
December 28, 2021
Elementor Widget Creator
- Bugfix: Fixed an issue that under certain circumstances caused the output code not to be translated correctly if URLS were in it.
December 02, 2021
Elementor Widget Creator
November 30, 2021
Elementor Widget Creator
- Improvement: The folder structure for Elementor Widget Creator has been improved. Soon it will be possible to create multiple widgets at once. For this purpose, the structure of the files has been better organized.
- Improvement: The CSS and Javascript Code is now written cleanly in the CSS and Javascript files. Nothing is included inline anymore.
- Improvement: To avoid WordPress and jQuery incompatibilities, the variable $ = jQuery is defined at the beginning of the Javascript file.
November 23, 2021
Elementor Widget Creator
- New: Added Media Control to Elementor Widget Creator
- Fix: Marked the first section on Elementor Widget Generator as required. Otherwise the widget will not work.
- Styling: The widget variables are now highlighted if they have already been used in the code.
- Other: Suggestions included to effectively create widgets with inspiration from codepen.io
November 17, 2021
November 16, 2021
- New: Added Taxonomy Generator
- New: Added Custom User Profile Generator
- Fix: Fixed a layout issue on the „Save in Project“ screen when choosing a project on large lists
- Fix: Replacing Elementor Font Awesome Icons with Eicons
- Other: Security Updates
- Other: Finally created changelog 🙂