Skip to content

Commit

Permalink
docs: updated readme & added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashu-Dubey committed Nov 2, 2022
1 parent 1d85f2b commit 21cb5aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## [v1.0.1](https://github.com/Aashu-Dubey/capacitor-statusbar-safe-area/compare/v1.0.0...v1.0.1) - (29 May 2022)

- fix: podspec issue on iOS when running `npx cap sync` ([3bdf607](https://github.com/Aashu-Dubey/capacitor-statusbar-safe-area/commit/3bdf607b14a54121abcdc768aaa76b74a8a67876)).

## [v1.0.0](https://github.com/Aashu-Dubey/capacitor-statusbar-safe-area/tree/v1.0.0) - (20 Mar 2022)

Initial release.

Using this package you can get Status bar height and Safe area insets on Android & iOS on Ionic applications
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ then you can use them in your CSS files
}
```

## Capacitor version support

| capacitor | plugin version |
| --------- | -------------- |
| v4.x | 1.1.0 |
| v3.x | <= 1.0.1 |

## API

<docgen-index>
Expand Down

0 comments on commit 21cb5aa

Please sign in to comment.