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]
1.77.0 June 22nd, 2020
Enhancements
- Adds check for stemming -ons suffix in French, and for the exception list of words where only -s should be stemmed in French.
- Adds check for nouns in Russian on ость before removing verb suffixes (including the newly added suffix ть).
@yoast/[email protected]
2.4.0 June 22nd, 2020
Enhancements
- Adds a new standardized Button class, which can render as a button or as an anchor tag.
- Adds a standardized Primary button and link.
- Adds a standardized Secondary button and link.
- Adds a standardized Upsell button and link.
- Adds a standardized Hide button and link.
- Adds a standardized Remove button and link.
- Adds a standardized Close button and link.
- Adds the HTML and CSS for the secondary, sales, hide and remove buttons.
[email protected]
1.76.0 June 8th, 2020
Enhancements
- Adds a check for the exception list of French verbs with multiple stems and stems them by returning the indicated canonical stem.
- Adds a stemmer for the Italian language.
- Adds an exception check for words ending in -is/us/os where -s should not be stemmed.
- Improves the way keyphrases containing words ending in "ent" are recognized in the text.
- Stems French words that are considered too short to be stemmed according to the stemming rules, but that should nevertheless be stemmed.
@yoast/[email protected]
2.3.0 June 8th, 2020
Bugfixes
- Fixes a bug where the close button wasn't placed correctly in the metabox modals.
- Fixes a bug where our global CSS variables could conflict with global CSS variables of themes.
[email protected]
1.75.0 May 25th, 2020
Enhancements
- Adds a stemmer for the Russian language.
- Adds checks for exception list with full forms and exception list of words with multiple stems to the French stemmer.
- Checks an exception list of plurals with -x suffix and stems them correctly.
- Transfers data from French stemmer to data file and improves stemming of words in -issement in French.
@yoast/[email protected]
2.2.0 May 25th, 2020
Enhancements
- Adds a new DataModel component.
- Changes the Warning component colors to match the new Yoast notification styling.
- Changes the WordOccurrences component in a way that now requires CSS to be loaded. Make sure your JavaScript packager can load CSS.
- Changes the image upload component to be inline with the new Yoast styling.
- Updates HTML and CSS for unexported Toggle and FieldGroup components. ClassName of FieldGroup can now be controlled via props.
- Allows users to set wrapper class and title class on TextInput via wrapperClassName and titleClassName props.
Bugfixes
- Fixes a bug where the Select's selected option text was too long for the container.
- Fixes a bug where our
select2
styling would overwrite theselect2
styling of other plugins.
[email protected]
1.74.0 May 11th, 2020
Added
- Adds French to the list of languages for which we have morphology support.
- Adds word forms support for French in a beta version.
Changed
- Improves the transition word assessment for Hungarian. Props to @Zsoru.
- Improves the way diminutive nouns are stemmed.
Fixed
- Makes sure that lists with single words don't skew the keyphrase distribution score.
[email protected]
@yoast/[email protected]
0.12.0 May 11th, 2020
Added
- Adds a file that can be used to modify hidden inputs.
@yoast/[email protected]
2.1.0 May 11th, 2020
Added
- Makes the MultiSelect, Select, RadioButtonGroup, and TextInput available by exporting them from the root.
- Adds colors and icons used in various components.
- Adds HTML and CSS for new title separator component.
- Adds a separate
HelpIcon
. - Adds an interactive text color to the base colors.
- Adds the Toggle component.
- Adds a new CheckboxGroup component.
Changed
- Shows the HelpIcon next to a label only if a link (
linkTo
) is provided. - Updates the HTML of checkbox, input, radiobutton, select and toggle to make styling easier.
- Changes styling for select components.
- Makes select2 full width.
Fixed
- Fixes a bug where loading the styles from the monorepo would not include styles for the
HelpIcon
. - Removes some global CSS rules.