Fix inconsistency between browsers on textarea outlines (#311)

This commit is contained in:
John Livingston 2024-02-08 11:04:51 +01:00
parent 28adf29626
commit 7b8c961faf
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## ??? (Not Released Yet)
### Minor changes and fixes
* Fix #311:
* Fix inconsistency between browsers on textarea outlines
## 8.1.0 ## 8.1.0
### Minor changes and fixes ### Minor changes and fixes

View File

@ -16,6 +16,7 @@ CONVERSE_COMMIT=""
# - #converse.js/3302: debounce MUC sidebar rendering # - #converse.js/3302: debounce MUC sidebar rendering
# - Fix: refresh the MUC sidebar when participants collection is sorted # - Fix: refresh the MUC sidebar when participants collection is sorted
# - Fix: MUC occupant list does not sort itself on nicknames or roles changes # - Fix: MUC occupant list does not sort itself on nicknames or roles changes
# - Fix inconsistency between browsers on textarea outlines
# This version already includes following changes that will not be merged in ConverseJS upstream: # This version already includes following changes that will not be merged in ConverseJS upstream:
# - Don't load vCards for all room occupants when the right menu is closed # - Don't load vCards for all room occupants when the right menu is closed
# - Changing the default avatar, for something very light (to mitigate blinking effect when vCards are loaded) # - Changing the default avatar, for something very light (to mitigate blinking effect when vCards are loaded)
@ -24,7 +25,7 @@ CONVERSE_COMMIT=""
# - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize. # - Removing unecessary plugins: headless/pubsub, minimize, notifications, profile, omemo, push, roomlist, dragresize.
# - Destroy room: remove the challenge, and the new JID # - Destroy room: remove the challenge, and the new JID
CONVERSE_VERSION="livechat-8.1.0" CONVERSE_VERSION="livechat-8.1.0"
# CONVERSE_COMMIT="8036ad647a2148cb0ada1edad2cb0a558e695e9f" CONVERSE_COMMIT="5f53fc16336b93da49174b38294a8944f850e8ae"
CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js" CONVERSE_REPO="https://github.com/JohnXLivingston/converse.js"
rootdir="$(pwd)" rootdir="$(pwd)"