Releases: SteamDeckHomebrew/decky-frontend-lib
Releases · SteamDeckHomebrew/decky-frontend-lib
v2.0.0
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
1.8.3 (2022-09-03)
Bug Fixes
- plugin: Export ServerResponse for use in plugin-loader.tsx (#20) (d01c7b3)
v1.8.2
1.8.2 (2022-08-28)
Bug Fixes
- utils: Mutable variable must be non-const (#19) (1dd48cd)
v1.8.1
1.8.1 (2022-08-26)
Bug Fixes
- utils: update wrapReactClass impl. and defaults for prop argument (#17) (55bd06a)
v1.8.0
1.8.0 (2022-08-26)
Features
- components: add Carousel component (cf137c4)
- Focusable: add FooterLegend props to Focusable and Field (c25fe58)
v1.7.8
1.7.8 (2022-08-20)
Bug Fixes
v1.7.7
1.7.7 (2022-08-20)
Bug Fixes
- FieldProps: Add "bottomSeparator" option (#16) (490a1f7)
v1.7.6
1.7.6 (2022-08-18)
Bug Fixes
- TextFieldProps: Add "disabled" option to TextFieldProps (#14) (af98a76)
v1.7.5
1.7.5 (2022-08-18)
Bug Fixes
- ButtonItem: update to account for both prop settings (6be0644)
v1.7.4
1.7.4 (2022-08-18)
Bug Fixes