Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Herbots committed Aug 21, 2024
1 parent 1d23f31 commit 4714983
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"files": {
"main.css": "/Inputmask/static/css/main.551d4dcf.css",
"main.js": "/Inputmask/static/js/main.72e4db5a.js",
"main.js": "/Inputmask/static/js/main.dc67a9a3.js",
"static/js/522.0566e6df.chunk.js": "/Inputmask/static/js/522.0566e6df.chunk.js",
"static/media/Changelog.md": "/Inputmask/static/media/Changelog.da3f61efabaf053cb3ff.md",
"static/media/Documentation.md": "/Inputmask/static/media/Documentation.9c56b25db73830444913.md",
"static/media/Changelog.md": "/Inputmask/static/media/Changelog.f2efbdeedd2b7018d83b.md",
"static/media/Documentation.md": "/Inputmask/static/media/Documentation.5650f67314a4371036e1.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",
"static/media/NumericExtension.md": "/Inputmask/static/media/NumericExtension.5d9305b89b951dce6380.md",
"static/media/jb_beam.svg": "/Inputmask/static/media/jb_beam.9f56ac0a73aad75eb327df8e5d36fa7f.svg",
"static/media/DatetimeExtension.md": "/Inputmask/static/media/DatetimeExtension.e9cb02449fe15bdd03cc.md",
"static/media/Introduction.md": "/Inputmask/static/media/Introduction.2b5213ec11debd51f16b.md",
"static/media/Introduction.md": "/Inputmask/static/media/Introduction.ea9d022328e0ba4fbe38.md",
"static/media/OtherExtensions.md": "/Inputmask/static/media/OtherExtensions.90646b45ae895d040cc3.md",
"index.html": "/Inputmask/index.html"
},
"entrypoints": [
"static/css/main.551d4dcf.css",
"static/js/main.72e4db5a.js"
"static/js/main.dc67a9a3.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.72e4db5a.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.dc67a9a3.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.72e4db5a.js

This file was deleted.

2 changes: 2 additions & 0 deletions static/js/main.dc67a9a3.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
* Version: 5.0.10-beta.5
*/

/*! 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 @@ -7,7 +7,10 @@
### Updates

### Fixed

- Autofill shows TypeError in Chrome console. #2809
- Unmasked value stopped working in version 5.0.9 #2800
- Alias datetime + repeat bug #2806
- The inputmask is autocompleted to the min value when deleting the radix point #2773

## [5.0.9 - 31/05/2024]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,7 @@ $(selector).inputmask({

### postValidation

Hook to postValidate the result from isValid. Usefull for validating the entry as a whole. Args => buffer, pos, c, currentResult, opts, maskset, strict, fromCheckval<br>Return => true|false|command object
Hook to postValidate the result from isValid. Usefull for validating the entry as a whole. Args => buffer, pos, c, currentResult, opts, maskset, strict, fromCheckval, fromAlternate<br>Return => true|false|command object

### preValidation

Expand Down

0 comments on commit 4714983

Please sign in to comment.