Releases: SteamDeckHomebrew/decky-frontend-lib
Releases · SteamDeckHomebrew/decky-frontend-lib
v4.8.2
4.8.2 (2024-11-20)
Bug Fixes
- Footer: add missing focus/nav properties (#113) (8117693)
v4.8.1
4.8.1 (2024-10-11)
Bug Fixes
- DialogCheckbox: prevent some potential issues in dialogcheckbox (bf58e08)
- prevent issues where toString may not be a function (what) (e965816)
v4.8.0
4.8.0 (2024-10-05)
Bug Fixes
- components/Modal: dont break in desktop ui (bea9ac7)
- components/Router: dont break in desktop ui (980df68)
Features
- utils/react: add some window-related utils (063dedb)
v4.7.4
4.7.4 (2024-10-04)
Bug Fixes
- DialogCheckbox: don't access getters to prevent their side effects from breaking the component (241b22c)
v4.7.3
4.7.3 (2024-10-03)
Bug Fixes
- components: fix missing components on oct 2 2024 beta (0f9fb5a)
v4.7.2
4.7.2 (2024-09-16)
Bug Fixes
- utils: fix potential race condition in findSP (3aa07dc)
v4.7.1
4.7.1 (2024-08-08)
Bug Fixes
- utils/react: fix potential race condition in injectFCTrampoline (4c97097)
v4.7.0
4.7.0 (2024-07-28)
Features
- router: support desktop bpm overlay (7eb484d)
v4.6.0
4.6.0 (2024-07-26)
Features
- classMapper: add findClassByName back (2b8d2ae)
v4.5.0
4.5.0 (2024-07-24)
Features
- classMapper: add classModuleMap, make findClass require ID (a370c1f)
- webpack: refactor to prepare for classMapper changes (d83bada)