This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
Releases: Yoast/javascript
Releases · Yoast/javascript
[email protected]
15.0.0 September 17th, 2020
Enhancements
- Adds data for Arabic stemmer.
@yoast/[email protected]
2.11.0 September 17th, 2020
Bugfixes
- Fixes a bug where the social previews would be able to break out of their container when viewed on smaller screens.
@yoast/[email protected]
1.4.0 September 17th, 2020
Bugfixes
- Fixes a bug where the Google preview's variables list would be hidden under the WordPress menu when using a right-to-left language.
@yoast/[email protected]
2.9.0 September 17th, 2020
Enhancements
- Changes
TextInput
,TextArea
,LabeledRadioButton
,Select
, andMultiSelect
to controlled components, their value should be passed from a higher order component. - Changes the
MultiSelect
implementation to usereact-select
instead ofselect2
. - Introduces
icons.html
for examples on how to use the icons. - Adds chevron up and chevron down svg icons.
Bugfixes
- Fixes a bug where removing the last item from the
MultiSelect
generated an error. - Fixes a bug where the
select2
dropdown would be hidden when used in a modal.
Other
- Adds styling to the RadioButtons to remove any "before" elements.
[email protected]
1.81.0 August 31st, 2020
Enhancements
- Adds more Polish function words.
- Adds word form functionality for Polish.
- Makes feedback string in the keyphrase in subheadings assessment more explicit.
- Improves keyphrase recognition for Hebrew.
- Adds function words for Hebrew.
@yoast/[email protected]
2.8.0 August 31st, 2020
Enhancements
- Adds a button with an edit icon.
[email protected]
1.80.0 August 17th, 2020
Enhancements
- Makes it possible to tokenize sentences in languages that are written right-to-left (e.g., Hebrew, Arabic, Farsi and Urdu).
- Improves keyphrase recognition for Arabic.
- Adds function words for Arabic and Hebrew.
- Adds Sentence beginning assessment for Indonesian.
- Adds Transition words assessment for Indonesian.
- Adds Passive voice assessment for Indonesian.
- Adds Flesch reading ease assessment for Portuguese.
- Adds passive voice assessment for Portuguese.
- Fixes inconsistency in feedback strings that are produced by the Keyphrase in SEO Title assessment.
@yoast/[email protected]
2.7.0 August 17th, 2020
Enhancements
- Adds a new active schema tab icon.
- Adds an optional buttonRef prop to the Button and ButtonStyledLink, which will be set as a ref on the html button and anchor element, respectively.
- Makes the FieldGroup component available by exporting it. The FieldGroup is a reusable wrapper with a title/label, an optional HelpIcon and an optional Description.
- Opens the 'ultimate guide to keyword research' link from the WordOccurrenceInsights component in a new tab.
- Adds an optional
onOptionFocus
prop to the Select component. When an input event is fired,onOptionFocus
is called with the select's name, and the current value.
Other
- Makes the Select name property optional.
[email protected]
1.79.0 August 3rd, 2020
Enhancements
- Adds some irregular plural forms of Italian words to function words and morphologyData file, including specs and a function to call the exception list.
- Adds a check for whether the word belongs to stemming exceptions to the Russian stemmer.
- Adds an exception check for irregular Italian diminutives to the Italian stemmer.
- Adds a check for exception lists of full forms and words with multiple stems to the Russian stemmer.
- Adds specs for irregular verbs for the Italian full forms exception list.
- Adds check for French verbs on -ions before stemming the verb suffix -ons and does not stem -ons if the word ends on -ions (for these words, the suffix is most likely -s, not -ons).
- Adds Indonesian function words.
- Changes the
getProminentWordsForInternalLinking
research so that it only runs for texts over 400 words or texts over 300 words with a title and/or a metadescription specified. - Changes the output of the research so that it not only returns the list of prominent words but also information about the presence of metadescription and title, as well as the length of text. This information is later used to return a customized message to the user, within the internal linking suggestions container.
[email protected]
5.8.0 August 3rd, 2020
Enhancements
- Adds a label to the internal linking suggestions, indicating the post type or taxonomy name of the suggested post or term.
- Changes the message the user receives in the internal linking suggestions container. The message now includes a notification to add a title and/or a metadescription (if those are missing) to improve the quality of internal linking suggestions.