Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Herbots committed Jul 28, 2023
1 parent 3a75298 commit e1b7880
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 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.6f6664c9.js",
"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.5d7087fc4e6b44ce1f83.md",
"static/media/Changelog.md": "/Inputmask/static/media/Changelog.9d1be1a0e3b6701dfcad.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.6f6664c9.js"
"static/js/main.fee8f750.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.6f6664c9.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.fee8f750.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>
4 changes: 2 additions & 2 deletions static/js/main.6f6664c9.js → static/js/main.fee8f750.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 - 2023 Robin Herbots
* Licensed under the MIT license
* Version: 5.0.9-beta.24
* Version: 5.0.9-beta.25
*/

/*! 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 @@ -3,7 +3,8 @@
## [5.0.9 - UNRELEASED]

### Fixed
- dd.mm.yyyy can't enter a day greater than the 9 #2723
- Add exports field #2690
- dd.mm.yyyy can't enter a day greater than the 9 #2723 (WIP)
- 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
Expand All @@ -27,7 +28,7 @@
- drop IE Mobile support
- datetime alias
- change default for insertModeVisual to false. - #2664
- consolidate keydown, keypress & keyup into keyEvent (wip)
- consolidate keydown, keypress & keyup into keyEvent
- refactor keyboard event keycode to key
- refactor validPositions from object to array. - #2428
- add keepStatic behavior to optional parts - #2619
Expand Down

0 comments on commit e1b7880

Please sign in to comment.