Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Dec 8, 2020
1 parent 8b07a07 commit 07f8690
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2020-12-08

### Added

* can now pass a callback-style `ref` instead of only the `createRef` or
`useRef` variant object that has a `current` property; allows for tools like
`react-hook-form` to work with this project (#52)

### Changed

* patch upgrade to `react-with-forwarded-ref`

## [2.2.4] - 2020-12-03

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-expanding-textarea",
"version": "2.2.4",
"version": "2.3.0",
"description": "React textarea component to automatically expand and contract your textareas",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 07f8690

Please sign in to comment.