@ckeditor/ckeditor5-utils 41.3.0-alpha.0 → 41.3.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/language.js +1 -0
- package/src/version.js +1 -1
package/dist/index.js
CHANGED
|
@@ -957,7 +957,7 @@ function formatConsoleArguments(errorName, data) {
|
|
|
957
957
|
*/
|
|
958
958
|
const version = '41.3.0-alpha.0';
|
|
959
959
|
// The second argument is not a month. It is `monthIndex` and starts from `0`.
|
|
960
|
-
const releaseDate = new Date(2024, 2,
|
|
960
|
+
const releaseDate = new Date(2024, 2, 11);
|
|
961
961
|
/* istanbul ignore next -- @preserve */
|
|
962
962
|
if (globalThis.CKEDITOR_VERSION) {
|
|
963
963
|
/**
|
|
@@ -4649,6 +4649,7 @@ function splitKeystrokeText(keystroke) {
|
|
|
4649
4649
|
*/
|
|
4650
4650
|
const RTL_LANGUAGE_CODES = [
|
|
4651
4651
|
'ar', 'ara',
|
|
4652
|
+
'dv', 'div',
|
|
4652
4653
|
'fa', 'per', 'fas',
|
|
4653
4654
|
'he', 'heb',
|
|
4654
4655
|
'ku', 'kur',
|