Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

imaskjs

vanilla javascript input mask
Collective - Host: opensource - https://opencollective.com/imask - Website: https://imask.js.org/ - Code: https://github.com/uNmAnNeR/imaskjs

update docs

github.com/uNmAnNeR/imaskjs - 8a7197e87b0564bcf1fa3fa6652024713a4ddb17 authored almost 3 years ago
first part of fix 453

github.com/uNmAnNeR/imaskjs - 83133e74f1f8b7dca56c483bcc714c106dc8868e authored almost 3 years ago
Merge pull request #570 from b-legrand/master

fix navigator is undefined in server side rendering mode

github.com/uNmAnNeR/imaskjs - ee76185779e195c166cd17f3ef12208c056afbbd authored almost 3 years ago
Merge pull request #560 from NXTaar/fix/event-handlers

added reassign for event handlers if they get updated from outside

github.com/uNmAnNeR/imaskjs - fd4e1e926ecfb5423688af395707f253b2b798d5 authored almost 3 years ago
Update hook.ts

github.com/uNmAnNeR/imaskjs - 68cc231e6f2f8449b2c1ac62ef8fa2e772f4bafc authored almost 3 years ago
Merge pull request #602 from PickNRolls/master

fix contentEditable selection calculations

github.com/uNmAnNeR/imaskjs - e45388135fdc4b77d5c52ebad9747856b776e6f4 authored almost 3 years ago
fix contentEditable selection calculations

github.com/uNmAnNeR/imaskjs - 6f997b1f0670acd62ea2947a6c69a85522d609bf authored almost 3 years ago
make eager works with fixed at begining

github.com/uNmAnNeR/imaskjs - 165c1a8d29955fa8e7cfa05029fdcd6b97930fdd authored about 3 years ago
add test for range padding

github.com/uNmAnNeR/imaskjs - b37224b3f22431cc846002f06a236e128d334bd8 authored about 3 years ago
fix #569

- secure access to navigator in server mode

github.com/uNmAnNeR/imaskjs - 1e2c793904a1cc695a0138e9f25c5a8d332f1ae1 authored about 3 years ago
Merge pull request #576 from sergVedmak/add-types-property-to-react-imask

react-imask, add types property to package.json

github.com/uNmAnNeR/imaskjs - 3246e0ca002ebd2ea5b01391e4dca0609235fc6e authored about 3 years ago
change to index.d.ts

github.com/uNmAnNeR/imaskjs - 0ac1a6c5cb95c2a1e4cbecca5a04e17c5964f514 authored about 3 years ago
fix(react-imask): Add types property to package.json

github.com/uNmAnNeR/imaskjs - d56008fb0021dfbf9fee99e02b3007f5cdf83426 authored about 3 years ago
added reassign for event handlers if they get updated from outside

github.com/uNmAnNeR/imaskjs - 04f6aa3d353592867c42f0a12bb44a7912db3f66 authored over 3 years ago
Merge pull request #558 from NXTaar/feature/input-event

pass change event to onAccept

github.com/uNmAnNeR/imaskjs - 640fb023523505fded854e15dae631a09cb5c4c4 authored over 3 years ago
pass change event to onAccept

github.com/uNmAnNeR/imaskjs - b11323736dc48c9c0c1aa58bc0b09b42d92529db authored over 3 years ago
fix #543: add docs for vue 2

github.com/uNmAnNeR/imaskjs - 2c5dad60d62d21614b895138c6c0369219ab88a4 authored over 3 years ago
React: fix build

github.com/uNmAnNeR/imaskjs - f84d3a34f5c7082175e3dfc1f3d039835d1c5415 authored over 3 years ago
Angular: up version

github.com/uNmAnNeR/imaskjs - a0cf5bceee214eb0014cdbb671c53a8adf6f3faa authored over 3 years ago
Update README.md

github.com/uNmAnNeR/imaskjs - 729814fd7f717114dad7684ec6007a39dada382a authored over 3 years ago
react: fix react mixin, fix example

github.com/uNmAnNeR/imaskjs - 11b597009a6911108055a9b91ab39827620086a0 authored over 3 years ago
Merge pull request #534 from rjd22/fix-vue-3-composition

Fix vue 3 composition api

github.com/uNmAnNeR/imaskjs - 808565fc1728c875e072ac9d503df0f843ce2801 authored over 3 years ago
Merge pull request #523 from chuuddo/fix-types-for-masked-range

