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

Releases: Yoast/javascript

@yoast/[email protected]

03 Aug 06:26
582d1e8
Compare
Choose a tag to compare

1.1.0 August 3rd, 2020

Bugfixes

  • Fixes a bug where the styling for the variables in the snippet editors was incorrect.
  • Fixes a bug where the placeholder text in the title input field was a different color than the one in the description input field.

@yoast/[email protected]

03 Aug 06:25
582d1e8
Compare
Choose a tag to compare

2.6.0 August 3rd, 2020

Enhancements

  • Adds the means to put a button inline with a select2 element.
  • Adds a small class for the buttons and a disabled status for the secondary button.
  • Adds a box shadow and border to the toggle switch.
  • Adds a disabled state for the toggle items.
  • Adds a "small" prop (boolean) to the Button and ButtonStyledLink components for a variant with a lower profile.
  • Yoast styled buttons are now available in preset variants, such as primary, secondary, buy, etc.
  • Yoast styled links (identically styled to the buttons) are now available in preset variants, such as primary, secondary, buy, etc.
  • Updates the input fields, text areas, dropdowns, buttons, title separator and toggle switches in the settings pages to the new styling.

Bugfixes

  • Fixes a bug where the insights would cause a horizontal scrollbar in the Yoast sidebar.

Other

  • Flips the order of the labels for inverse toggles. To make sure the active state is always on the right.
  • Refactors the code to use another term than 'prominent words', 'keyword suggestions' or 'relevant words'.
  • Removes the standard WordPress checkmark from our checkmarks.
  • Removes internal linking feature flag from the feature branch. Previously hidden functionality will now be the default.
  • Deprecates the WordList component. A console warning has been added to the component.

[email protected]

20 Jul 07:29
815dd40
Compare
Choose a tag to compare

1.78.0 July 20th, 2020

Enhancements

  • Adds word form support for Portuguese.
  • Adds word form support for Indonesian.
  • Adds a check for keywords containing a dash as part of the word (e.g., buku-buku) so that they can be found in the slug.
  • Adds "кроме того" to Russian transition words.
  • 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 and removes scrivere, scrive, and scritto from function words.
  • Adds a check for exception lists of full forms and words with multiple stems to the Russian stemmer.
  • Adds some irregular plural forms of Italian words to function words and morphologyData file, including specs and a function to call the exception list.
  • Improves the feedback text for the keyphrase in title assessment to make clear that an exact keyphrase match is necessary.

@yoast/[email protected]

20 Jul 07:28
815dd40
Compare
Choose a tag to compare

1.0.0 July 20th, 2020

Enhancements

  • Adds a new Facebook and Twitter preview written in React.
  • Adds a form for editing the Social Previews.

@yoast/[email protected]

20 Jul 07:28
815dd40
Compare
Choose a tag to compare

1.0.0 July 20th, 2020

Enhancements

  • Creates a new package for the form that is used in the Social Previews.

@yoast/[email protected]

20 Jul 07:27
815dd40
Compare
Choose a tag to compare

2.7.0 July 20th, 2020

Enhancements

  • Removes the replacement variable editor from the code but keep the export for backwards compatibility.

Bugfixes

  • Fixes a bug where the Google and social previews would not strip the HTTPS protocol.

@yoast/[email protected]

20 Jul 07:27
815dd40
Compare
Choose a tag to compare

1.0.0 July 20th, 2020

Enhancements

  • Creates a new package for the Replacement variable editor that is used in the Snippet Preview and the Social Preview.

@yoast/[email protected]

20 Jul 07:26
815dd40
Compare
Choose a tag to compare

0.13.0 July 20th, 2020

Enhancements

  • Adds functions to validate Facebook/Twitter images.

@yoast/[email protected]

20 Jul 07:26
815dd40
Compare
Choose a tag to compare

2.7.0 July 20th, 2020

Bugfixes

  • Fixes a bug where an error would occur when the Choice component received an array of options.

@yoast/[email protected]

20 Jul 07:25
815dd40
Compare
Choose a tag to compare

2.5.0 July 20th, 2020

Enhancements

  • Adds type="button" to all buttons to make sure the default submit behavior is prevented.
  • Adds focus styling to button, input, textarea, select and toggle switch components for accessibility.
  • Adds the correct border colors for active, hover and focus to the IconLabeledButton.
  • Adds VariableEditorInputCotainer to add caret styles since Draft.js (un)mounts on every focus change.
  • Changes all the css variables of the button component to use the Yoast namespacing correctly.
  • Removes border-bottom and margin-top hack from the collapsible.

Bugfixes

  • Fixes the right-to-left styling for the .yoast-button--buy button.

Other

  • Refactors the code to use another term than 'prominent words', 'keyword suggestions' or 'relevant words'.
  • Deprecates the WordList component. A console warning has been added to the component.