This repository has been archived by the owner on Oct 4, 2022. It is now read-only.
igorschoester
released this
17 Aug 11:31
·
1762 commits
to develop
since this release
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.