Skip to content

Commit 207f2c2

Browse files
committed
update to Capacitor5
1 parent 495917b commit 207f2c2

File tree

4 files changed

+532
-718
lines changed

4 files changed

+532
-718
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
## 3.0.3 (2022-09-23)
1+
## 4.0.0 (2023-05-10) (next)
2+
3+
### Chore
4+
5+
- update to @capacitor/core 5.0.0
6+
- update to @capacitor-community/sqlite 5.0.0-beta.2
7+
8+
9+
## 3.0.3 (2022-09-23) (latest)
210

311
### Added Features
412

README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center"><br><img src="https://avatars3.githubusercontent.com/u/16580653?v=4" width="128" height="128" /></p>
22

33
<h3 align="center">Vue Hook for @capacitor-community/sqlite@web</h3>
4-
<p align="center"><strong><code>vue-sqlite-hook@latest</code></strong></p>
4+
<p align="center"><strong><code>vue-sqlite-hook@next</code></strong></p>
55
<br>
6-
<p align="center" style="font-size:50px;color:red"><strong>Capacitor 4</strong></p><br>
6+
<p align="center" style="font-size:50px;color:red"><strong>Capacitor 5</strong></p><br>
77
<p align="center">
8-
A Vue Hook to help Capacitor developpers to use <strong><code>@capacitor-community/sqlite@latest</code></strong> plugin in Vue or Ionic/Vue applications
8+
A Vue Hook to help Capacitor developpers to use <strong><code>@capacitor-community/sqlite@next</code></strong> plugin in Vue or Ionic/Vue applications
99
</p>
1010
<br>
1111
<p align="center">
@@ -20,6 +20,10 @@
2020
</p>
2121
<br>
2222

23+
## @Next For Capacitor 5 (Next5)
24+
25+
The `Capacitor5` vue-sqlite-hook interfacing the `@capacitor-community/sqlite@next`
26+
2327
## @LATEST For Capacitor 4 (Main)
2428

2529
The `Capacitor4` vue-sqlite-hook interfacing the `@capacitor-community/sqlite@latest`
@@ -48,8 +52,8 @@ The `initial` vue-sqlite-hook interfacing the `@capacitor-community/sqlite@initi
4852
## Installation
4953

5054
```bash
51-
npm install --save @capacitor-community/sqlite@latest
52-
npm install --save-dev vue-sqlite-hook
55+
npm install --save @capacitor-community/sqlite@next
56+
npm install --save-dev vue-sqlite-hook@next
5357
```
5458

5559
## Supported methods

0 commit comments

Comments
 (0)