From 3a6086e1d4f2078a87bd7d76f294345a9c9d82c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D0=B0=D0=B3=D0=B8=D1=80=20=D0=A5=D0=B0=D0=B4=D0=B6?= =?UTF-8?q?=D0=B8=D0=B5=D0=B2?= Date: Sun, 14 Mar 2021 12:22:36 +0300 Subject: [PATCH] Update docs --- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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** |