diff --git a/CHANGELOG.md b/CHANGELOG.md index fd500eb..1f7286b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 1.0.0 (Sep 4th, 2020) + +Changes: + - Update VK libs + - Add typescript + - !BREAKING CHANGE! Change custom text props + ## 0.1.1 (Sep 4th, 2020) Changes: diff --git a/README.md b/README.md index f01e10f..f7bd870 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ You can passed options for component: | Name | Type | Description | Default | |---------------|----------|-------------|---------| -|`title` | string | Modal title | 'No internet'| -|`caption` | string | Modal description | 'Checking the network cables, modem and router.' | +|`header` | string | Modal title | 'No internet'| +|`subHeader` | string | Modal description | 'Checking the network cables, modem and router.' | |`actionText` | string | Button text | 'Try again' | |`onClose` | function | Close modal function | **Required** |