chore(deps): update dependency angular-imask to v7 #969
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.6.3
->7.6.1
Release Notes
uNmAnNeR/imaskjs (angular-imask)
v7.6.1
Compare Source
v7.6.0
Compare Source
Core:
Enum
maskReact/Vue plugins:
onAccept
is now only called on init if value is changed. It should no longer mark value as dirty for validators.React plugin:
ref
to hookVue plugin:
typed
modelv7.5.0
Compare Source
Enum
mask by defaultautofix
option can be used with pattern mask and automatically passed toblocks
v7.4.0
Compare Source
autofix
option to Number maskVue
andSvelte
pluginsv7.3.0
Compare Source
undo
/redo
in a better wayv7.2.1
Compare Source
Range
andNumber
masksv7.2.0
Compare Source
Core:
cjs
buildprepareChar
callbackReact:
v7.1.3
Compare Source
v7.1.2
Compare Source
exports
inpackage.json
and usetypesVersions
to resolve typesdist
folderesm
part in path can be skipped:import 'imask/esm/masked/number'
->import 'imask/masked/number';
v7.1.1
Compare Source
expose
option for pattern block and dynamic masktype: "module"
for all packages except AngularEnum
mask can now handle variable length keysv7.0.1
Compare Source
strict
flagv7.0.0
Compare Source
It's mostly a maintenance release. The main big change is to use Typescript everywhere. With some of
any
of course.Some other changes:
typedoc
> 0.25%, not dead
@babel/runtime-corejs3
as runtime dependencyCore:
prepare
callback has been renamed toprepareChar
.prepare
now accepts the entire string. This can be useful if you need to handle pasting a value.resolve
method no longer returns a valuedoParse
anddoFormat
have been removedsigned
option has been removed. Usemin
andmax
instead.min=Number.MIN_SAFE_INTEGER
andmax=Number.MAX_SAFE_INTEGER
Vue:
Angular:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
This PR has been generated by Renovate Bot.