1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-17 10:16:57 +00:00

Emote Menu? Emote Menu.

* Add the emote menu.
* Add an option to replace the emote menu icon with the FFZ icon.
* Add icons to the icon font.
* Add a basic human duration formatting method to i18n.
* Add methods to the emotes module to get sets including the providers.
* Add a method to the emotes module to load an arbitrary set.
* Add a map to the emotes module for identifying providers.
* Add new events for when emote sets change.
* Add support for loading featured channel emotes.
* Add an option to suppress source sets in emote tooltips.
* Add an option to display a sellout line in emote tooltips.
* Remove emote menu from the WIP section of the home page of the menu.
* Fix a typo in rich content.
* Remove a bit of logging from fine.
* Add helper methods for set comparison and basic debouncing to utilities/object.
* Add constants for the emote menu.
* Add methods to show/hide a tooltip to the tooltip data object.
This commit is contained in:
SirStendec 2018-04-06 21:12:12 -04:00
parent 92130ebac4
commit e6e11fe562
23 changed files with 1423 additions and 26 deletions

View file

@ -1,3 +1,18 @@
<div class="list-header">4.0.0-beta2<span>@65ca9bedbd1b59ec8df4</span> <time datetime="2018-04-06">(2018-04-06)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Emote Menu</li>
<li>Yes, really. You can stop asking now or saying it's broken.</li>
<li>&nbsp;</li>
<li>Fixed: Possible bugs when trying to rebuild CSS for a room that has been unloaded.</li>
<li>Fixed: Typo in rich content hosts preventing links from opening without referral information.</li>
<li>Fixed: Memory leak with tooltips.</li>
<li>Changed: Added several more icons to the icon font.</li>
<li>Changed: Add support for hiding emote sources and displaying an additional message to emote tooltips.</li>
<li>API Added: Methods to get available emote sets along with the provider that added them.</li>
<li>API Added: Events when available emote sets changed.</li>
<li>API Added: Method to load an arbitrary emote set by ID.</li>
</ul>
<div class="list-header">4.0.0-beta1.10<span>@77498dc31e57b48d0549</span> <time datetime="2018-04-03">(2018-04-03)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Added: Rendering support for rich content blocks in chat.</li>