Skip to content

Commit

Permalink
Version 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasYapla committed Dec 10, 2024
1 parent 268830e commit c55c3db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 7.5.0
Version 7.6.0

# Changelog

Expand All @@ -7,13 +7,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased -
## 7.6.0 - 2024-12-10

### Added

- `DateRangePicker` component
- `open`, `onCalendarToggle` and `onCalendarToggle` properties added to make opening and closing the `Calendar` controlled in the `Datepicker`

### Fixed

- The second argument of the Datepicker's `onChange` function returns now correctly the input value of the text field.
- An invalid icon is not rendered in the dom.

## 7.5.0 - 2024-02-09

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/antwerp-ui/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@a-ui/react",
"version": "7.4.1",
"version": "7.6.0",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down

0 comments on commit c55c3db

Please sign in to comment.