All Versions
20
Latest Version
Avg Release Cycle
99 days
Latest Release
1432 days ago

Changelog History
Page 2

  • v3.2.3

    July 27, 2016
  • v3.2.0 Changes

    May 24, 2016
    • πŸ‘ Allow dynamic pattern updating [[martyphee][martyphee]]
  • v3.1.3 Changes

    May 02, 2016
    • Don’t call onChange function if undefined.
    • ⚑️ Update nwb to 0.9.x
  • v3.1.2 Changes

    April 11, 2016
    • πŸ‘Œ Support for React 15.x.x
  • v3.1.1 Changes

    March 09, 2016
    • Convert tooling to use nwb [[bpugh]][[bpugh]]
    • Publish dist files
  • v3.1.0 Changes

    February 11, 2016
    • βž• Added support for value behaving as a controlled component.
  • v3.0.0 Changes

    October 23, 2015

    πŸ’₯ Breaking change: Now uses a mask prop to define the input mask instead of pattern, to avoid preventing use of the the HTML5 pattern attribute in conjunction with the input mask.

    πŸ’₯ Breaking change: React >= 0.14 is now required.

    React 0.14 compatibility. [[jquense][jquense]]

    ⚑️ Updated to [email protected]

    ⚑️ Updates based on [email protected]:

    • βž• Added placeholderChar prop to configure the placeholder character.
    • The mask's pattern is now changed if the pattern prop changes - the user's input so far is replayed with the new pattern (with mixed results - TBD).

    πŸ— UMD build is now available via npm in dist/. [[muffinresearch][muffinresearch]]

  • v2.0.0 Changes

    April 07, 2015

    πŸ’₯ Breaking change: [email protected] is now required.

    βž• Added undo/redo when Ctrl/Command + Z/Y are used.

  • v1.1.0 Changes

    March 26, 2015

    ⚑️ Updated to [email protected]

    πŸ”§ A formatCharacters prop can now be passed to configure input mask format characters.

  • v1.0.0 Changes

    March 25, 2015

    πŸŽ‰ Initial release features:

    • Based on [email protected]
    • Basic editing works:
      • Typing, backspacing, pasting, cutting and deleting
      • Invalid content will be ignored if typed or pasted
      • Static parts of the mask can't be modfied
      • Editing operations can handle text selections
      • Tested in latest versions of Firefox, Chrome, Opera and IE
    • Placeholder generation and display when the mask has no user input