1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 08:28:31 +00:00
FrankerFaceZ/src
SirStendec 38e557e809 4.72.0
* Fixed: The button to expand chat not appearing when using theater mode along with Swap Sidebars.
* Fixed: Emote / link cards not appearing correctly when using moderator view.

* API Added: `searchParentNode(input: InputNode, criteria: (node: ReactNode) => boolean)` method to `site.fine` for finding React internal nodes, useful for locating stateless components for extracting props.
* API Added: `getRenderers()`, `getActions()` methods for `chat.actions` to get bulk data.
* API Added: `getBadge(id: string | number)` method for `chat.badges` to get a badge.
* API Added: `getUser(...).getBadges()` method for `chat` to get a user's badges.
* API Added: The `action-editor` component for `chat.actions` has an additional `extra_appearance_editor` field for adding additional inputs.
* API Changed: The `removeAction(...keys: string[])` and `removeRenderer(...keys: string[])` methods for `chat.actions` now support multiple keys to allow for more efficient removal.
2024-03-29 13:33:14 -04:00
..
modules 4.72.0 2024-03-29 13:33:14 -04:00
pubsub 4.68.2 2024-03-01 01:48:50 -05:00
settings 4.71.0 2024-03-21 15:44:11 -04:00
sites 4.72.0 2024-03-29 13:33:14 -04:00
std-components 4.60.0 2023-11-06 20:47:19 -05:00
utilities 4.72.0 2024-03-29 13:33:14 -04:00
addons.json Add-Ons Loader System (#606) 2019-06-01 02:11:22 -04:00
addons.ts 4.61.0 2023-12-14 17:52:35 -05:00
bridge.js 4.52.0 2023-09-09 17:43:51 -04:00
clips.js More type progress. 2023-11-16 18:41:50 -05:00
entry.js Initial commit for converting FrankerFaceZ to TypeScript. 2023-11-13 20:47:45 -05:00
entry_ext.js 4.60.0 2023-11-06 20:47:19 -05:00
esbridge.js 4.52.0 2023-09-09 17:43:51 -04:00
experiments.json 4.68.2 2024-03-01 01:48:50 -05:00
experiments.ts 4.68.2 2024-03-01 01:48:50 -05:00
i18n.js Initial commit for converting FrankerFaceZ to TypeScript. 2023-11-13 20:47:45 -05:00
load_tracker.ts More type progress. 2023-11-16 18:41:50 -05:00
main.ts More type progress. 2023-11-16 18:41:50 -05:00
player.js Initial commit for converting FrankerFaceZ to TypeScript. 2023-11-13 20:47:45 -05:00
raven.js Initial commit for converting FrankerFaceZ to TypeScript. 2023-11-13 20:47:45 -05:00
socket.js Initial commit for converting FrankerFaceZ to TypeScript. 2023-11-13 20:47:45 -05:00
staging.tsx * Convert AddonManager to TypeScript. 2023-11-16 22:36:10 -05:00