• Adds a Tasty Recipes block for Gutenberg compatibility.
  • Introduces tasty_recipes_enable_responsive_iframes filter for permitting responsive iframes to be disabled.

Don't forget to update! 

You should soon see an update for Tasty Recipes v1.6.0 in your WordPress dashboard. Make sure to update to keep your plugin in tip-top shape.

We're so excited to announce that this version includes full support for Gutenberg. With Tasty Recipes version 1.6.0, Tasty Recipes is Gutenberg-compatible and you'll be able to use all the features of Tasty Recipes inside the Gutenberg editor.

Adding a new recipe inside a Gutenberg post is as simple as adding a block, searching for "Tasty Recipe", and adding the block to the page.

The Tasty Recipes block inside Gutenberg block adder

Once the block is added, the same modal form you're used to using will appear, where you can fill out your recipe. After the recipe is added, you'll see the preview in the post edit screen, just as you did with the classic editor.

What went into this Gutenberg integration?

Developing for Gutenberg is an entirely different experience than developing for the classic editor. Not only do things look and function differently, it uses an entirely different language, too. Gutenberg is built with Javascript and a JS framework called React.

These differences mean that integrating a plugin with Gutenberg - especially a complex plugin like Tasty Recipes - is a large undertaking.

Our lead developer, Daniel Bachhuber, is fortunately a fantastic guy for the job. He has incredible experience with WordPress development in general and is currently leading projects for the Gutenberg project as well. We're so thankful to have someone on our team who really understands WordPress and Gutenberg so thoroughly develop these integrations for us.