1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 00:18:31 +00:00
FrankerFaceZ/src/modules/chat
SirStendec 3c1d61993a 4.25.0
* Fixed: Smooth Scrolling no longer causing chat to scroll. (Closes #1068)
* Fixed: Issue with users using certain external stylesheets causing chat messages to become impossible to read on mouse hover. (Closes #1066)
* Fixed: Issues with badge sorting causing some badges to be overridden when they shouldn't be.
* Changed: Improve caching of badge data, such that re-rendering chat lines requires less computation.
* Changed: Refactor how chat lines listen for settings changes to reduce code duplication.
* Changed: Refactor how chat lines are invalidated to minimize work when changing settings.
* API Added: `chat:rerender-lines` event that, when emitted, causes all chat lines to be re-rendered.
* API Added: `chat:update-line-tokens` event that, when emitted, causes all chat lines to have their tokens invalidated and recalculated.
* API Added: `chat:update-line-badges` event that, when emitted, causes all chat lines to have their cached badges invalidated and recalculated.
* API Changed: `chat:update-lines-by-user` now has extra properties for separately invalidating tokens or badges. The full signature is `chat:update-lines-by-user(id, login, invalidate_tokens = true, invalidate_badges = true)`
2021-06-23 16:08:57 -04:00
..
actions 4.21.0 2021-04-24 14:37:01 -04:00
components 4.20.61 2021-02-11 19:40:12 -05:00
badges.jsx 4.25.0 2021-06-23 16:08:57 -04:00
clip_info.gql 4.20.22 2020-08-04 18:26:11 -04:00
components.js 4.9.6 2019-09-12 13:11:08 -04:00
emoji.js 4.23.1 2021-06-10 18:53:16 -04:00
emote_info.gql 4.17.5 2019-12-12 18:44:19 -05:00
emote_set_info.gql 4.15.2 2019-10-28 14:56:55 -04:00
emotes.js 4.23.1 2021-06-10 18:53:16 -04:00
index.js 4.25.0 2021-06-23 16:08:57 -04:00
override-editor.vue 4.22.6 2021-05-17 17:02:23 -04:00
overrides.js 4.20.61 2021-02-11 19:40:12 -05:00
rich_providers.js 4.20.91 2021-04-19 15:08:12 -04:00
room.js 4.23.1 2021-06-10 18:53:16 -04:00
tokenizers.jsx 4.24.0 2021-06-18 14:27:14 -04:00
user.js 4.23.1 2021-06-10 18:53:16 -04:00
video_info.gql 4.20.22 2020-08-04 18:26:11 -04:00