PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 3.7.2
Block Animations, Motion & Scroll Effects – Ghost Kit v3.7.2
3.7.2 3.7.1 3.7.0 3.6.1 trunk 1.6.3 2.25.0 3.3.0 3.3.1 3.3.2 3.3.3 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.6 3.5.0 3.5.1 3.6.0
ghostkit / CHANGELOG.md

CHANGELOG.md in Block Animations, Motion & Scroll Effects – Ghost Kit 3.7.2, at CHANGELOG.md

1,159 lines 49.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # Changelog
2
3 All notable changes to this project will be documented in this file.
4
5 = 3.7.2 - Sep 14, 2026 =
6
7 * fixed a critical error on sites where another plugin ships a different version of the same CSS parser, which showed up as "Declaration of Sabberworm\CSS\Value\Size::render() must be compatible" once the custom breakpoints styles were rebuilt
8 * changed custom breakpoints to be applied to the shipped stylesheets directly instead of compiling styles on the site, so the change takes effect on the next page load
9 * fixed RTL sites loading the left-to-right stylesheets for blocks, the editor and the settings pages
10 * **Pro:**
11 * fixed one failed plugin update on the Plugins screen leaving the remaining queued updates waiting for a page reload
12 * fixed RTL sites loading the left-to-right stylesheets of the Pro blocks on the frontend and in the editor
13
14 = 3.7.1 - Aug 31, 2026 =
15
16 * changed Ghost Kit to stay active next to Ghost Kit Pro instead of being deactivated
17 * **Pro:**
18 * fixed effects sometimes not running, leaving blocks with a reveal effect hidden on the page
19
20 = 3.7.0 - Aug 26, 2026 =
21
22 * added WordPress 7.1 compatibility
23 * added a Privacy-Enhanced Mode toggle to the Video block, shown once the entered URL is a YouTube one
24 * changed YouTube embeds to use the regular YouTube host by default, because the privacy-enhanced host asks a share of visitors to sign in before it plays anything
25 * fixed block icons and the custom color palette not reaching the blocks they style in the editor
26 * fixed the typography preview not applying in the editor
27 * fixed PHP warnings logged by the Table of Contents and Widgetized Area blocks
28 * raised the minimum PHP requirement to 7.4
29 * **Pro:**
30 * fixed tooltips never appearing in the editor
31 * fixed the update notice still offering a version already installed
32 * added a capability check to the license activation request
33
34 = 3.6.1 - Jun 21, 2026 =
35
36 * fixed stored XSS from contributors via Customizer post meta (`ghostkit_customizer_options`)
37 * hardened Customizer post meta with permission checks, sanitization, and frontend filtering
38 * fixed Gutenberg post saves failing when unchanged protected post meta was included in the REST request
39 * allow local typography editing for users with `edit_post` on the post; global typography editing requires `edit_theme_options`
40
41 = 3.6.0 - Jun 5, 2026 =
42
43 * added WordPress 7.0 compatibility
44 * improved frontend assets detection — centralize block.json handles, extensions, style variants, and effects markers in `GhostKit_Assets_Detector`
45 * added `gkt_icons_detected_packs` filter to enqueue only icon packs used on the page
46 * added editor filters for responsive preview sizes (`mediaSizes`, `previewWidth`)
47 * fixed GitHub Gist block stylesheet lookup and gist-simple script registration in the editor
48 * fixed Gist and Lottie block assets loading in the block editor
49 * fixed Table of Contents REST request params sanitization
50 * fixed URL Picker inspector layout overrides scope in the editor
51 * fixed Pricing Table Item features list editing (replaced deprecated RichText multiline)
52 * fixed quote to testimonial transform preserving content
53 * fixed editor compatibility with stable Gutenberg controls and removed deprecations
54 * use WordPress admin theme CSS variables for accent UI colors
55 * minor changes and fixes
56 * **Pro:**
57 * fixed custom Breakpoints styles not loading from uploads on the frontend
58 * fixed Breakpoints settings validation when editing values in settings
59 * synced editor responsive preview with saved Pro breakpoint widths
60
61 = 3.5.1 - Mar 4, 2026 =
62
63 * fixed frontend general styles being enqueued in the editor, which caused style conflicts (e.g., issues with the `Display` extension in the editor)
64
65 = 3.5.0 - Feb 24, 2026 =
66
67 * improve assets loading to native way
68 * update wp-background-processing library to fix warnings with Visual Portfolio plugin
69 * fixed progress bar viewport animation on mobile
70 * fixed nested accordion styles
71 * **Pro:**
72 * improve assets loading - load only used on the page assets and not all
73 * minor changes and fixes
74
75 = 3.4.6 - Dec 7, 2025 =
76
77 * fixed incorrect double escaping of Effects extension attribute because of WP 6.9 changes
78 * **Pro:**
79 * fixed incorrect double escaping of Attributes extension attribute because of WP 6.9 changes
80
81 = 3.4.5 - Dec 3, 2025 =
82
83 * **Pro:**
84 * fixed error appear in WordPress 6.9 because of changed behavior of `wp_enqueue_script_module` function
85
86 = 3.4.4 - Sep 11, 2025 =
87
88 * added permission checks to custom JS and CSS in posts meta editor (fixes possible XSS from contributors)
89
90 = 3.4.3 - Jun 21, 2025 =
91
92 * fixed always generating heading block anchors even if it not required
93
94 = 3.4.2 - Jun 21, 2025 =
95
96 * fixed XSS with theme template files
97 * fixed block unique ID when duplicating multiple blocks
98 * fixed displaying TOC heading content in editor
99 * fixed Icon block rendering `aria-label` attribute on link
100 * **Pro:**
101 * fixed updater caching issue that sometimes caused Forbidden errors
102
103 = 3.4.1 - Jan 13, 2025 =
104
105 * fixed blocks error in Widgets screen because 'core/editor' store is not available
106 * updated Google Fonts list
107 * **Pro:**
108 * changed loading of module script in Code block to `wp_enqueue_script_module`
109
110 = 3.4.0 - Dec 18, 2024 =
111
112 * added WordPress 6.7 compatibility fixes
113 * significantly improved motion effects performance to prevent memory overload
114 * fixed editor slow rendering when first page load and when duplicate blocks without any extensions on blocks
115 * fixed displaying responsive toggle in editor header
116 * fixed resizing editor preview when switch responsive toggles
117 * fixed usage of `wp-content` hardcoded string, use constants if available
118 * hidden Twitter and Instagram blocks from inserter as it is deprecated long time ago
119 * removed fallback class for Breakpoints, as it is no longer required
120 * minor changes
121 * **Pro:**
122 * changed text domain from `ghostkit-pro` to `ghostkit`
123 * fixed displaying message about license activation in the plugins list when the license already active
124 * removed Circle Button frontend script, because it is no longer used, as we have Effects extension
125
126 = 3.3.3 - Sep 7, 2024 =
127
128 * added escaping to imageTag attribute in the Grid block to prevent xss vulnerability
129
130 = 3.3.2 - Jul 31, 2024 =
131
132 * migrate Pro plugin from Paddle to LemonSqueezy
133 * fixed customizer plugin selector settings rendering
134 * fixed Color Palette plugin saving custom colors, displaying default color picker dropdown
135 * fixed deprecated Templates modal loading
136
137 = 3.3.0 - May 26, 2024 =
138
139 * **Important**: the Pro plugin is now standalone and no longer requires the free plugin. If you are using Pro plugin v2, do not update the Free plugin to v3.3. Instead, update the Pro plugin and deactivate the Free one.
140 * fixed Counter Box saving incorrect class names
141 * fixed loading blocks in the legacy Widgets editor
142
143 = 3.2.4 - Mar 15, 2024 =
144
145 * fixed extensions enable in 3rd-party blocks with config like this:
146 ```
147 ghostkit: {
148 customCSS: true,
149 }
150 ```
151
152 = 3.2.3 - Feb 26, 2024 =
153
154 * fixed loading some Google Fonts with specific names. For example, font "Source Serif 4" was not loaded properly
155 * fixed Accordion and Tabs buttons default text align
156 * fixed Video block with "icon only" style displaying poster image in editor
157
158 = 3.2.2 - Feb 21, 2024 =
159
160 #### Pro:
161
162 * Pro plugin v2.2.2
163 * added transformation from Code and Preformatted blocks to Code Highlight
164 * fixed Code block Vesper theme default color
165 * fixed Code block None language rendering
166 * fixed fonts rendering on frontend
167
168 #### Free:
169
170 * fixed Pro features Note returns an error and leads the block to crash in the editor
171
172 = 3.2.1 - Feb 19, 2024 =
173
174 * fixed typography and fonts loading on frontend
175
176 = 3.2.0 - Feb 18, 2024 =
177
178 > There are significant changes to the following blocks: `Google Maps`, `Tabs`, and `Accordion`.
179 > Old blocks will work correctly, but after this update, it is highly recommended to do the following steps:
180 >
181 > 1. Open page in editor where these blocks are used
182 > 2. Make any change in content (for ex. add and remove paragraph)
183 > 3. Click on the Update button to re-save the page.
184
185 #### Pro:
186
187 * Pro plugin v2.2.0
188 * added Code Highlight block <https://www.ghostkit.io/docs/blocks/code/>
189 * added support for alpha channel in Stroke format color
190 * added support for `ivent` library used in the free plugin
191 * fixed Magnifying Image block side view z-index
192 * fixed wrong gap calculation in Marquee block
193 * fixed enqueue assets for iframe - use `enqueue_block_assets`
194 * removed Google Maps extension → added to the Free plugin
195 * removed support for deprecated Fonts API
196
197 #### Free:
198
199 * reworked Google Maps block:
200 * added support for custom markers and info window text
201 * moved map styles to Styles tab
202 * simplified Full Height map styles to use `--wp-admin--admin-bar--height` variable
203 * removed dependency on 3rd-party library - use Google Maps API directly
204 * reworked Tabs block:
205 * improved WCAG compatibility
206 * added `aria-selected`, `aria-labelledby`, `aria-controls`, and `aria-orientation` attributes
207 * changed tab from `&lt;a>` tag to `&lt>button>`
208 * changed hidden tab content to `display: none`
209 * on screen readers use arrow keys to switch tabs
210 * tab content is focusable
211 * reworked Accordion block:
212 * added h1 title tag support
213 * improved WCAG compatibility
214 * changed heading from `&lt;a>` tag to `&lt>button>`
215 * added `aria-selected`, `aria-labelledby`, `aria-controls`, and `aria-orientation` attributes
216 * fixed click on Add Accordion Item button in editor
217 * added support for text color in Badge format
218 * added support for Columns blocks inside the Form block
219 * improved InputDrag and InputGroup components - expand the input when value is large (for example, when you add the CSS variable in Padding or Margin extension)
220 * improved Form block validation - check validity on blur only for forms that were submitted and are invalid
221 * fixed rare problem when extensions resets after block transformation from deprecated version
222 * fixed displaying hidden elements if user has enabled reduced motion
223 * fixed displaying deprecated Templates feature in the editor Options dropdown
224 * fixed responsive toggle in editor toolbar in the latest Gutenberg
225 * fixed form reCaptcha keys saving method (sometimes the secret key was not saved properly)
226 * fixed Changelog block uses deprecated default template
227 * fixed Number Box block decimal numbers animation
228 * fixed Table of Contents block selection when no headings available on the page
229 * fixed Table of Contents block rendering heading content in the latest Gutenberg
230 * fixed enqueue assets for iframe - use `enqueue_block_assets`
231 * changed internal EventHandler to `ivent` library
232 * removed support for deprecated Fonts API
233 * dev version improvements:
234 * added unit and e2e tests
235 * changed build structure to official `wp-scripts`
236 * better assets enqueue version and dependencies
237 * minor changes
238
239 = 3.1.2 - Nov 23, 2023 =
240
241 * improved Styles component to use useCallback
242 * fixed possibility to add custom classes when our `ghostkit-custom-...` class added
243 * fixed missing `+` symbol in custom CSS
244 * fixed blocks enqueue method in Ghost Kit settings pages
245
246 = 3.1.1 - Nov 16, 2023 =
247
248 * fixed migration to new Ghost Kit attributes from deprecated blocks (mostly from Core blocks, which has deprecated attributes)
249 * changed ProNote component in Reveal effect to collapsed version to not overwhelm effect settings panel
250 * changed Spring transition defaults
251
252 = 3.1.0 - Nov 12, 2023 =
253
254 > Deprecated changes:
255
256 * completely reworked block extensions. If you used extensions for your custom blocks, using custom JS, you will need to change it, as an API changed.
257 * deprecated Templates extension and will be hidden if there are no custom templates available. It is recommended to use Patterns feature instead
258
259 Changes:
260
261 * added Effects extension
262 * Reveal effects
263 * Loop, Scroll, Mouse Press, Mouse Hover, Mouse Move effects (for Pro users)
264 * added Custom CSS extension:
265 * Opacity
266 * Overflow
267 * Clip Path
268 * Cursor
269 * User Select
270 * Transition (for Pro users)
271 * Custom styles
272 * added Transform extension (for Pro users)
273 * added Custom Attributes extension (for Pro users)
274 * possibility to add custom HTML attributes, something like `data-speed="5"`
275 * added more Position extension tools:
276 * Width and Height
277 * Min/Max Width and Height
278 * added possibility to copy and paste extensions to blocks
279 * added Icon block
280 * added Fade Edges option to Carousel block
281 * added Radio style to Tabs block
282 * added Responsive toggle to editor toolbar with all available Ghost Kit Breakpoints
283 * added Responsive toggle to block controls
284 * improved Icon Picker UI
285 * improved Video block settings
286 * updated FontAwesome icons and Google Fonts
287 * changed old attributes to new `ghostkit`
288 * ghostkitId → ghostkit.id
289 * ghostkitStyles → ghostkit.styles
290 * ghostkitClassname → removed
291 * changed Shape Divider block to flex
292 * fixed Image Compare on touch screens
293 * fixed Tabs block active tab in editor
294 * fixed usage of custom db prefix to get saved typography settings
295
296 = 3.0.2 - Sep 28, 2023 =
297
298 * fixed form with recaptcha JS submit error
299 * fixed Typography Select control dropdown position when placed inside Modal
300 * fixed custom styles background processing error
301
302 = 3.0.1 - Sep 27, 2023 =
303
304 * fixed rare error on some operating systems, which does not contain the GLOB_BRACE constant
305
306 = 3.0.0 - Sep 26, 2023 =
307
308 > There are a lot of changes in v3, before updating it on production, we recommend test it in staging site first. Look at some of the breaking changes:
309
310 * removed jQuery usage completely:
311 * added simple fallbacks where possible
312 * added instance to the `prepared.googleMaps` event
313 * remove events `afterInit`, `beforeInit.blocks`, `afterInit.blocks`
314 * new JS events documented here - <https://www.ghostkit.io/docs/developers/js-events/>
315 * remove main GhostKit class from JS
316 * removed Variants feature, use native Gutenberg Styles instead. This feature was introduced in first versions of Ghost Kit, but Gutenberg added their Styles feature, which is widely used now and our Variants no longer needed
317 * removed custom bottom margin from all Ghost Kit blocks in FSE themes only (this change may impact your existing sites)
318 * removed Parsley library, use native Form validation instead. Less size, better performance
319 * there are a lot of plans for Ghost Kit v3 future updates (and new site coming soon). It will be huge 😎
320
321 Changes:
322
323 * register all blocks in PHP using `register_block_type_from_metadata`
324 * added Position extension - it allows creating fixed or absolute blocks with custom offsets
325 * added Lottie block
326 * added Motion One script for animations. Great performance and native WAAPI support. We will use it for all future advanced blocks and extensions
327 * changed jQuery animations to Motion One
328 * remove ScrollReveal script, use Motion One instead
329 * added support for Fonts in FSE themes. You can now select the specific font to load it in editor Typography settings and on frontend
330 * added Lorem Ipsum format-command. Just type in editor `lorem15` and press `space` and it will generate a lorem ipsum text instantly
331 * added reCaptcha score check for Form block
332 * added filters for parse blocks and fallback custom styles render
333 * added Honeypot protection to Form block
334 * added column settings for paragraph
335 * added option to change the Title tag in the Accordion block
336 * added support for `layout-flow` inside InnerBlocks
337 * added support for adding different blocks inside Changelog block
338 * added Hover trigger for Tabs block
339 * added vertical orientation, hover trigger, and labels to Image Compare block
340 * added Fade Edges option to Carousel block
341 * improved inserter in blocks with InnerBlocks
342 * improved Form radio and checkbox editor ui
343 * improved Form block alert colors
344 * improved Color Picker component to use native UI
345 * moved some extensions to Styles tab in inspector control
346 * moved Templates menu item under Ghost Kit menu
347 * fixed Typography font weights output
348 * fixed custom styles render in Astra, Blocksy, and Page Builder Framework themes
349 * fixed Pricing block not displaying items when block inserted in the editor
350 * fixed Tabs block click on tab in editor
351 * fixed conflict with dynamically generated styles with custom breakpoints and cached CSS
352 * fixed Progress bar width calculation in editor
353 * fixed styled lists reversed and start attributes rendering in editor
354 * fixed infinite loop of Widgetized Area block if sidebar nested himself
355 * changed Form gap to CSS `gap`
356 * changed Form default input sizes for better support of standard themes
357 * changed category of all Ghost Kit blocks. Moved Ghost Kit block category to the top of the blocks list
358 * changed block icons and color
359 * renamed Grid → Advanced Columns
360 * removed sessions usage from Form block
361 * removed grid column helpful buttons to select column or grid block. You can use blocks list view to select complex inner blocks <https://learn.wordpress.org/tutorial/how-to-use-the-list-view/>
362 * removed fallbacks for old versions:
363 * remove old icons fallback script, which converted span icons to svg
364 * remove fallback for custom styles render from data attribute
365 * remove InnerBlocks fallback for frontend of blocks: Button, Grid, Pricing Table
366 * removed Reusable Blocks item from Admin Menu since WP v6.3
367 * deprecated Highlight text format, use core Highlight format instead
368 * a lot of minor changes
369
370 = 2.25.0 - Jan 4, 2023 =
371
372 * added JS events `prepareCountersObserver` and `prepareVideoObserver`
373 * improved Carousel displaying in editor (added slides per view and gap styles)
374 * improved appender CSS in some blocks which uses InnerBlocks
375 * fixed "Display" extension styles in editor
376 * fixed TOC conflict with special characters in headings
377 * fixed Form block appended overflow upper blocks
378 * fixed wrong variable type usage warning
379 * fixed Customizer Plugin displaying in Non Block Based themes
380 * disabled Color Palette Plugin from the Block Based themes (custom colors can be added in Appearance → Editor → Styles → Colors → Palette)
381 * minor changes
382
383 = 2.24.1 - Sep 29, 2022 =
384
385 * fixed custom Gap settings save number value instead of string
386 * changed Tested up to in readme
387
388 = 2.24.0 - Sep 24, 2022 =
389
390 * added Vertical Gap support to Grid and Buttons blocks
391 * added horizontal align option for top icon/number in the Icon and Number boxes
392 * added usage of IntersectionObserver for Animate on Scroll and similar features
393 * added aria-label for URL picker
394 * updated Swiper script to v8.4.0
395 * changed Grid vertical gap from margins to CSS `row-gap`
396 * changed Button gap from margins to CSS `gap`
397 * changed Spacing control start from the Top input
398 * changed RangeControl in all block settings to allow custom values. For example, allow specifying more than 12 columns in the grid
399 * fixed Animate on Scroll hide elements even when JS is disabled in browser
400 * fixed invalid date in editor Countdown block when block inserted
401 * fixed Carousel block making duplicate slides even when Loop option is disabled
402 * fixed Carousel block content inside duplicated slides. For example, Tabs block now working correctly inside slides and duplicated slides
403 * fixed Images Compare block usage inside Carousel block
404 * fixed Form block nonce field ID conflict with block ID
405 * fixed Form block send error on some hosts
406 * fixed easing function in the Progress block animation
407 * fixed rest call permission check
408 * minor changes
409
410 = 2.23.2 - Jul 28, 2022 =
411
412 * fixed Countdown block wrong date with UTC timezone settings
413 * fixed Countdown block possible DatePicker error, when invalid date specified
414
415 = 2.23.0 - Jul 27, 2022 =
416
417 * ! Important - breaking change - changed `Auto` Grid Column to flex Auto width (depends on the content width). To restore previous behavior use `Grow` column size
418 * added Grow size for Grid Columns
419 * updated Google Fonts list
420 * fixed custom styles rendering in FSE templates editor
421 * fixed automatic heading anchor generation, as we needed it for Table of Contents block. Enabled standard `generateAnchors` setting in the editor by default
422 * fixed Table of Contents preview in editor if some of headings does not contain anchors
423 * fixed Countdown block dependency of the user's time zone. Now used timezone setting from the WordPress site
424 * removed `will-change` styles usage
425
426 = 2.22.3 - Feb 17, 2022 =
427
428 * fixed Video block play action
429 * removed blocks categories fallback used for WP < 5.5
430 * minor changes
431
432 = 2.22.2 - Feb 14, 2022 =
433
434 * improved method to enqueue block assets and custom styles in block themes (we no more need to parse content of the posts, we can make everything inside block render)
435 * improved styles for nested panels in grid background settings
436 * disable Plugin Customizer settings in block themes, as Customizer no more used there
437 * fixed custom styles render in block themes Site Editor
438 * fixed custom styles re-rendering in editor when interacting with editor elements (better performance)
439 * fixed updating custom styles attributes on editor load
440
441 = 2.22.0 - Feb 7, 2022 =
442
443 * !important - dropped IE support
444 * added support for WordPress 5.9
445 * added Animate on Scroll presets in Toolbar block settings
446 * added possibility to remove link in URLPicker component (for example, in Button block)
447 * added support for scrollBehavior in TOC links (used in modern themes)
448 * added ToggleGroup control to use it instead of ButtonGroup (better UI)
449 * disabled automatic heading anchor generation code in WordPress 5.9 and higher (as it is already generates by the Gutenberg)
450 * rolled back ScrollReveal to older version, since latest one is not working properly when cleaning styles
451 * fixed mail send headers
452 * fixed Video block autoplay after loading when fullscreen already closed
453 * a lot of minor changes
454
455 = 2.21.0 - Dec 1, 2021 =
456
457 * !important - removed support for deprecated blocks older than Ghost Kit v2.12. Make sure you re-saved all pages with old blocks versions.
458 * added possibility to remove image in Image Compare block
459 * added possibility to change Alt text in the Testimonial photo and Video poster
460 * added encodes for Google Maps styles and AWB background images attributes
461 * fixed usage of image tag in Video and Testimonial block (no more tag string in the attribute)
462 * fixed encode/decode functions fails when no string given
463 * fixed XML export problem when block styles use `--` characters
464 * removed poster images from the Video block with "Icon Only" style selected
465
466 = 2.20.3 - Nov 9, 2021 =
467
468 * fixed crashing block with Custom CSS
469
470 = 2.20.2 - Oct 25, 2021 =
471
472 * added option "Pause autoplay on mouse over" to carousel block
473 * fixed custom CSS compiler error
474 * fixed Table of Contents block scroll to anchor JS error when using Chinese headings
475
476 = 2.20.1 - Oct 17, 2021 =
477
478 * fixed icon wrong escaping in the Icon List style
479
480 = 2.20.0 - Oct 14, 2021 =
481
482 * added escaping for SVG icons (fixes conflict with XML content import)
483 * added support for WordPress's excerpt in some blocks
484 * improved form reCaptcha code to work only when submit button clicked
485 * changed minimum PHP to 7.2
486 * fixed block assets loading when block used in new block widgets screen
487 * fixed conflict with PublishPress Blocks plugin
488
489 = 2.19.4 - Sep 2, 2021 =
490
491 * fixed errors in new Widgets editor
492
493 = 2.19.3 - Aug 31, 2021 =
494
495 * added line breaks for form email texts
496 * added support for WP 5.8
497 * fixed rare conflict with reusable blocks while parsing
498 * hidden Slides per view and Gap carousel options when selected Fade effect
499 * hidden Carousel slides before JS init to prevent content jumping
500
501 = 2.19.2 - May 6, 2021 =
502
503 * fixed carousel block initial slides count in editor
504 * fixed possible error with nested reusable blocks while parse page blocks
505
506 = 2.19.1 - Apr 3, 2021 =
507
508 * fixed warning a non-numeric value encountered conflict with Give plugin
509
510 = 2.19.0 - Apr 1, 2021 =
511
512 * added vendor prefixes to scss files (fixes unprefixed styles generated for custom breakpoints)
513 * added dynamic styles for breakpoints generation in background (using CRON)
514 * improved custom styles output in `<body>` - use JS to prevent w3c error
515 * changed Twitter and Google Maps blocks usage of svg images as backgrounds (we need this to prevent possible errors in generated dynamic styles)
516 * fixed some editor settings dropdown wrong widths
517 * fixed block error when selecting Form Submit block
518 * fixed dynamic styles for breakpoints generation if change plugin version
519
520 = 2.18.1 =
521
522 * tested with WordPress 5.7
523 * plugin moved to new Github repo
524
525 = 2.18.0 =
526
527 * added z-index to Shape Divider to keep divider always on top of other elements
528 * added support for TOC to Rank Math SEO plugin
529 * fixed Grid and Buttons gap in editor
530 * fixed Icon Picker width in WordPress 5.7
531 * fixed toolbar templates button in WordPress 5.7
532 * fixed conflict with generated CSS and Custom CSS + Autoptimize plugin
533 * fixed possibility to disable Ghost Kit blocks in settings
534 * minor changes
535
536 = 2.17.0 =
537
538 * added support for Custom fonts (Pro only)
539 * updated FontAwesome icons list
540 * fixed active tab content displaying in Tabs block in editor when used Wide or Full alignment
541 * fixed Adobe Fonts label in Select component
542 * fixed limited width of InnerBlocks inside some of blocks
543 * fixed possible PHP errors when non-valid font weight added
544 * removed webfontloader script, add fonts manually using wp_enqueue_style (allows users to download fonts to their servers)
545 * minor changes
546
547 = 2.16.0 =
548
549 * added settings to change responsive breakpoints (Pro only)
550 * added `prepareCounters` jQuery event to add possibility to change counters speed
551 * improved admin UI styles
552 * fixed some SVG icons w3c warnings
553 * fixed `Add Template` button rendering in Gutenberg toolbar
554 * fixed first and last child blocks margins in editor inside Alert, Icon Box and Number Box blocks
555 * fixed Pricing Table block preview in blocks inserter
556
557 = 2.15.0 =
558
559 * added Image Compare block [](https://www.ghostkit.io/docs/blocks/image-compare/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changeloghttps://www.ghostkit.io/docs/blocks/image-compare/](https://www.ghostkit.io/docs/blocks/image-compare/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog](https://www.ghostkit.io/docs/blocks/image-compare/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog)
560 * added style "Icon Only" to Video block
561 * added Reusable Blocks admin menu item
562 * improved Button block states in editor. Display Hover or Focus styles, when you switch color tabs in Inspector
563 * updated all vendor scripts
564 * fixed `webfontloader` registration for Ghost Kit Pro
565 * fixed usage of deprecated 'ready' event
566 * removed outdated blocks deprecations
567
568 = 2.14.2 =
569
570 * added WPML support for all blocks
571 * fixed Carousel block slides count change
572
573 = 2.14.1 =
574
575 * added Loop option for Video block
576 * added horizontal mover for Grid Columns and Carousel blocks
577 * fixed horizontal mover for Buttons and Pricing Table blocks
578 * fixed Tabs block add/remove tabs
579 * fixed Grid block change columns count
580 * fixed Grid background image position preview
581 * fixed custom CSS output in reusable widgets, when custom CSS already added on some of the content blocks
582 * fixed icons picker dropdown scroll bug
583 * fixed forms options editor component loosing focus while typing
584 * minor changes
585
586 = 2.14.0 =
587
588 * added support for WordPress 5.5
589 * added RTL support
590 * added support for `Start value` and `Reverse` settings in Styled numbered lists
591 * added support for Gradients for Badges in Ghost Kit Pro
592 * improved some editor UI elements
593 * changed components `return '';` to `return null;` (fixed possible conflicts with 3rd-party plugins)
594 * fixed Grid CSS variables error in IE11
595 * fixed Grid block background top position bug when use Frame extension
596
597 = 2.13.2 =
598
599 * fixed blocks assets rendering inside custom content locations
600 * fixed reusable widget usage (use 'the_content' filter)
601 * changed reusable widget render in bbPress pages
602
603 = 2.13.1 =
604
605 * added modal to blocks custom CSS extension
606 * added button on edit page in reusable block widget ui
607 * added script to close fullscreen video by clicking on wrapper (not only on X button)
608 * fixed fullscreen video offset depending on admin bar
609 * fixed fullscreen video conflict with Safari
610 * fixed pricing table align styles
611
612 = 2.13.0 =
613
614 * added GIF block
615 * added Markdown block
616 * added list columns settings to default `core/list` block
617 * updated Google Fonts list
618 * changed TOC block smooth scroll script native browser `window.scrollTo`
619 * fixed color picker component correct re-rendering picker and palette
620
621 = 2.12.5 =
622
623 * fixed conflict with `additional_font_weights` attribute, used in custom themes
624
625 = 2.12.4 =
626
627 * fixed fonts loading undefined weights
628
629 = 2.12.3 =
630
631 * fixed translation files
632
633 = 2.12.2 =
634
635 * added Ghost Kit blocks collection (all blocks moved to separate default categories)
636 * changed spinner icon to CSS variables and relative color usage
637 * changed accordion collapse button color to inherit
638 * fixed js error when open typography options and when font doesn't exist
639
640 = 2.12.1 =
641
642 * added Align option to Form Submit Button
643 * updated google fonts list
644 * fixed Button border CSS conflict with Ghost Kit Pro Gradients
645 * fixed displaying some Typography options (rare bug)
646 * fixed fonts loading based on available registered fonts, but not on the saved in DB (rare bug)
647
648 = 2.12.0 =
649
650 * added Icons style for `core/lists` block
651 * improved offsets for styled lists
652 * fixed missing formatting buttons inside some blocks (accordion heading, button, tabs, etc...)
653 * fixed Templates modal images lazy loading when switch categories
654 * fixed CSS calc() conflict with 0 values
655 * fixed PHP Notice: Undefined index: SERVER_NAME using WP-CLI
656
657 = 2.11.0 =
658
659 * ! to changes takes effect, re-save your pages
660 * added button outline CSS variable
661 * improved DatePicker component in Countdown block
662 * simplified CSS selectors in blocks (easier to extend styles)
663 * changed styles loading priority (new 4th point added):
664 1. Enqueue plugins assets
665 2. Enqueue Ghost Kit assets
666 3. Enqueue theme assets
667 4. Enqueue Ghost Kit custom CSS
668 * changed Grid Column Sticky option to use the class with CSS variable
669 * fixed empty custom styles
670 * fixed blocks custom styles for number attributes (wrong styles when a variable is undefined or == 0)
671 * fixed PHP notice - Trying to access array offset on value of type bool
672 * fixed Tabs and Accordion items hash parse with Japanese/Chinese/... characters
673 * removed all defaults from blocks - easily change defaults using CSS variables now - [](https://www.ghostkit.io/docs/developers/css-variables/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changeloghttps://www.ghostkit.io/docs/developers/css-variables/](https://www.ghostkit.io/docs/developers/css-variables/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog](https://www.ghostkit.io/docs/developers/css-variables/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog)
674 * removed hard-coded box-shadow from buttons, use CSS variable instead
675
676 = 2.10.2 =
677
678 * changed name of CSS variables with -x and -y in name:
679 * `...margin-x` to `...margin-v`
680 * `...margin-y` to `...margin-h`
681 * `...padding-x` to `...padding-v`
682 * `...padding-y` to `...padding-h`
683
684 = 2.10.1 =
685
686 * ! breaking change ! - all styles now uses CSS Variables. No more IE browser supported
687 * added WordPress 5.4 compatibility
688 * added better possibilities for extending/changing blocks styles (thanks to CSS Variables) [](https://www.ghostkit.io/docs/developers/css-variables/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changeloghttps://www.ghostkit.io/docs/developers/css-variables/](https://www.ghostkit.io/docs/developers/css-variables/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog](https://www.ghostkit.io/docs/developers/css-variables/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog)
689 * added custom gap option for Grid, Buttons, Instagram and Pricing Table blocks
690 * added Grid vertical Gap by default
691 * improved styles for nested styled lists
692 * changed a lot of styles of blocks
693 * removed wp-i18 dependency from the main script, used for Countdown script only
694 * fixed Styled Lists text wrap
695 * fixed TOC block inside columns
696 * fixed Progress bar count tooltip size when progress bar has a small width
697 * fixed Twitter block profile description pre-wrap
698 * fixed Contact Form mail template long words break
699 * fixed loading fonts dependencies when fonts are not selected
700 * fixed color palette PHP error, when palette is empty by default
701
702 = 2.9.3 =
703
704 * fixed assets enqueue sequence (plugins -> Ghost Kit -> theme)
705
706 = 2.9.2 =
707
708 * added higher assets enqueue priority (fixes styles bug with AWB plugin)
709
710 = 2.9.1 =
711
712 * added Twitter block Text Mode option (to display full tweet text)
713 * added icon picker Search input autofocus
714 * added Reset button in Icon Picker component
715 * added null option to Select Field when default value is not selected
716 * added option to remove photo from Testimonial block
717 * improved Twitter block text formatting (line breaks)
718 * improved conditional options display in the editor for Alert and Icon Box blocks
719 * change unique Form Fields slug slash to underscore
720 * prevent Form Fields input focus in editor
721 * fixed vertical Tabs Pills active tab styles
722 * fixed Buttons block align option in editor
723 * fixed php error when use rest to get image by id, that is not exists
724
725 = 2.9.0 =
726
727 Note: there may be breaking changes. Try to re-save pages if you see issues on the frontend.
728
729 * loading blocks assets conditionally only when block added on the page (better pages performance)
730 * added Form block [](https://www.ghostkit.io/docs/blocks/form/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changeloghttps://www.ghostkit.io/docs/blocks/form/](https://www.ghostkit.io/docs/blocks/form/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog](https://www.ghostkit.io/docs/blocks/form/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog)
731 * added URL options to testimonial block
732 * added styled inner lists in table of contents block
733 * added "Add Template" button in editor Toolbar
734 * changed icons in blocks to pure SVG and removed FontAwesome scripts (better pages performance)
735 * changed wp-editor dependency to wp-block-editor (possible fix conflict with 3rd-party plugins like Yoast SEO)
736 * fixed left and right margin in grid, button, pricing table blocks in Twenty* themes
737 * fixed accordion and tabs item hash missing dash
738 * fixed js error if used missing font (for ex. when disabling Pro plugin)
739 * fixed Table of Contents editor preview
740
741 = 2.8.2 =
742
743 * fixed Adobe Fonts CSS output in Pro plugin
744
745 = 2.8.1 =
746
747 * fixed JS files translation possibility (read /languages/readme.md for more info)
748
749 = 2.8.0 =
750
751 * added Adobe Fonts in Pro version
752 * added Shape Divider block [](https://www.ghostkit.io/docs/blocks/shape-divider/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changeloghttps://www.ghostkit.io/docs/blocks/shape-divider/](https://www.ghostkit.io/docs/blocks/shape-divider/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog](https://www.ghostkit.io/docs/blocks/shape-divider/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog)
753 * added Frame extension (border, shadow, radius) [](https://www.ghostkit.io/docs/extensions/frame/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changeloghttps://www.ghostkit.io/docs/extensions/frame/](https://www.ghostkit.io/docs/extensions/frame/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog](https://www.ghostkit.io/docs/extensions/frame/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog)
754 * added Color Palette plugin to extend default Gutenberg color palette
755 * added possibility to activate Tabs and Accordions on hash change
756 * added visual styles in editor for hidden blocks that used Display extension
757 * improved Table of Contents block reload after headings change (no jumping in the editor anymore)
758 * fixed Reusable Widget number of blocks to select
759 * fixed Instagram block image alt attribute
760 * fixed font family reset button also resets font category
761 * fixed non-working links in TOC block when used special characters
762 * fixed Grid Columns, Buttons gap styles in editor
763 * fixed Display extension not adding classname
764 * fixed alignfull grid background margins
765
766 = 2.7.1 =
767
768 * added transformations Accordion to Tabs and vice versa (issue #31)
769 * fixed possible errors with reusable blocks
770 * fixed width of column content in editor
771 * fixed alert, icon box and number box last child paragraph margin
772
773 = 2.7.0 =
774
775 * added Countdown block
776 * added Custom CSS extension for each blocks
777 * added preview in editor for buttons outline styles
778 * added examples to blocks
779 * added translations to js files
780 * added Vertical option for Tabs block
781 * added Pills style variant for Tabs block
782 * added stars option for Testimonial block
783 * added URL options for Icon Box and Counter Box blocks
784 * added Accordion block activation based on location hash
785 * added active indicators to extensions panels
786 * improved Accordion block to work with unique slug, generated from label
787 * improved Tabs/Accordion labels unique slug generator (no hash conflicts)
788 * updated vendor plugins FontAwesome, Swiper, Jarallax
789 * fixed reusable widget rendering in custom posts without Gutenberg enabled
790 * fixed reusable blocks custom styles rendering
791
792 = 2.6.3 =
793
794 * disabled all extensions on dynamic core blocks
795 * fixed Templates modal open when active Pro
796 * fixed settings JS errors when no options updated
797
798 = 2.6.2 =
799
800 * added Typography settings page
801 * removed Settings page
802 * added Icons settings page
803 * added CSS & JavaScript settings page
804 * better fonts loading (load only necessary weights)
805
806 = 2.6.1 =
807
808 * fixed custom styles loading in reusable widget
809
810 = 2.6.0 =
811
812 * Warning! Changed custom styles rendering method. Recommended to go over all your posts and click on the Update button.
813 * added Typography settings
814 * add Google Fonts globally site-wide
815 * add Google Fonts locally on the edited page only
816 * added preview for all core blocks in editor for Spacings extension
817 * added Table of Contents block
818 * added Styles for core/list block
819 * added Numbered Style for core/heading block
820 * added Highlight format to WYSIWYG toolbar
821 * added Spacings and Display extensions support for Instagram and Twitter blocks
822 * improved Icon Picker
823 * improved performance
824 * added tooltips on each icon
825 * added toggle button for categories
826 * improved performance of templates list loading
827 * changed Progress minimum height to 1
828 * changed Templates capability type to Post
829 * changed all extensions to use native className attribute
830 * fixed grid column bottom sticky
831 * fixed blocks unique classnames regeneration every time when editor loads
832 * fixed Carousels added inside Tabs
833 * minor UI changes
834
835 = 2.5.0 =
836
837 * added Focal Point picker in Grid background settings
838 * added jQuery events for ScrollReveal to let users change the config
839 * improved position of badges popup with color picker
840 * changed Changelog badges styles
841 * changed Grid background img tag output (fixes bug, when user with Editor permission save background image and block crashed)
842 * updated FontAwesome to 5.9.0
843 * updated Swiper to 4.5.0
844 * updated Jarallax to 1.11.0
845 * fixed Badge background color when adding it the first time
846 * fixed selected Column content left offset
847
848 = 2.4.4 =
849
850 * fixed grid background alignfull left and right styles
851 * fixed conflict with AWB video background and Video Block
852 * changed video-worker script to jarallax
853
854 = 2.4.3 =
855
856 * added Grid Gap preview styles in editor
857 * added Carousel item block inserter
858 * fixed Carousel fade effect and visible previous slides
859 * fixed pricing table editor columns styles in default themes
860
861 = 2.4.2 =
862
863 * added cleanup to Animate On Scroll blocks (extra styles automatically removed after animation ended)
864 * fixed Animate On Scroll errors in all blocks since update 2.4.1
865
866 = 2.4.1 =
867
868 * added "Animate on Scroll" preview in editor
869 * improved styles for code editor component
870 * fixed 'getBlockOrder' of undefined error
871
872 = 2.4.0 =
873
874 * added option to hide text in button and show only icon
875 * added Columns appender
876 * added blocks transformations:
877 * `core/quote`, `core/pullquote` -> `ghostkit/testimonial`
878 * `core/columns` -> `ghostkit/grid`
879 * `core/button` -> `ghostkit/button`
880 * between `ghostkit/alert`, `ghostkit/counter-box`, `ghostkit/number-box`
881 * added buttons wrapper clear style
882 * show grid align controls if 1 column selected
883 * fixed conflict with `core/archives` block
884 * fixed Google Maps block error when used invalid API key
885 * fixed FullHeight Google Maps block editor preview
886 * fixed Buttons block label save bug
887 * fixed Gist preloader
888
889 = 2.3.0 =
890
891 * added Templates Library. You can now add pre-designed templates and create your own
892 * added image backgrounds support on Grid and Column
893 * added global CSS & JavaScript on Settings page
894 * added support for prefix and suffix in Counter Box (just add texts around your count)
895 * added responsive Vertical Align option on Column block
896 * fixed creating new Button, Accordion and Pricing Table blocks (handles error after page updated)
897 * fixed changelog badge width
898 * fixed progress caption remove error
899 * fixed error when disabling blocks
900 * fixed Testimonials name and source remove error
901 * fixed Pricing Table RichTexts remove error
902 * fixed Progress Bar xml import error (aria attributes bug)
903 * fixed Grid columns number control if only 1 column showed
904
905 = 2.2.0 =
906
907 * added local and global Custom CSS / JS options
908 * added Ghost Kit options, that contains Custom Code and Customizer buttons (top right corner of Gutenberg editor)
909 * added Open in new tab and nofollow options on Buttons block
910 * added inline badges support (see text editor toolbar for new option)
911 * added uppercase format to text editor
912 * removed Custom CSS and Customizer blocks (use Ghost Kit options instead)
913 * minor changes
914
915 = 2.1.0 =
916
917 * added icon picker right inside block preview in editor for blocks:
918 * Alert
919 * Button
920 * Divider
921 * Icon Box
922 * Testimonial
923 * Video
924 * added Buttons '+' button to add buttons
925 * added Buttons block prev/next move buttons to resort
926 * added Buttons 'Align' button in Inspector
927 * added Accordion '+' button to add new accordion
928 * added Accordion '-' button to remove selected accordion
929 * added Accordion 'Collapse' button in Toolbar
930 * added Accordion items up/down buttons to resort
931 * added Tabs '+' button to add new tab
932 * added Tabs '-' button to remove selected tab
933 * added Tabs 'Align' button in Toolbar
934 * added Number Box 'Position' button in Toolbar
935 * added Number Box 'Show Content' option
936 * added Pricing Table '+' button to add new tables
937 * added Pricing Table '-' button to remove selected table
938 * added Pricing Table items prev/next buttons to resort
939 * added Icon Box 'Position' button in Toolbar
940 * added Icon Box 'Show Content' option
941 * added Video 'Aspect Ratio' button in Toolbar
942 * added Video 'URL' input in Toolbar
943 * added Progress Bar resizable indicators
944 * added Google Maps 'Add Marker' button in Toolbar
945 * added Google Maps 'Style' button in Toolbar
946 * added Google Maps 'Full Height' option in Inspector
947 * added Google Maps height resizable box
948 * added Google Maps 'Better Scroll & Draggable' option
949 * added Grid dynamic layouts preview generator (without SVG)
950 * added custom filter 'ghostkit.editor.grid.layouts' to extend predefined Grid layouts
951 * added Video transformations to Core blocks
952 * added Divider transformations to Separator
953 * changed Grid and Column buttons to icons instead of 'Select Grid' and 'Select Column'
954 * changed Google Maps 'Style' selector to image picker
955 * change Video 'Aspect Ratio' selector to image picker
956 * changed default Google Maps styles (better contrast)
957 * improved icon picker:
958 * larger icons
959 * 3 icons per row
960 * sticky icons pack label
961 * updated all block icons (removed ghost from icons and changed color)
962 * hide Grid options if no layout selected
963 * fixed Google Maps error after adding marker
964 * fixed Google Maps Full Height styles in Editor
965 * fixed column content sticky
966 * fixed 'gkt_enqueue_plugin_font_awesome' filter order (you can use it in themes functions.php)
967 * a lot of minor changes
968
969 = 2.0.1 =
970
971 * fixed Tabs Legacy block extensions support
972
973 = 2.0.0 =
974
975 * added background option for Grid and Column blocks (+ support image, video and parallax backgrounds with [](https://wordpress.org/plugins/advanced-backgrounds/AWB plugin](https://wordpress.org/plugins/advanced-backgrounds/](https://wordpress.org/plugins/advanced-backgrounds/))
976 * added Video block possibility to play videos on mobile devices without open new tab
977 * added Video block autoplay & autopause options
978 * added Icons to Button block
979 * added extendable Icon Picker control with default FontAwesome icons
980 * added draggable for Spacing inputs. Now you can change value using mouse and up, down keys
981 * added plugin Settings page
982 * added Tabs page hash support (old tabs are deprecated, you need to add new Tabs block on the page)
983 * added controls to show/hide Pricing Table price/currency/repeat items
984 * added 'ghostkit' attribute with plugin parameters support for blocks (3rd-party blocks may be extended with Ghost Kit Extensions)
985 * added :focus styles outline for Button block
986 * added [](https://www.ghostkit.io/pricing/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelogGhost Kit Pro](https://www.ghostkit.io/pricing/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog](https://www.ghostkit.io/pricing/?utm_source=wordpress.org&utm_medium=changelog&utm_campaign=changelog) support
987 * added 'inserter' and 'reusable' attributes with 'false' value in inner blocks
988 * added icon in Ghost Kit blocks category
989 * improved Grid block columns and row hovering styles
990 * updated overall styles
991 * changed offsets to em
992 * changed changelog badges to solid color
993 * added border-radius to some blocks
994 * changed Video block image placeholder only visible until video start playing
995 * changed Google Maps data-markers attribute to children blocks for each marker (better extensions possibility)
996 * changed column structure (added content wrapper for better extensions possibility)
997 * changed Grid Column editor classes (added variants and custom Ghost Kit unique class support)
998 * removed inline toolbar from Tabs & Accordion
999 * disabled Spacings inputs autocomplete
1000 * fixed IE11 Counter Box and Icon Box blocks with top icon and number
1001 * fixed Tabs block disappearing of tabs when renaming it
1002 * fixed Button line height in editor
1003 * fixed Accordion collapse icon size & position in editor
1004 * fixed Alert, Icon Box & Number Box editor content margins
1005 * fixed custom className duplicates in most of blocks
1006 * fixed Grid columns attributes resets to defaults after initial insertion
1007 * fixed Grid block full width align horizontal scrollbar in editor
1008 * fixed multiple rows in Grid block editor columns overlapping
1009 * fixed custom style unique class duplication after block clone
1010 * fixed inner blocks overlapping in editor Alert, Number Box & Icon Box blocks
1011 * fixed invisible video in some themes
1012
1013 = 1.6.3 =
1014
1015 * added file types limitations in Video and Testimonial blocks
1016 * fixed WP 5.0 admin styles enqueue
1017 * fixed self-hosted videos play on mobile devices
1018 * fixed jQuery is undefined error in some of the themes
1019
1020 = 1.6.2 =
1021
1022 * added jQuery custom events trigger
1023 * added img selector string in OFI script
1024 * improved ghostkit attributes - created only when custom styles added (before this update it was always added on all blocks)
1025 * changed main script to es6 class for extensions
1026 * fixed Google Maps marker address change
1027 * fixed some blocks broken after XML content importing (escaped characters in custom styles)
1028
1029 = 1.6.1 =
1030
1031 * added number wrapper in counter box
1032 * changed carousel slides backgrounds in editor
1033 * fixed usage of deprecated PanelColor
1034 * fixed button line height in editor
1035 * fixed "Bar" label in progress bar background color control
1036
1037 = 1.6.0 =
1038
1039 * added hover colors options to Alert, Number Box, Counter Box, Icon Box, Divider, Progress blocks
1040 * improved color pickers in blocks (show colors palette only in popover)
1041 * changed fullscreen video popup z-index to 1500
1042 * removed CodeEditor from Custom CSS since it removed in Gutenberg 4.2
1043 * fixed error in Customizer, Instagram, Twitter, Testimonial, Video blocks in Gutenberg 4.2
1044 * fixed Animate on Scroll zoom effect
1045 * minor changes
1046
1047 = 1.5.2 =
1048
1049 * fixed selected image preview in Inspector (Video and Testimonial blocks)
1050
1051 = 1.5.1 =
1052
1053 * added default InnerBlocks in Alert, Number Box, Icon Box, Testimonial, Changelog
1054 * fixed Gutenberg 4.0 Spacing extension and Grid Columns options
1055 * fixed Gutenberg 4.0 number attribute type automatic convert
1056 * fixed Gutenberg 4.0 Button block url input width
1057 * fixed Pricing Table block variant name to extend it
1058 * fixed Pricing Table block error when enabled showPopular option
1059 * fixed Pricing Table block padding in features list
1060 * fixed Pricing Table block bottom margin on mobile devices
1061 * fixed Grid block fullwidth styles in editor
1062 * fixed Google Maps block markers show when no custom map Style defined
1063
1064 = 1.5.0 =
1065
1066 * deprecated Customizer and Custom CSS blocks. This functionality you can find in the top right corner of the editor
1067 * added multiple buttons support in Button block. Be careful, Button block may lose some settings when you update the plugin
1068 * added Instagram block
1069 * added Twitter block
1070 * added Pricing Table block
1071 * added widget for reusable blocks to use in sidebars
1072 * added anchor support to almost all blocks
1073 * improved Animate on Scroll extension (added more options)
1074 * changed default blocks color
1075 * changed button block url input style (now floating)
1076 * changed Spacings extension (device selector changed to tabs)
1077 * prevent adding extensions on reusable blocks
1078 * fixed php error when Gutenberg plugin is not activated
1079 * fixed animate in viewport, when on the screen > 1 counters or progress bars
1080 * fixed styles rendering for new and duplicated blocks
1081 * fixed first loading of Customizer block
1082 * fixed php notices in customizer
1083 * fixed custom styles in transformed blocks
1084 * minor changes
1085
1086 = 1.4.0 =
1087
1088 * added Animate in viewport options in Number Box and Progress Bar
1089 * added Animate on Scroll extension (use scrollreveal library)
1090 * added Custom CSS block styles in editor to preview
1091 * extensions moved from Advanced inspector to bottom of Inspector Controls
1092 * renamed extension Indents to Spacings
1093 * fixed column sticky position 0
1094 * fixed Google Maps placeholder marker icon map overlap
1095 * fixed Google Maps deprecated object
1096
1097 = 1.3.0 =
1098
1099 * added Google Maps block
1100 * added !important style support in Spacings extension
1101 * changed plugin logo
1102
1103 = 1.2.0 =
1104
1105 * added Changelog block
1106 * added Widgetized Area block
1107 * added vertical align buttons in Grid toolbar
1108 * added predefined layouts in Grid block (when you first insert Grid, you can choose)
1109 * updated some block icons
1110 * fixed Gist block table styles bug in default themes
1111 * fixed possible bug with "0" number output in some blocks
1112
1113 = 1.1.4 =
1114
1115 * added Gist block transformation from url
1116 * added option collapseOne to Accordion block
1117 * added option count to Progress block
1118 * added helper toolbar with predefined styles to Alert block
1119 * added helper toolbar with line type to Divider block
1120 * improved Grid column responsive settings (added tabs for each device)
1121 * changed icons to use &lt;svg&gt; instead of &lt;img&gt;
1122
1123 = 1.1.3 =
1124
1125 * improved blocks JS initialization. Support dynamic blocks (for example after AJAX content loading)
1126 * updated block icons
1127
1128 = 1.1.2 =
1129
1130 * added support for Gutenberg 3.7.0
1131 * improved custom styles extension (simplified code and prevent console warnings)
1132
1133 = 1.1.1 =
1134
1135 * added "Select Column" helper UI element to easily select Grid columns [](https://wordpress.org/support/topic/selecting-a-column-in-a-grid/https://wordpress.org/support/topic/selecting-a-column-in-a-grid/](https://wordpress.org/support/topic/selecting-a-column-in-a-grid/](https://wordpress.org/support/topic/selecting-a-column-in-a-grid/)
1136 * moved all blocks to Ghost Kit category
1137 * fixed compatibility with WordPress Import/Export content
1138 * fixed Spacings (margins / paddings) responsive values change [](https://wordpress.org/support/topic/indents-settings-not-working-on-desktop-laptop-table-mobile/https://wordpress.org/support/topic/indents-settings-not-working-on-desktop-laptop-table-mobile/](https://wordpress.org/support/topic/indents-settings-not-working-on-desktop-laptop-table-mobile/](https://wordpress.org/support/topic/indents-settings-not-working-on-desktop-laptop-table-mobile/)
1139
1140 = 1.1.0 =
1141
1142 * added Testimonial block
1143 * added Divider block
1144 * added support for some Kirki fields in Customizer block
1145 * added Fullscreen click action in Video block
1146 * added column block Sticky option
1147 * updated FontAwesome to 5.2.0
1148 * changed RichText usage (some blocks may break)
1149 * removed wp-block-... classname from all blocks
1150 * fixed Customizer and Custom CSS blocks save meta data in custom posts
1151 * fixed Custom CSS block styles escaping (escape > and <)
1152 * fixed columns centering in Grid block editor
1153 * fixed GitHub Gist block iOs smooth scroll
1154 * minor fixes
1155
1156 = 1.0.0 =
1157
1158 * Initial Release
1159