1.0.0-alpha.1 (2019-09-05)
Build System
- react-kit,tools: update react and storybook (ecf5070)
Code Refactoring
- react-kit: drop
prop-types
(96ced98) - react-kit: support new react typings (743c0ea)
BREAKING CHANGES
- react-kit: replaced
prop-types
validators with constNull
s - react-kit: - narrowed
Button
's type
prop
- narrows
Scrollable
's children
prop
- react-kit,tools: Peer dependencies were updated:
- "@types/react": "^16.9.2",
- "@types/react-dom": "^16.9.0",
- "react": "^16.9.0",
- "react-dom": "^16.9.0"