Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
PR increases version number to 12.0.0 in anticipation of a new stable release
Release notes
General
Main.css file contained styles for Reach-dependency that is now removed ([Feature] LanguageMenu without Reach #722)
LinkList (#710)
<LinkList>
componentRouterLink (#710)
.fi-link
class to the component and use it for styling like in other link componentssmallScreen
prop to allow smaller font size (16px) where neededLink & ExternalLink (#710)
smallScreen
prop to allow smaller font size (16px) where needed.variant
propActionMenu (#734)
<ActionMenu>
componentButton
link
tosecondaryLight
([Breaking change] Rename button's link variant to secondaryLight #742)LanguageMenu (#722)
name
tobuttonText
and change its type fromany
tostring
. This name better describes its purposearia-label
to inform assistive technologies about usage of LanguageMenulanguageMenuButtonClassName
andlanguageMenuOpenButtonClassName
lang
prop to<LanguageMenuItem>
<LanguageMenuLink>
. All children should now be<LanguageMenuItem>
s with anonSelect()
handleronBlur()
,onClick()
,onOpen()
andonClose()
wrapperProps
which accepts React.HTMLAttributes and is placed to the outermost div of the componentTextInput, Textarea (#752)
SingleSelect, MultiSelect (#753)
listProps
for passing data-attributes to unordered list elementlistItemProps
for passing data-attributes to list itemsDateInput (#761)
Breadcrumb (#771)
underline
prop behavior