# Changelog
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).

## [1.1.0] - 2019-09-07
### Changed
- make `minHeight` and `maxHeight` props reactive. by [#17](https://github.com/devstark-com/vue-textarea-autosize/issues/17) from [@deathg0d](https://github.com/deathg0d)
- rewrite textarea height updating in the data-first manner. by [#15](https://github.com/devstark-com/vue-textarea-autosize/issues/15) from [@danielSONCCO](https://github.com/danielSONCCO)
- rebuild the plugin with [vue-cli-plugin-p11n](https://github.com/kazupon/vue-cli-plugin-p11n)
- update README.md
