1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
This update includes a dependency update to version 2 of PopperJS, the library we use for tool-tips. Hopefully this fixes flickering issues with tool-tips. Some tool-tips may have issues after the update. If something doesn't look right, please ask.

* Fixed: Chat lines not showing replies.
* API Fixed: `setChildren` now supports variables that are not `Node`s or `string`s, and does so by casting other types to `string`s. Makes it easy to include numbers and other variables when using JSX.
* Maintenance: Update to PopperJS v2.
This commit is contained in:
SirStendec 2021-11-10 18:27:52 -05:00
parent 1c3e73e143
commit 958a3956f1
12 changed files with 107 additions and 79 deletions

13
pnpm-lock.yaml generated
View file

@ -16,6 +16,7 @@ specifiers:
'@babel/plugin-transform-react-jsx': ^7.16.0
'@ffz/fontello-cli': ^1.0.4
'@ffz/icu-msgparser': ^2.0.0
'@popperjs/core': ^2.10.2
'@webpack-cli/serve': ^1.6.0
babel-loader: ^8.2.3
clean-webpack-plugin: ^3.0.0
@ -41,7 +42,6 @@ specifiers:
markdown-it-link-attributes: ^3.0.0
mnemonist: ^0.38.5
path-to-regexp: ^3.2.0
popper.js: ^1.16.1
raven-js: ^3.27.2
raw-loader: ^3.1.0
react: ^17.0.2
@ -69,6 +69,7 @@ specifiers:
dependencies:
'@ffz/icu-msgparser': 2.0.0
'@popperjs/core': 2.10.2
crypto-js: 3.3.0
dayjs: 1.10.7
displacejs: 1.4.1
@ -81,7 +82,6 @@ dependencies:
markdown-it-link-attributes: 3.0.0
mnemonist: 0.38.5
path-to-regexp: 3.2.0
popper.js: 1.16.1
raven-js: 3.27.2
react: 17.0.2
safe-regex: 2.1.1
@ -616,6 +616,10 @@ packages:
rimraf: 3.0.2
dev: true
/@popperjs/core/2.10.2:
resolution: {integrity: sha512-IXf3XA7+XyN7CP9gGh/XB0UxVMlvARGEgGXLubFICsUMGz6Q+DU+i4gGlpOxTjKvXjkJDJC8YdqdKkDj9qZHEQ==}
dev: false
/@types/glob/7.2.0:
resolution: {integrity: sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==}
dependencies:
@ -4463,11 +4467,6 @@ packages:
find-up: 4.1.0
dev: true
/popper.js/1.16.1:
resolution: {integrity: sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==}
deprecated: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1
dev: false
/portfinder/1.0.28:
resolution: {integrity: sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==}
engines: {node: '>= 0.12.0'}