Skip to content

Commit

Permalink
v6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TriangleJuice committed Sep 3, 2021
1 parent ca6e4f7 commit 0a3e8bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

### Changed

## v6.0.3 - 2021-09-02

### Changed
- Removed unnecessary dependencies, moved `react` and `react-dom` to peer dependencies

### Fixed

- `Form/Checkbox` - no longer becomes disabled when no id is given (fixes [#248](https://github.com/digipolisantwerp/antwerp-ui_react/issues/248))
- `Form/Datepicker` - label selects datepicker even when no id is given
- `Form/Datepicker` - cleaned up document event listeners (fixes [#247](https://github.com/digipolisantwerp/antwerp-ui_react/issues/247))
- `Calendar` headers now show monday first for `en` locale (fixes [#246](https://github.com/digipolisantwerp/antwerp-ui_react/issues/246)


## v6.0.2 - 2021-06-08

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acpaas-ui/react-components",
"version": "6.0.2",
"version": "6.0.3",
"description": "Antwerp UI is a component interface library for building user interfaces and responsive web apps.",
"license": "MIT",
"main": "dist/index.cjs.js",
Expand Down

0 comments on commit 0a3e8bd

Please sign in to comment.