New changes:
f2ee08671 Replace x.slice(0,x.length-y) with x.slice(0,-y)
3640b5838 Localisation updates from https://translatewiki.net.
7354e18f6 build: Updating nanoid to 3.3.8
87328d996 Don't fire 'position' event before sidebar opens
0caebbe37 WindowAction: Return promises from close & toggle
915ab3dbe Move focus-preserving fix from SpecialCharacterDialog to WindowAction
aecb5307c Localisation updates from https://translatewiki.net.
981885dda Localisation updates from https://translatewiki.net.
4cb78622d Set interactive-widget=resizes-content on mobile targets
Bug: T379780
Change-Id: I51d1754d9eeeb294205813fd5510d6a253495585
We need to allow for the grep commands to return empty strings
like we do in the lines above. This error was previously suppressed
because we incorrectly prepending "- " unconditionally.
Change-Id: I3a80e8790d879cbce021bf06eeb6746862bfdd1a
On mobile, we need to deactivate the surface so that
the checks are visible where the virtual keyboard
would be.
Change-Id: Ib108f8a0abb6fe9b503ac394188d3468f9a316cb
The pause is to show the user the result of their
action (sepcifically it was designed for AddReferenceEditCheck
to let them see the reference in the page).
If they reject, there is no need to pause. This applies
to mulit-check too where it would cause a pause before moving on
to the next check.
Change-Id: I57f881b37051cc2e5ea6bda23fea66a2de2b342d
* Don't try to draw the selections/highlights while the sidebar
is opening.
* Only make the scroll call once (after the sidebar is open) to
keep the animation smooth.
Change-Id: I1c1d23b0dad07aa44a2bd10ebb32149e796d6738
New changes:
5c98d9b41 Keep track of recently used symbols
Added i18n keys:
- visualeditor-specialcharacter-recentlyused
Local changes:
Register preference for SpecialCharacterDialog recently-used list
Implement `canUseUserConfig` platform method
Bug: T110722
Change-Id: Ie869ccd4292f87354222af6648d7ea0e5ae50387
New changes:
89cbef3b0 Make sure InternalList sorting is stable both ways
bc2195831 Remove a few misplaced @param docs
28cc3c2d3 Localisation updates from https://translatewiki.net.
1e5b58eab Simplify TransactionSquasher test code a bit
25b5b7af6 Fix incomplete comparison in TextState.getChunks
00fd3c99e Document defaults for optional parameters in JS code
f188fd1a8 DiffElement: Fix typo in data slice
f3d699066 build: Updating jsdoc to 4.0.4
14c23bc36 Localisation updates from https://translatewiki.net.
1d9fb6345 Update OOUI to v0.51.4
5e3405228 Localisation updates from https://translatewiki.net.
d210240a0 Update languages after an automatic commit
Change-Id: I4ec553779eb3bf797098f4e024eb196bb40498d5
'selection' is only used by AddReferenceEditCheck but this can
be done in the act method.
Provide a method for getting highlight selections from
these 'affected fragments' that can be overridden.
Change-Id: Ida661682efd8ae99d945f0e310ea3ce12efc8770