Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Releases: Yoast/javascript

yoast-components@4.30.0

22 Jul 09:58
Compare
Choose a tag to compare

4.30.0 July 22nd, 2019

Added

  • In the internal linking suggestions component, adds a check for the presence of the prominent words to determine which of the feedback strings should be rendered. If no prominent words are determined for a text (and hence no suggestions), the old message "Once you add a bit more copy..." is rendered. If prominent words are determined, but still no suggestions could be found, a new message is rendered: "We could not find any relevant articles on your website that you could link your post to.".

Other

  • Replaced babel-preset-es2015 with babel-preset-env, as babel-preset-es2015 is deprecated.

yoastseo@1.56.0

08 Jul 09:00
Compare
Choose a tag to compare

1.56.0 July 8th, 2019

Changed

  • Changes the following improved internal linking functionality (which is disabled by a feature flag by default):
    • Bumps the minimum number of required word occurrences from 2 to 4 (when extracting prominent words for internal linking).

@yoast/components@0.5.0

08 Jul 09:01
Compare
Choose a tag to compare

0.5.0 July 8th, 2019

Added

  • Changes the following improved internal linking functionality (which is disabled by a feature flag by default):
    • Adds the `WordOccurrences component, which is a new visualization for the prominent words.

yoastseo@1.55.0

24 Jun 19:53
Compare
Choose a tag to compare

1.55.0 June 24th, 2019

Changed

  • Updated the CSS autoprefixer configuration to drop support for old Internet Explorer versions.

yoast-components@4.28.0

24 Jun 19:52
Compare
Choose a tag to compare

4.28.0 June 24th, 2019

Changed

  • Updates the CSS autoprefixer configuration to drop support for old Internet Explorer versions.

@yoast/search-metadata-previews@1.4.0

24 Jun 19:53
Compare
Choose a tag to compare

1.4.0 June 24th, 2019

Changed

  • Updates the Google Mobile Snippet Preview.

yoastseo@1.54.0

11 Jun 14:14
Compare
Choose a tag to compare

1.54.0 June 11th, 2019

Added

  • Adds an improved internal linking functionality behind a feature flag. For now, this new functionality is disabled by default. Specifically, the new internal linking functionality has the following improvements:
    • Changes the way prominent words are extracted for the Internal linking suggestions and Insights features. No multiple-word combinations are considered anymore, but single words only. For languages with morphological support (currently English and German) different morphological forms of words (e.g., link, linking, links, linked) are recognized and collapsed together, which improves the performance of the said features.
    • Changes the Insights functionality in the following way: no words that occurred less than 5 times in the text of the post are displayed. For languages with morphological support (for now, English and German) different word forms of the same word are collapsed based on their stem/base form (e.g., the stem of words link, linking, links, and linked is link). If the stem coincides with an actual word used in the text, it is displayed to the user in the list of Insights. If the stem does not coincide with any words used in the text, the first word form of the stem that occurred in the text will be used for display.
    • Changes the Internal linking suggestions functionality in the following way: not only the text of the post but also different meta data fields are used for analysis, i.e., title, keyphrase, synonyms, meta description, subheadings (H2 and H3 levels). One occurrence of a word in the said meta data fields is deemed more important than one occurrence of this word inside the text. Stems are further saved in the database and used for matching of prominent words between posts and the internal linking functionality.

yoast-components@4.27.0

11 Jun 14:14
Compare
Choose a tag to compare

4.27.0 June 11th, 2019

Changed

  • Removes the margin from the KeywordInput component.

@yoast/components@0.4.0

11 Jun 14:15
Compare
Choose a tag to compare

0.4.0 June 11th, 2019

Added

  • Uses feature-flag functionality to determine whether a single word or a multi-word combination should be returned in the KeywordSuggestions component. Multi-word remains the default.

@yoast/analysis-report@0.4.0

11 Jun 14:13
Compare
Choose a tag to compare

0.4.0 June 11th, 2019

Changed

  • Added a margin of 16px to the left of the marker button, so the link and button are not too close.