Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Latest commit

 

History

History
66 lines (53 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

66 lines (53 loc) · 1.77 KB

Change Log

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

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.7] - 2020-01-27

Added

[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.