Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 31, 2020

This PR contains the following updates:

Package Type Update Change
inputmask dependencies major ^4.0.9 -> ^5.0.5

Release Notes

RobinHerbots/Inputmask

v5.0.5

Compare Source

HOT FIX: jqlite dependency error

[5.0.4 - 07/08/2020]
Add
  • usePrototypeDefinitions option
  • numeric alias
    • SetMaxOnOverflow option
Updates
  • handle ^ and $ in regex masks
  • datetime alias: add autofill logic to year
    • complete with current year
    • allow filled year be overtyped when min date is provided,
  • \ enhance attribute handling
Fixed
  • The fractional part cannot be typed if negative values are displayed in parentheses #​1836
  • version 3.x to 4.x regex issue #​1727
  • unmask regression? #​2315
    • only keep significant parts when using multiple masks
  • Datetime alias 29/02/a valid year does not always allows #​2286
  • 'input-mask' has already been defined as a custom element #​2285
  • Using min with alias integer not working correctly because of postValidation #​2284
  • fix double events when using jQuery.clone function
  • Alternative for removed integerDigits property? #​2278
  • Incorrect mask operation when deleting the value set through "value", "val", "setvalue". #​2279
  • Cursor jumps to end of mask if changing value during typing #​2274

v5.0.4

Compare Source

v5.0.3

Compare Source

Fixed
  • regex mask crashes for long input size #​2276
  • Pasted value is getting mixed up #​2255
  • Swapped digits on paste with specific prefix #​2256

v5.0.2

Compare Source

Added
Fixed
  • Numeric alias: cannot clear input on blur #​2235
  • Datetime alias H3:MM month validation fails #​2239

v5.0.1

Compare Source

Added
  • ssn mask
Updates
  • numeric aliases: set value with jQuery.val or native input.value =
  • numeric aliases: make min/max block input instead of setting the min/max value
  • jitMasking: autofill statics to improve the user experience
Fixed
  • Backspace not removing characters in some cases #​2246
  • jitMasking and caret position with static characters #​2243
  • datetime does not working in IE11 #​2238

v5.0.0

Compare Source

Addition
  • add indian numbering support in numeric alias (indianns alias)
  • add roundingFN option to numeric alias. (currency, decimal, ...)
  • input-inputmode support via inputmode option (if supported by browser)
  • add shortcuts option in numeric alias.
  • add insertModeVisual option
Updates
  • postValidation
    • add inputchar to arguments
    • also validate when the result is false**
  • change behavior of keepStatic option
    • multiple masks => default true
    • all other masks => default false
  • add more tokens for datetime format
  • refactor inputfallbackevent
  • drop colormask support
  • drop disablePredictiveText option (was hack via colorMask)
  • ignore generated statics in revalidateMask
  • fix mask curruption when alternating and using jitmasking
  • Casing option will also allow case insensitive entry for static symbols
  • refactor numeric alias
  • package & bundling
  • enhance regex alternations. ex: [01][0-9]|2[0-3] => ([01][0-9]|2[0-3])
  • extend command object
    • rewritePosition
  • revert insert-mode caret as selection instead of colored caret
    • make delete/backspace behave like normal
    • make visual optional
Fixed
  • Decimal - auto change comma to dot (numeric keyboard) #​2098
  • If a decimal < 0.000001 (scale = 6), masked value incorrect. #​2110
  • DateTime - HH:MM format doesn't accept some numbers for minutes #​2209
  • Set currency prefix to empty by default #​2066
  • NumericInput: Pasting integers without selecting results in extra 0s #​2165
  • Wrong mask application on decimal field #​2188
  • bootstrap-datepicker: date bug in mobile version #​2195
  • Time 24 Hours Issue. #​2194
  • 'Decimal'. New entered value is automatically prefixed with '.' #​2189
  • inputmode not working #​2193
  • Does not work on XHTML pages. #​2187
  • isInputEventSupported method is creating a non-passive event #​2185
  • No message with HTML5 validation #​841
  • "setvalue" for empty value and "clearMaskOnLostFocus=false" duplicates mask suffix #​2181
  • Uncaught TypeError: $(...).inputmask is not a function #​1933
  • 12Hr Format time Hour error #​2121
  • Backspace alters value/mask in datetime #​2163
  • Suffix and white-space groupSeparator problem #​813
  • Char before quantifier gets duplicated in tests #​2152
  • FireFox - mask placeholder doesn't disappear #​2138
  • im-insert not valid html #​2122
  • No message with HTML5 validation #​841
  • Manual input via virtual keyboard doesn't work #​2116
  • Can't insert more than 2 letters in Firefox #​2114
  • InputMask not getting fresh placeholder value #​2111
  • Chrome autofill does not work with Inputmask #​1330
  • Paste in inputmask #​2088
  • The first character is truncated when masking. #​2089
  • No leading zero for single-digit hours KO #​2061
  • Only 1st placeholder is displayed for fields with same alias numeric #​2060
  • Original placeholder disappear when mouseout in IE #​2047
  • Document bug with disabled inputs caused by Firefox 64 and older #​2045
  • Behaviour of v3 with hours not possible anymore #​1918
  • Unmasked value of datetime alias, if empty, returns the placeholder #​2039
  • ...

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Issue or PR by renovate/dependabot label Aug 31, 2020
@leomp12 leomp12 closed this Aug 31, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Aug 31, 2020

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/inputmask-5.x branch August 31, 2020 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Issue or PR by renovate/dependabot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants