1.2.0 (https://github.com/rdkcentral/firebolt-apis/compare/v1.1.0…v1.2.0) (2024-06-14)

Bug Fixes

Features

1.1.0 (2024-02-09)

Bug Fixes

1.0.0 (2023-11-03)

Upgraded to 1.0 at part of RDK6 release. This API is still compatibile with 0.x versions.

Bug Fixes

Features

0.17.1 (2023-09-15)

Bug Fixes

fix: Add enumerated values for fontFamily/fontEdge (#181)

0.17.0 (2023-09-07)

Bug Fixes

0.15.0 (2023-07-31)

Bug Fixes

Features

0.14.0 (2023-06-22)

Bug Fixes

Features

0.13.0 (2023-06-09)

Bug Fixes

Features

0.12.0 (2023-05-18)

Bug Fixes

0.11.0 (2023-05-01)

Bug Fixes

0.10.0 (2023-02-06)

Bug Fixes

Features

0.9.0

Features

Bug Fixes

0.8.1

0.8.0

0.7.0

To upgrade to 0.7.0 simply change the type of any Firebolt Promise resolutions from bigint to number, e.g.:

const res:[bigint, bigint] = await Device.screenResolution()

Should become:

const res:[number, number] = await Device.screenResolution()

0.6.2

0.6.1

0.6.0

0.5.2

0.5.1

0.5.0