Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
## 0.6.0 (10/01/2023)

<a name="0.6.0"></a>

- [Radio - add extra prop](https://github.com/Capgemini/dcx-react-library/issues/313)
- [Autocomplete - a11y enable keyboard keys](https://github.com/Capgemini/dcx-react-library/issues/320)
- [Button - add value prop](https://github.com/Capgemini/dcx-react-library/issues/332)
- [Button - default aria attribute](https://github.com/Capgemini/dcx-react-library/issues/334)
- [FormSelect - add containerId prop](https://github.com/Capgemini/dcx-react-library/issues/335)
- [MultiUpload - HTML output refactor](https://github.com/Capgemini/dcx-react-library/issues/352)
- [Autocomplete - empty field on enter](https://github.com/Capgemini/dcx-react-library/issues/354)
- [Autocomplete - remove prompt on page load](https://github.com/Capgemini/dcx-react-library/issues/355)
- [Autocomplete - add props optionsId for each item in the list](https://github.com/Capgemini/dcx-react-library/issues/363)
- [FormGroup - make onChange optional](https://github.com/Capgemini/dcx-react-library/issues/366) [same property apply to FormRadio and FormCheckbox]

**Deprecated**

The following component has been deprecated and removed from storybook. It will be removed in the next release

- [FormRadio component](https://github.com/Capgemini/dcx-react-library/issues/353)

**Removed**

- [FormGroup component](https://github.com/Capgemini/dcx-react-library/issues/353)

**New components**

Two new components has been created. In case you used the FormRadio component will be easy enough to rename it and remove the type property.

- [RadioGroup component](https://github.com/Capgemini/dcx-react-library/issues/353)
- [CheckboxGroup component](https://github.com/Capgemini/dcx-react-library/issues/353)

**Dependencies**

- [remove external dependency from react-jss](https://github.com/Capgemini/dcx-react-library/issues/356)
- [bumping versions](https://github.com/Capgemini/dcx-react-library/issues/341)

## 0.5.0 (1/09/2022)

<a name="0.5.0"></a>
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,19 @@ Thanks goes to these wonderful people
<sub><b>Sri Viswanathan</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/cg-julian-taylor">
<img src="https://avatars.githubusercontent.com/u/107050226?v=4" width="100px;" alt=julian-taylor"/>
<br />
<sub><b>Julian Taylor</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/SergioBanderaGarcia">
<img src="https://avatars.githubusercontent.com/u/113599747?v=4" width="100px;" alt=sergio-bandera-garcia"/>
<br />
<sub><b>Sergio Bandera Garcia</b></sub>
</a>
</td>
</tr>
</table>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@capgeminiuk/dcx-react-library",
"author": "Capgemini UK",
"license": "MIT",
"version": "0.6.0-alpha-2",
"version": "0.6.0",
"source": "src/index.ts",
"main": "dist/dcx-react-library.js",
"module": "dist/dcx-react-library.module.js",
Expand Down