Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspedm committed Mar 14, 2021
1 parent 0ab89bb commit 3a6086e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** |

Expand Down

0 comments on commit 3a6086e

Please sign in to comment.