Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Herbots committed Mar 21, 2024
1 parent c69f8ec commit ac8742a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 3 additions & 3 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"files": {
"main.css": "/Inputmask/static/css/main.551d4dcf.css",
"main.js": "/Inputmask/static/js/main.62c169e9.js",
"main.js": "/Inputmask/static/js/main.b3be34ef.js",
"static/js/522.0566e6df.chunk.js": "/Inputmask/static/js/522.0566e6df.chunk.js",
"static/media/Changelog.md": "/Inputmask/static/media/Changelog.27bd37bb20bbc444b852.md",
"static/media/Changelog.md": "/Inputmask/static/media/Changelog.483ac3a63dbee17109b2.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",
Expand All @@ -16,6 +16,6 @@
},
"entrypoints": [
"static/css/main.551d4dcf.css",
"static/js/main.62c169e9.js"
"static/js/main.b3be34ef.js"
]
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Inputmask/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Inputmask documentation pages"/><link rel="apple-touch-icon" href="/Inputmask/logo192.png"/><link rel="manifest" href="/Inputmask/manifest.json"/><title>Inputmask documentation</title><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4533828508581714" crossorigin="anonymous"></script><script defer="defer" src="/Inputmask/static/js/main.62c169e9.js"></script><link href="/Inputmask/static/css/main.551d4dcf.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/Inputmask/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Inputmask documentation pages"/><link rel="apple-touch-icon" href="/Inputmask/logo192.png"/><link rel="manifest" href="/Inputmask/manifest.json"/><title>Inputmask documentation</title><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4533828508581714" crossorigin="anonymous"></script><script defer="defer" src="/Inputmask/static/js/main.b3be34ef.js"></script><link href="/Inputmask/static/css/main.551d4dcf.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 0 additions & 2 deletions static/js/main.62c169e9.js

This file was deleted.

2 changes: 2 additions & 0 deletions static/js/main.b3be34ef.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* https://github.com/RobinHerbots/Inputmask
* Copyright (c) 2010 - 2024 Robin Herbots
* Licensed under the MIT license
* Version: 5.0.9-beta.52
* Version: 5.0.9-beta.53
*/

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
- Enhance resolving of the ndxInitializer to determine the alternating tests.

### Fixed
- d/mm/yyyy is converted to d/m//yyyd #2394 (WIP)
- ALT codes #2779
- Pressing the Win button #2780
- d/mm/yyyy is converted to d/m//yyyd #2394
- how to get value from input-mask element? #2702
- Problem with seconds in format 'HH:MM:ss' #2745
- Remove unused mask - Take2 #2748
Expand Down

0 comments on commit ac8742a

Please sign in to comment.