All notable changes to this project will be documented in this file. Releases without a changelog entry contain only minor changes that are irrelevant for users of this library. We follow Semantic Versioning.
- When product data like rating, number of reviews, price or availability is provided, it is now shown in the Google Preview.
- Adds optional isSuffix prop to the SnippetEditor.
- Adds optional input ID props to the SnippetEditorFields and ModeSwitcher.
- Moves the
SettingsSnippetEditorFields
andSettingsSnippetEditor
to@yoast/replacement-variable-editor
.
- Fixes a bug where the social previews would be able to break out of their container when viewed on smaller screens.
- Removes the replacement variable editor from the code but keep the export for backwards compatibility.
- Fixes a bug where the Google and social previews would not strip the HTTPS protocol.
- Adds a CSS test stub.
- Enhances the Snippet Editor's Mode Switcher component by using radio buttons.
- Drops IE11 support through configuring Babel to use the preset environment with the own list of supported browsers specified.
- Fixes a bug where non-square images would be distorted in the mobile snippet preview.
- Fixes a bug where the Snippet Preview elements had misplaced visually hidden text.
- Increases the specificity of the width and height CSS of the
MobileDescriptionImage
.
- Changes desktop snippet preview to match Google's new font sizes. #345
- Updates the Google Mobile Snippet Preview.
- Splits out
@yoast/search-metadata-previews
fromyoast-components
. The search metadata previews package contains previews for search platforms such as Google.