Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Herbots committed Jun 22, 2023
1 parent f5a912f commit dc53b5e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 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.ba90f407.js",
"main.js": "/Inputmask/static/js/main.435ebcc0.js",
"static/js/522.ce392730.chunk.js": "/Inputmask/static/js/522.ce392730.chunk.js",
"static/media/Changelog.md": "/Inputmask/static/media/Changelog.f992953740bfc1f63144.md",
"static/media/Changelog.md": "/Inputmask/static/media/Changelog.943080f82d2e79aa8e60.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.ba90f407.js"
"static/js/main.435ebcc0.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.ba90f407.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.435ebcc0.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: 2 additions & 0 deletions static/js/main.435ebcc0.js

Large diffs are not rendered by default.

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

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
* @license React
* react-dom.production.min.js
Expand Down
2 changes: 0 additions & 2 deletions static/js/main.ba90f407.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Fixed

- Paste value when all select in inputfield not working good #2603
- Optional parts not working as expected #2710
- State of alternator not reset with clearIncomplete = true #2712
- Change Event fired on Blur even if value has not changed #2691
Expand Down

0 comments on commit dc53b5e

Please sign in to comment.