This repository was archived by the owner on Oct 4, 2022. It is now read-only.
Releases: Yoast/javascript
Releases · Yoast/javascript
[email protected]
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.
[email protected]
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
andremovePunctuation
.
@yoast/[email protected]
1.6.0 October 26th, 2020
Enhancements
- Adds optional idSuffix prop to the SocialMetadataPreviewForm.
- Adds optional ID props to the ImageSelect.
@yoast/[email protected]
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
andSettingsSnippetEditor
to@yoast/replacement-variable-editor
.
@yoast/[email protected]
1.6.0 October 26th, 2020
Enhancements
- Adds the
SettingsSnippetEditorFields
andSettingsSnippetEditor
from@yoast/search-metadata-previews
.
@yoast/[email protected]
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/[email protected]
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.
[email protected]
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.
[email protected]
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/[email protected]
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.