fix(types): add MaskedRangeOptions to AnyMaskedOptions union

github.com/uNmAnNeR/imaskjs - c6d7881817ef61629eaaec1ec691bba4ad116583 authored over 3 years ago
Merge branch 'master' into fix-types-for-masked-range

github.com/uNmAnNeR/imaskjs - da9d5f672062dd16569177d1a20157fb4db19ab7 authored over 3 years ago
react: prepare to publish

github.com/uNmAnNeR/imaskjs - 91257345383afd54d478d40a3ee3e338fc70fa0d authored over 3 years ago
react: add types for hook and input

github.com/uNmAnNeR/imaskjs - 4d1039df7d1bf2f17a5232193db289137d3755cb authored over 3 years ago
React: add template params to mixin

github.com/uNmAnNeR/imaskjs - f45681269fed37fcae484db81d1884385054f788 authored over 3 years ago
Merge pull request #531 from uNmAnNeR/add-react-typescript

Move react plugin to typescipt / add react typings

github.com/uNmAnNeR/imaskjs - 1228e85a88d3fe99c99090b4daf82dbeb4b63331 authored over 3 years ago
Merge pull request #536 from dsv-sergey/add-react-typescript

Add react typescript

github.com/uNmAnNeR/imaskjs - e0af40a0835c202d6bef718ab5dd50e9af8eb8b3 authored over 3 years ago
add HTMLTextAreaElement to element type

github.com/uNmAnNeR/imaskjs - ef2382740d5a29cd7625e7760abd25d334e940e8 authored over 3 years ago
update IMaskProps

github.com/uNmAnNeR/imaskjs - ae52c7b46c5cf0542fa94db724b77de8ec5c8441 authored over 3 years ago
added typing for mixin

github.com/uNmAnNeR/imaskjs - bd166d809963cf153675d9c116faf0aefa98d8ad authored over 3 years ago
Merge branch 'master' into add-react-typescript

github.com/uNmAnNeR/imaskjs - 248a0a01561153a17fd6787a5c06b91966137646 authored over 3 years ago
add masked option to InputMask constructor

github.com/uNmAnNeR/imaskjs - 1f679db659a18c2e7a037e4117b2fe00d508a840 authored over 3 years ago
add runIsolated declaration

github.com/uNmAnNeR/imaskjs - 57af438e897870e51052fe8f108e8678f0d1e0a5 authored over 3 years ago
Merge branch 'master' into add-react-typescript

github.com/uNmAnNeR/imaskjs - 04b10de7c4c9b7242d4561bb0da92a9857bd212f authored over 3 years ago
Merge pull request #535 from dsv-sergey/update-react-hook

update react hook

github.com/uNmAnNeR/imaskjs - e1fd82e10a16952de2fd826bc79bd8bb0f5eb32a authored over 3 years ago
update react hook

github.com/uNmAnNeR/imaskjs - 1696175f61657aeca4d92b2beee854c225856b22 authored over 3 years ago
Fixed issue with initial value not being loaded

When IMask was being initialized it always was empty. Because IMask doesn't need v-models
and w...

github.com/uNmAnNeR/imaskjs - 15595f1b84b74c93e7a5a9a4f3d583f54abcf9b1 authored over 3 years ago
Fixed $mask not found error when using with vue3

github.com/uNmAnNeR/imaskjs - 77e15798ee50b65ef8a5ab2c83e156da907bcd10 authored over 3 years ago
fix(types): add MaskedRangeOptions to AnyMaskedOptions union

github.com/uNmAnNeR/imaskjs - f4ea318cfc83e41c5cf3a6a3d1adfa52c91089a5 authored over 3 years ago
React: add hook fix #518

github.com/uNmAnNeR/imaskjs - adc9798ffc42f1e107399fd0b53211f80f2eaa9f authored over 3 years ago
Update README.md

github.com/uNmAnNeR/imaskjs - 9979e402f788062135a8100e1edeb1563eaea827 authored over 3 years ago
Update issue templates

github.com/uNmAnNeR/imaskjs - 8b5239ce1d2225cd2931750da1adff772022df27 authored over 3 years ago
Create CODE_OF_CONDUCT.md

github.com/uNmAnNeR/imaskjs - 8852d6249442fc7bfa99d27aec6aa6f9eede95b2 authored over 3 years ago
Update README.md

