# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.7] - 2020-01-27
### Added
- Configuration API (#94) - [@phillbaker][]

## [0.2.6] - 2019-10-15
### Fixed
- Vue components that use Vue.extend (#95) - [@wenlz123][]

## [0.2.5] - 2019-04-22
### Fixed
- Incorrect handling of multiple components with same name (#79) - [@khashish][]
## [0.2.4] - 2019-03-20
### Fixed
- Usage with styled-components (#69) - [@fsodano][]
- Improved Vue component detection (#71) - [@runebaas][]
- Builds and tests can now be run on Windows (#73) - [@runebaas][]

## [0.2.3] - 2018-10-13
### Fixed
- React 16.5 prop warnings (#62) - [@walts81][]
### Added
- Support for custom Vue events (#62) - [@walts81][]

## [0.2.2] - 2018-06-22
### Fixed
- React component check for native (ES6) arrow functions (#44).

## [0.2.1] - 2018-02-14
### Fixed
- Only pass wrapped children if children exist to pass prop type validation. (#27) - [@phillbaker][]

## [0.2.0] - 2017-11-10
### Updated
- Rollup 0.51
- React 16.1
- Vue 2.5

## [0.1.3] - 2017-11-02
### Fixed
- Bug with globally registered Vue components (#18).

## [0.1.2] - 2017-10-07
### Fixed
- Issues with `component` prop updates. (#5)
- Issues with children in Babel plugin.
- Issues with children updates.

## [0.1.1] - 2017-10-04
### Fixed
- Babel plugin could not be imported as specified in README. (#5)

## [0.1.0] - 2017-10-03
Initial release.

[@phillbaker]: https://github.com/phillbaker
[@walts81]: https://github.com/walts81
[@fsodano]: https://github.com/fsodano
[@runebaas]: https://github.com/runebaas
[@khashish]: https://github.com/khashish
[@wenlz123]: https://github.com/wenlz123
