diff --git a/packages/control-input/CHANGELOG.md b/packages/control-input/CHANGELOG.md index a23b79137..c0a9a46bf 100644 --- a/packages/control-input/CHANGELOG.md +++ b/packages/control-input/CHANGELOG.md @@ -15,6 +15,7 @@ ## Versions +* [v2.1.7 - Replace `checked` attribute with `defaultChecked` on control inputs examples](#v217) * [v2.1.6 - Update dependencies](#v216) * [v2.1.5 - Removing web pack dev server, updating dependencies](#v215) * [v2.1.4 - Fixed build scripts for Windows](#v214) @@ -38,6 +39,11 @@ ## Release History +### v2.1.7 + +- Replace `checked` attribute with `defaultChecked` on control inputs examples + + ### v2.1.6 - Update dependencies diff --git a/packages/control-input/README.md b/packages/control-input/README.md index 2cbfac142..bd43ef3a8 100644 --- a/packages/control-input/README.md +++ b/packages/control-input/README.md @@ -116,6 +116,7 @@ The visual test: https://uikit.service.gov.au/packages/control-input/tests/site/ ## Release History +* v2.1.7 - Replace `checked` attribute with `defaultChecked` on control inputs examples * v2.1.6 - Update dependencies * v2.1.5 - Removing web pack dev server, updating dependencies * v2.1.4 - Fixed build scripts for Windows diff --git a/packages/control-input/package.json b/packages/control-input/package.json index 181b5cd03..a054ee659 100644 --- a/packages/control-input/package.json +++ b/packages/control-input/package.json @@ -1,6 +1,6 @@ { "name": "@gov.au/control-input", - "version": "2.1.6", + "version": "2.1.7", "description": "Control inputs include radio buttons and checkboxes. They allow users to select one or more options.", "keywords": [ "uikit", diff --git a/packages/control-input/tests/react/index.js b/packages/control-input/tests/react/index.js index d3b0c73e0..a899d9b35 100644 --- a/packages/control-input/tests/react/index.js +++ b/packages/control-input/tests/react/index.js @@ -170,13 +170,13 @@ ReactDOM.render(
--dark--dark--alt--alt--alt --dark--alt --dark