Release 1.0.1
π New Release - 1.0.0 π
Seeing as we haven't seen many issues, I thought to take the release out of the @next tag and finally publish version 1.0.0!
(We're actually now on 1.0.1 as there was a dependency still in the dependencies which should have been in devDependencies ).
Changes:
- Fix: the classNames function was being passed into itself, instead of the className variable (thanks @aiwatko !)
- Fix: the disableDefaultBehaviour prop was being passed to the SkipLink component inside of the ...rest variable, causing a React "React does not recognise the prop on a DOM element" error (thanks @lukepearson !)
- Feature: A useFormContext hook has been created to allow other packages (i.e nhsuk-react-components-extensions to be able to easily integrate into the existing Form error logic.
- Fix: The dependency @storybook/storybook-deployer has been removed from the dependencies, and now lives in the devDependencies.