Skip to content

Releases: indigotech/react-masked-text

1.0.4

15 Aug 19:55
693fd86

Choose a tag to compare

1.0.4

  • Adjust bug in accent in macOS

1.0.2

  • Remove unecessary eval

1.0.1

  • Update to .npmignore file.
  • Minification of the distribution files.
  • Adjustment to the tsconfig file.

1.0.0

11 Oct 18:30
d7e62e0

Choose a tag to compare

What has been done?

  • Library update to accept only the "mask" prop, and in this prop, you import the mask you want to use from the library. If the library does not have it, two options are provided. The first is "customMask," which is used for less complex custom masks. You can also import "BaseMask," which allows you to create any other new mask, regardless of its complexity.
  • Unnecessary code removal to make the library easier to understand and update.
  • Update of the README.md to reflect the new library standards.

How to use:

Screenshot 2023-10-11 at 15 29 28

0.5.0

19 Sep 21:15
6018d8b

Choose a tag to compare

Version Bump

What has been done?

  • Change code to typescript;
  • Unit test adjustments;
  • React upgrade to 18;
  • Change react.DOM library tests to testing-library;
  • Implements ts-jest;

0.1.3

23 Mar 15:46

Choose a tag to compare

version bump