Skip to content

Releases: pwafire/pwafire

v5.1.1

27 May 10:11
6a47deb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.4...v5.1.1

v5.0.4

06 Dec 18:27
e99ae4d
Compare
Choose a tag to compare

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

05 Feb 17:19
a310aec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.6...v4.0.0

v4.0.0-alpha-1

31 Jan 15:40
Compare
Choose a tag to compare

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

Full Changelog: v3.0.6...v4.0.0-alpha-1

v3.0.6

21 Dec 17:22
Compare
Choose a tag to compare

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

20 Dec 02:25
Compare
Choose a tag to compare

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

06 Oct 10:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v3.0.5