Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 682 Bytes

CHANGES.md

File metadata and controls

33 lines (20 loc) · 682 Bytes

The Revision History

v0.3.0 - 2017/09/12

  • Introduce TypeScript and includes *.d.ts
  • Introduce TSLint

v0.2.0 - 2017/05/25

  • Use prop-types library instead of React.PropTypes
  • Use TypeScript for running tests
  • Update Circle CI config to v2
  • Add react-storybook for Demo

v0.1.3 - 2017/01/05

  • Fix built file's dependencies path

v0.1.2 - 2017/01/04

  • Change src props interface to required from optional
  • Change srcSet props interface to Object from Array
  • Fix srcSet props validation logic
  • Add test-coverage tool (istanbul) for CI
  • v0.1.1 - 2016/12/28

    • Add compiled files to the package

    v0.1.0 - 2016/12/28

    • Hello, world!