Robin Herbots 2 years ago
parent
commit
933884934c

+ 4 - 4
asset-manifest.json

@@ -1,9 +1,9 @@
 {
   "files": {
     "main.css": "/Inputmask/static/css/main.551d4dcf.css",
-    "main.js": "/Inputmask/static/js/main.a57cfa48.js",
-    "static/js/522.0566e6df.chunk.js": "/Inputmask/static/js/522.0566e6df.chunk.js",
-    "static/media/Changelog.md": "/Inputmask/static/media/Changelog.5f200660bbd02a6731d0.md",
+    "main.js": "/Inputmask/static/js/main.66ef043c.js",
+    "static/js/522.35e2d51c.chunk.js": "/Inputmask/static/js/522.35e2d51c.chunk.js",
+    "static/media/Changelog.md": "/Inputmask/static/media/Changelog.53c23bd33c41a2a91bb4.md",
     "static/media/Documentation.md": "/Inputmask/static/media/Documentation.9c56b25db73830444913.md",
     "static/media/browserstack-logo-600x315.png": "/Inputmask/static/media/browserstack-logo-600x315.6d2b669584674591381c.png",
     "static/media/inputmask.svg": "/Inputmask/static/media/inputmask.6fe5e4943b8c73acfbe8bcda7b7fa072.svg",
@@ -16,6 +16,6 @@
   },
   "entrypoints": [
     "static/css/main.551d4dcf.css",
-    "static/js/main.a57cfa48.js"
+    "static/js/main.66ef043c.js"
   ]
 }

File diff suppressed because it is too large
+ 1 - 1
index.html


File diff suppressed because it is too large
+ 0 - 1
static/js/522.0566e6df.chunk.js


File diff suppressed because it is too large
+ 1 - 0
static/js/522.35e2d51c.chunk.js


File diff suppressed because it is too large
+ 2 - 0
static/js/main.66ef043c.js


+ 4 - 11
static/js/main.a57cfa48.js.LICENSE.txt

@@ -1,16 +1,9 @@
 /*!
- * Determine if an object is a Buffer
- *
- * @author   Feross Aboukhadijeh <https://feross.org>
- * @license  MIT
- */
-
-/*!
  * dist/inputmask
  * https://github.com/RobinHerbots/Inputmask
  * Copyright (c) 2010 - 2023 Robin Herbots
  * Licensed under the MIT license
- * Version: 5.0.9-beta.32
+ * Version: 5.0.9-beta.33
  */
 
 /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
@@ -56,7 +49,7 @@
  */
 
 /**
- * @remix-run/router v1.7.2
+ * @remix-run/router v1.9.0
  *
  * Copyright (c) Remix Software Inc.
  *
@@ -67,7 +60,7 @@
  */
 
 /**
- * React Router DOM v6.14.2
+ * React Router DOM v6.16.0
  *
  * Copyright (c) Remix Software Inc.
  *
@@ -78,7 +71,7 @@
  */
 
 /**
- * React Router v6.14.2
+ * React Router v6.16.0
  *
  * Copyright (c) Remix Software Inc.
  *

File diff suppressed because it is too large
+ 0 - 2
static/js/main.a57cfa48.js


+ 3 - 0
static/media/Changelog.5f200660bbd02a6731d0.md

@@ -7,8 +7,11 @@
 
 ### Updates
 - Properly handle insertMode false in alternation logic.
+- Enhance resolving of the ndxInitializer to determine the alternating tests.
 
 ### Fixed
+- Timezone mask #2730
+- Unicode categories such as \p{P} or \p{S} does not work in regexp property #2741
 - When user press Ctrl+Alt / Alt+Ctrl key in the field, Can input characters with restricted formatting #2736
 - The leap year doesn't play well with jitMasking parameter #2647
 - dd.mm.yyyy can't enter a day greater than the 9 #2723