Robin Herbots 2 years ago
parent
commit
dc859826dd

+ 4 - 4
asset-manifest.json

@@ -1,9 +1,9 @@
 {
   "files": {
     "main.css": "/Inputmask/static/css/main.551d4dcf.css",
-    "main.js": "/Inputmask/static/js/main.fee8f750.js",
-    "static/js/522.ce392730.chunk.js": "/Inputmask/static/js/522.ce392730.chunk.js",
-    "static/media/Changelog.md": "/Inputmask/static/media/Changelog.9d1be1a0e3b6701dfcad.md",
+    "main.js": "/Inputmask/static/js/main.1ea65abf.js",
+    "static/js/522.0566e6df.chunk.js": "/Inputmask/static/js/522.0566e6df.chunk.js",
+    "static/media/Changelog.md": "/Inputmask/static/media/Changelog.cafb633d535a52291985.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.fee8f750.js"
+    "static/js/main.1ea65abf.js"
   ]
 }

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


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


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


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


+ 4 - 4
static/js/main.fee8f750.js.LICENSE.txt

@@ -10,7 +10,7 @@
  * https://github.com/RobinHerbots/Inputmask
  * Copyright (c) 2010 - 2023 Robin Herbots
  * Licensed under the MIT license
- * Version: 5.0.9-beta.25
+ * Version: 5.0.9-beta.28
  */
 
 /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
@@ -56,7 +56,7 @@
  */
 
 /**
- * @remix-run/router v1.3.2
+ * @remix-run/router v1.7.2
  *
  * Copyright (c) Remix Software Inc.
  *
@@ -67,7 +67,7 @@
  */
 
 /**
- * React Router DOM v6.8.1
+ * React Router DOM v6.14.2
  *
  * Copyright (c) Remix Software Inc.
  *
@@ -78,7 +78,7 @@
  */
 
 /**
- * React Router v6.8.1
+ * React Router v6.14.2
  *
  * Copyright (c) Remix Software Inc.
  *

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


+ 7 - 2
static/media/Changelog.9d1be1a0e3b6701dfcad.md

@@ -2,9 +2,14 @@
 
 ## [5.0.9 - UNRELEASED]
 
+### Addition
+- Add exports field in package.json #2690
+
+### Updates
+- Properly handle insertMode false in alternation logic.
+
 ### Fixed
-- Add exports field #2690
-- dd.mm.yyyy can't enter a day greater than the 9 #2723 (WIP)
+- dd.mm.yyyy can't enter a day greater than the 9 #2723
 - Highlighting Values with Negative Numbers #2714
 - "NumLock", "ScrollLock" strings as input value while "A" mask using. #2720
 - Paste value when all select in inputfield not working good #2603