Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-o committed Mar 15, 2024
1 parent ecac80e commit 755bb97
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 93 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file.

= 3.6.0 - Mar 15, 2024 =

PRO plugin:

* fixed decoding of WPML encoded strings in conditional logic in editor

Free + PRO plugin:

* added compatibility for the latest Gutenberg and WordPress 6.5
* added error handler for invalid HTML. The block will no longer crash, it will display the error message
* added support for new Ghost Kit extensions
* changed Classic control to use Modal since we can no longer use the TinyMCE inside editor iframe
* fixed styles enqueue in editor iframe
* fixed adding default toggle/checkbox value in the new repeater row
* fixed `react-select` styles render inside editor iframe
* fixed `react-select` removing items by clicking on X button
* fixed decoding of WPML encoded strings in repeater, gallery, file and image controls in editor
* fixed displaying Navigation and Patterns in block Condition selector
* fixed loading block control scripts in constructor when no blocks registered yet

= 3.5.1 - Aug 30, 2023 =

* fixed JS error in editor in block containing `<script>` tag in content when preview showed
Expand Down
41 changes: 34 additions & 7 deletions languages/lazy-blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@
"Invalid block.": [
""
],
"Please ensure that the output is a valid HTML structure.": [
""
],
"Render callback is not specified.": [
""
],
Expand Down Expand Up @@ -538,22 +541,22 @@
"\"Class Name\" support is required to use the following settings.": [
""
],
"Spacings": [
"Effects": [
""
],
"Change block margins and paddings.": [
"Add visual effects, reveal, scroll animations, etc.": [
""
],
"Display": [
"Position": [
""
],
"Display / Hide blocks on different screen sizes.": [
"Change block position to either absolute or fixed.": [
""
],
"Animate on Scroll": [
"Spacings": [
""
],
"Display block with animation on scroll.": [
"Change block margins and paddings.": [
""
],
"Frame": [
Expand All @@ -562,12 +565,30 @@
"Add border and box shadow to block.": [
""
],
"Transform": [
""
],
"Add CSS transformations to block.": [
""
],
"Custom CSS": [
""
],
"Write custom CSS on each inserted blocks.": [
""
],
"Display": [
""
],
"Display / Hide blocks on different screen sizes.": [
""
],
"Attributes": [
""
],
"Insert custom HTML attributes with custom content.": [
""
],
"Multiple": [
""
],
Expand Down Expand Up @@ -628,7 +649,13 @@
"Checked": [
""
],
"Classic": [
"Open Editor": [
""
],
"Cancel": [
""
],
"Save": [
""
],
"Displays text alongside the color indicator": [
Expand Down
Loading

0 comments on commit 755bb97

Please sign in to comment.