PluginProbe
Block Animations, Motion & Scroll Effects – Ghost Kit / 3.7.0
Block Animations, Motion & Scroll Effects – Ghost Kit v3.7.0
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.0, at CHANGELOG.md

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