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

@yoast/components@2.2.0

Compare
Choose a tag to compare
@igorschoester igorschoester released this 25 May 07:50
· 2856 commits to develop since this release
f85215b

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 the select2 styling of other plugins.