Skip to content

1.0.0-beta2

Compare
Choose a tag to compare
@Sebobo Sebobo released this 10 Jun 15:29
a567f89

This second beta includes 2 technical changes that shouldn't affect you when it worked fine for you before.

  1. Rendering the SEO preview mode is now more resilient when the Neos.Neos:Page prototype body rendering is overridden in a project.

This means the preview mode will now reset the rendering and use its own method, instead of extending the default Neos rendering. A nice side effect was that the rendering now actually uses less code.

  1. Started using new split javascript packages from Yoast.

Previously this package used Yoast components to render the SEO preview mode and Yoast.js for the analyzer. As those libraries are slowly split into more manageable smaller libraries, we also started to adapt to that.
When the process is finished and the big libraries are not needed anymore, this should also lead to a smaller footprint of the javascript plugin loaded in the Neos backend.

Changes since the first beta