Releases: pwafire/pwafire
v5.1.1
What's Changed
- Bump decode-uri-component from 0.2.0 to 0.2.2 in /packages/pwafire by @dependabot in #117
- Bump json5 from 2.2.1 to 2.2.3 in /packages/pwafire by @dependabot in #118
- feat(docs) - updated lib description by @mayeedwin in #119
- feat(docs) - updated docs by @mayeedwin in #120
- hotfix/notifications by @mayeedwin in #122
- Update README.md by @mayeedwin in #123
- Bump word-wrap from 1.2.3 to 1.2.4 in /packages/pwafire by @dependabot in #125
- Bump tough-cookie from 4.1.2 to 4.1.3 in /packages/pwafire by @dependabot in #124
- Bump @babel/traverse from 7.19.4 to 7.23.2 in /packages/pwafire by @dependabot in #126
- feature/6 alpha by @mayeedwin in #127
Full Changelog: v5.0.4...v5.1.1
v5.0.4
Web OTP
Verify phone numbers on the web with the WebOTP API, which allows you to receive one-time passwords (OTPs) from the SMS message and automatically fill them into the form.
Call the webOTP method on pwa
await pwa.webOTP((res) => {
// Do something with the result.
if (res.ok) {
// Do something.
const code = res.code;
} else {
// Do something.
}
});
v4.0.0
What's Changed
- Sync with master by @mayeedwin in #96
- Merge pull request #96 from pwafire/master by @mayeedwin in #97
- v4.0.0 by @mayeedwin in #99
- Merge pull request #99 from pwafire/master by @mayeedwin in #100
- Feature/api check (#102) by @mayeedwin in #103
- Release : v4.0.0 by @mayeedwin in #105
Full Changelog: v3.0.6...v4.0.0
v4.0.0-alpha-1
Change "success" to "ok" in the API return response
Goal is to make sure that a more semantic and expressive response is sent back in each API use instance.
For example;
{
ok: true,
message: "Text copied"
}
Add Content Indexing API
Index your offline-capable pages with the Content Indexing API
What's Changed
- Sync with master by @mayeedwin in #96
- Merge pull request #96 from pwafire/master by @mayeedwin in #97
Full Changelog: v3.0.6...v4.0.0-alpha-1
v3.0.6
Detect inactive users with the Idle Detection API
The Idle Detection API notifies developers when a user is idle, indicating such things as lack of interaction with the keyboard, mouse, screen, activation of a screensaver, locking of the screen, or moving to a different screen. A developer-defined threshold triggers the notification.
Learn how to use here and more here
Full Changelog: v3.0.5...v3.0.6
v3.0.6-alpha
Detect inactive users with the Idle Detection API
The Idle Detection API notifies developers when a user is idle, indicating such things as lack of interaction with the keyboard, mouse, screen, activation of a screensaver, locking of the screen, or moving to a different screen. A developer-defined threshold triggers the notification.
Learn how to use here and more here
Full Changelog: v3.0.5...v3.0.6-alpha
v3.0.5
What's Changed
- Sync branches by @mayeedwin in #88
- Merge pull request #88 from pwafire/master by @mayeedwin in #89
- Bump path-parse from 1.0.6 to 1.0.7 in /packages/pwafire by @dependabot in #90
- Added French documentation by @EZFRICA in #92
- Bump ansi-regex from 5.0.0 to 5.0.1 in /packages/pwafire by @dependabot in #93
New Contributors
Full Changelog: v2.0.4...v3.0.5