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

Releases: Yoast/javascript

yoastseo@1.85.0

16 Nov 09:48
4678e0a
Compare
Choose a tag to compare

1.85.0 November 16th, 2020

Enhancements

  • Implements Hebrew stemmer.
  • Implements the transition words assessment for Hebrew.
  • Adds Hebrew papers and specs to check the assessments functionality for Hebrew.
  • Adds the consecutive sentences assessment for Hebrew.
  • Adds Sentence length assessment for Hebrew.
  • Adds passive voice assessment for Hebrew, including a check, a number of specs and a list of Hebrew verb roots, both in their original and (for some) modified version.
  • Adds the words 'annoyed', 'depressed', 'disappointed', and 'upset' to the list of English non-passives.
  • Adds Swedish, Indonesian, Arabic, Hebrew, and Farsi to the list of languages with function words, to which a different scoring system applies for the keyphraseDistribution assessment.

yoastseo@1.84.0

26 Oct 08:48
3109df2
Compare
Choose a tag to compare

1.84.0 October 26th, 2020

Enhancements

  • Expands list of exceptions for Indonesian words that look like passive voice forms but are not and adds a rule that checks for those exceptions.

Bugfixes

  • Adds various quotation marks to wordBoundaries and removePunctuation.

@yoast/social-metadata-forms@1.6.0

26 Oct 08:48
3109df2
Compare
Choose a tag to compare

1.6.0 October 26th, 2020

Enhancements

  • Adds optional idSuffix prop to the SocialMetadataPreviewForm.
  • Adds optional ID props to the ImageSelect.

@yoast/search-metadata-previews@2.13.0

26 Oct 08:49
3109df2
Compare
Choose a tag to compare

2.13.0 October 26th, 2020

Enhancements

  • Adds optional isSuffix prop to the SnippetEditor.
  • Adds optional input ID props to the SnippetEditorFields and ModeSwitcher.
  • Moves the SettingsSnippetEditorFields and SettingsSnippetEditor to @yoast/replacement-variable-editor.

@yoast/replacement-variable-editor@1.6.0

26 Oct 08:49
3109df2
Compare
Choose a tag to compare

1.6.0 October 26th, 2020

Enhancements

  • Adds the SettingsSnippetEditorFields and SettingsSnippetEditor from @yoast/search-metadata-previews.

@yoast/helpers@0.14.0

26 Oct 08:49
3109df2
Compare
Choose a tag to compare

0.14.0 October 26th, 2020

Enhancements

  • Adds join that filters an array with Boolean and then joins it.
  • Duplicates wordBoundaries, stripSpaces and html.js from yoastseo.

@yoast/components@2.11.0

26 Oct 08:50
3109df2
Compare
Choose a tag to compare

2.11.0 October 26th, 2020

Bugfixes

  • Fixes a bug where the Select's onOptionFocus would not be called.
  • Fixes a bug where the Edit variant of the NewButton had a misaligned icon.
  • Fixes a bug where the new Button component could not be imported via the package index.

yoastseo@1.83.0

13 Oct 08:18
3bdeb43
Compare
Choose a tag to compare

1.83.0 October 13th, 2020

Enhancements

  • Creates basic keyphrase forms for Farsi when they have the following affixes: prefix ن, and suffixes مان, شان, تان, ش, ت, م, ی and their variations such as ‌اش, ‌ات, یی, یم, یت, یش, ‌ای, ‌ام.
  • Adds function words for Farsi and edits a typo in the Arabic function words file.

yoast-components@5.12.0

13 Oct 08:22
3bdeb43
Compare
Choose a tag to compare

5.12.0 October 13th, 2020

Enhancements

  • Changes the look of the KeyphraseInput component's errors.
  • Improves accessibility of the KeyphraseInput component's errors list.
  • Adds a hasError prop to the KeywordInput component.

Bugfixes

  • Fixes a bug where the YoastReactSelect component would not show the border and inner shadow correctly.
  • Fixes a bug where the font size and weight for the KeywordInput label would not be set correctly.

@yoast/components@2.10.0

13 Oct 08:23
3bdeb43
Compare
Choose a tag to compare

2.10.0 October 13th, 2020

Enhancements

  • Adds SingleSelect component, which is based on the MultiSelect implementation.
  • Introduces the new table HTML and CSS setup.
  • Includes table.css in monorepo.css.

Bugfixes

  • Fixes a bug where the new Button component could not be imported via the package index.
  • Fixes a bug where the font size for the field group and the font weight for the table header would not be set correctly.

Other

  • Adds an id to the MultiSelect's input field.
  • Adjusts the styling provided for the modal component to use it for the Gutenberg Modal component.