github.com/uNmAnNeR/imaskjs - 81dfcde3e973c81b36d2427586228ce606abb249 authored over 3 years ago
fix angular plugin, fix types, update deps

github.com/uNmAnNeR/imaskjs - 5fe86dc87e6d6ab3b6503836bf41950045cb1bef authored over 3 years ago
remove old link

github.com/uNmAnNeR/imaskjs - 13050af59f6a1426af329429db62cf95104bbb3b authored over 3 years ago
Merge pull request #502 from nzacca/master

Fix typing issue for angular 12

github.com/uNmAnNeR/imaskjs - 2ff75d2a7ad1223fb460ff33d719e5af88ff4eea authored over 3 years ago
fix(angular-imask): Fix typing issue for angular 12

Fixes #501

github.com/uNmAnNeR/imaskjs - d37168154a0265b762363237502f9db8379277ad authored over 3 years ago
fix esm builds

github.com/uNmAnNeR/imaskjs - 5bb35879bc64025702c3b93963cce51dbb601700 authored almost 4 years ago
fix angular plugin prepublish script to use newest version of core

github.com/uNmAnNeR/imaskjs - b99264ffa8f6f8409a1fea8b8ea68120267f3653 authored almost 4 years ago
fix travis build & update docs

github.com/uNmAnNeR/imaskjs - 91f4fa508e9bf8b98816e238ed9d762f6f22754e authored almost 4 years ago
clear dist folder before build

github.com/uNmAnNeR/imaskjs - 337c8c39380dd9b7a2dd854bba27c0e26d1bc914 authored almost 4 years ago
fix travis build

github.com/uNmAnNeR/imaskjs - 44af0b1f4a50739534c28a76ad8eb2f0d7c4c324 authored almost 4 years ago
update deps

github.com/uNmAnNeR/imaskjs - 81dc4c64240602d39fe6a75c644854be6e2ffa74 authored almost 4 years ago
Merge pull request #422 from DRiFTy17/fix/escape-forward-slash-regexp

Support strict minifiers in regular expression

github.com/uNmAnNeR/imaskjs - 4812404d7ca6229f6f5186a1843f4709dc16498b authored about 4 years ago
fix(utils): escape forward slash in regular expression for compatibility with strict minifiers

github.com/uNmAnNeR/imaskjs - 11913ce2cd3e145005fbcc2a952de17f22647f31 authored about 4 years ago
add angular prepublish

github.com/uNmAnNeR/imaskjs - 0319bd08cd1fe949b648c8ae9d958da423b8dc7f authored over 4 years ago
Merge pull request #355 from danilowoz/docs-native

Fix documentation on Native package

github.com/uNmAnNeR/imaskjs - 2a06dd99bb236ae615ef609897612ddf8d66cb62 authored over 4 years ago
Merge pull request #354 from shackijj/allow-tree-shaking

Allow tree shaking

github.com/uNmAnNeR/imaskjs - 1b8e5795de26da5ba3d3b9ca082f7a1aa438464d authored over 4 years ago
Merge branch 'master' into allow-tree-shaking

github.com/uNmAnNeR/imaskjs - 87b222b7d060e9736ecfc05d824af06ba3c2a8b4 authored over 4 years ago
Merge pull request #353 from shackijj/remove-usage-get-dom

Remove usage ɵgetDOM

github.com/uNmAnNeR/imaskjs - ff9e1a616426ae631658960bd573ce56ea2d4dbb authored over 4 years ago
Merge pull request #352 from shackijj/add-angular-example-app

Add angular example app

github.com/uNmAnNeR/imaskjs - 85f5f15357536eb3ad2bb5d95e6cc94222f53728 authored over 4 years ago
Merge pull request #331 from quajoo-gmbh/master

MS Edge fix

github.com/uNmAnNeR/imaskjs - 73c3974bd9c0c22c6132bba2070fb952fe24b2aa authored over 4 years ago
docs(native): example of extend existing components

github.com/uNmAnNeR/imaskjs - fdc278fe5d464576250c33ffd9c41bd2614d30ac authored over 4 years ago
remove import of imask module from the directive

github.com/uNmAnNeR/imaskjs - db5160d638b38ba51acb98d25f14a2d1775c4644 authored over 4 years ago
add types for esm files

github.com/uNmAnNeR/imaskjs - c62b371f53ea5b7c858e874278ed86a827cb44c3 authored over 4 years ago