Skip to content

Releases: Yoast/yoast-components

4.13.0

08 Oct 08:46
Compare
Choose a tag to compare

4.13.0 October 8th, 2018

Other

  • Compatibility with Yoast SEO 8.4.

v4.12.1

24 Sep 14:08
Compare
Choose a tag to compare

4.12.1 September 24th, 2018

Other

  • Compatibility with Yoast SEO 8.3.

v4.12.0

24 Sep 09:20
Compare
Choose a tag to compare

Other

  • Compatibility with Yoast SEO 8.3.

v4.11.0

10 Sep 14:36
Compare
Choose a tag to compare

Fixed

  • Fixes a bug where the placeholder "Modify your meta description by editing it right here" wasn't translatable.

Added

  • Exposes AnalysisList to render a plain list of content analysis results.
  • Exposes renderRatingToColor which renders a rating received from YoastSEO.js to a color that can be used in CSS.

v4.10.1

28 Aug 09:46
Compare
Choose a tag to compare

4.10.1 August 28th, 2018

Fixed

  • Fixes an incorrect import of YoastButton in index.js.

v4.10.0

27 Aug 13:25
Compare
Choose a tag to compare

Added

  • Adds a ButtonSection component.
  • Adds a loadingSpinner svg icon.

Fixed

  • Fixes a bug where an invalid icon warning was thrown because no icon was provided to the IconsButton.
  • Fixes a bug where only the header of the ButtonSection component was clickable, instead of the entire component.

Other

  • Improves the keyword input field focus style and contrast ratio.

v4.9.0

13 Aug 12:46
Compare
Choose a tag to compare

4.9.0 August 13th, 2018

Added

  • Adds a standalone LanguageNotice component. Before, this component was part of the ContentAnalysis component.
  • Adds a HelpText component.
  • Adds a label to the KeywordInput component.
  • Adds an onBlur event to the KeywordInput component.
  • Adds a button to the KeywordInput component that allows removal of that keyword section.
  • Adds a ContentOptimizationContainer component.
  • Adds a SynonymsInput component.
  • Adds a CornerstoneToggle component.
  • Adds a demo page for the SVG icons rendered by the SvgIcon component to the App.
  • Adds a subtitle to the CollapsibleHeader component.

Removed

  • Removes the helpTextButton from the SnippetPreview component as it has been replaced by a description that is always present.

Fixed

  • Fixes the styling of the Collapsible component for right-to-left languages.
  • Fixes a bug where the Collapsible component would show scrollbars in Internet Explorer 11.

Other

  • Increases the font size of the synonyms help text and changes its color.
  • Makes it possible to render multi-shape SVG icons.
  • Adds clipboard and a11y-speak to the package.json.

4.8.0

25 Jul 09:17
a567a2a
Compare
Choose a tag to compare

Added

  • Add setOverallSeoScore and setOverallReadabilityScore reducer.
  • Add help text to the content analysis in the standalone.
  • Add a IconLabelledButton component to render a button with visible textual label

Fixed

  • Fix alignment of video in help center when no ads are present.

v4.7.0

03 Jul 15:26
40c49d3
Compare
Choose a tag to compare

4.7.0 July 3rd, 2018

Added

  • Adds synonyms components.

Fixes

  • Fixes the CSS media query to target IE11 used for the buttons min-height.

Removed

  • Removes the unused replaceKeyword action.

v4.6.2

02 Jul 12:41
Compare
Choose a tag to compare

Fixes

  • Fixes a bug where console errors would be thrown because ref instead of innerRef was used in the ReplacementVariableEditor.