diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a4e047c4..c606b29b54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +### BREAKING CHANGES +- Restrict Typescript checks for component props @kuzhelov ([#1290](https://github.com/stardust-ui/react/pull/1290)) + ## [v0.30.0](https://github.com/stardust-ui/react/tree/v0.30.0) (2019-05-10) [Compare changes](https://github.com/stardust-ui/react/compare/v0.29.1...v0.30.0) diff --git a/build/gulp/tasks/test-projects/cra/App.tsx b/build/gulp/tasks/test-projects/cra/App.tsx index 6692ce48ea..ab350e653f 100644 --- a/build/gulp/tasks/test-projects/cra/App.tsx +++ b/build/gulp/tasks/test-projects/cra/App.tsx @@ -25,7 +25,7 @@ class App extends React.Component { - +