Skip to content

Releases: SteamDeckHomebrew/decky-frontend-lib

v2.0.0

04 Sep 17:30
Compare
Choose a tag to compare

2.0.0 (2022-09-04)

Features

  • patcher: rewrite to support multiple patches (076d9eb)

BREAKING CHANGES

  • patcher: All usage of *Patch functions must now store the result and call .unpatch()
    unpatch() has been removed.

v1.8.3

03 Sep 04:36
Compare
Choose a tag to compare

1.8.3 (2022-09-03)

Bug Fixes

  • plugin: Export ServerResponse for use in plugin-loader.tsx (#20) (d01c7b3)

v1.8.2

28 Aug 11:19
Compare
Choose a tag to compare

1.8.2 (2022-08-28)

Bug Fixes

  • utils: Mutable variable must be non-const (#19) (1dd48cd)

v1.8.1

26 Aug 17:35
Compare
Choose a tag to compare

1.8.1 (2022-08-26)

Bug Fixes

  • utils: update wrapReactClass impl. and defaults for prop argument (#17) (55bd06a)

v1.8.0

26 Aug 05:13
Compare
Choose a tag to compare

1.8.0 (2022-08-26)

Features

  • components: add Carousel component (cf137c4)
  • Focusable: add FooterLegend props to Focusable and Field (c25fe58)

v1.7.8

20 Aug 15:09
Compare
Choose a tag to compare

1.7.8 (2022-08-20)

Bug Fixes

  • Dropdown: correct Dropdown types (#15) (a09af35)

v1.7.7

20 Aug 15:00
Compare
Choose a tag to compare

1.7.7 (2022-08-20)

Bug Fixes

  • FieldProps: Add "bottomSeparator" option (#16) (490a1f7)

v1.7.6

18 Aug 15:04
Compare
Choose a tag to compare

1.7.6 (2022-08-18)

Bug Fixes

  • TextFieldProps: Add "disabled" option to TextFieldProps (#14) (af98a76)

v1.7.5

18 Aug 00:26
Compare
Choose a tag to compare

1.7.5 (2022-08-18)

Bug Fixes

  • ButtonItem: update to account for both prop settings (6be0644)

v1.7.4

18 Aug 00:01
Compare
Choose a tag to compare

1.7.4 (2022-08-18)

Bug Fixes