- Introduce TypeScript and includes
*.d.ts
- Introduce TSLint
- Use
prop-types
library instead ofReact.PropTypes
- Use TypeScript for running tests
- Update Circle CI config to v2
- Add react-storybook for Demo
- Fix built file's dependencies path
- 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
- Add compiled files to the package
- Hello, world!