New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@maskito/react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maskito/react - npm Package Versions

nsbarsukov
published 3.5.0 •
nsbarsukov
published 3.4.0 •
nsbarsukov
published 3.3.0 •

Changelog

Source

3.3.0 (2025-02-28)

🚀 Features

  • kit: new maskitoParseDate and maskitoStringifyDate helpers (#1973) (208a4ab)
  • kit: Date supports dd/mm and mm/dd modes (#1939) (bc290af)

🐞 Bug Fixes

  • kit: SelectionChangeHandler does not work for Safari after programmatic update of textfield value (#1930) (34c11d0)
nsbarsukov
published 3.2.1 •
nsbarsukov
published 3.2.0 •

Changelog

Source

3.2.0 (2024-10-29)

🚀 Features

  • kit: new maskitoSelectionChangeHandler plugin (#1794) (c6e9a4d)
nsbarsukov
published 3.1.2 •

Changelog

Source

3.1.2 (2024-10-22)

🐞 Bug Fixes

  • kit: Time & DateTime has conflicts between step & AM/PM features (#1791) (805f70b)
  • kit: Number incorrectly shift caret for 1st time insertion into textfield with initial value (#1792) (0049d91)
nsbarsukov
published 3.1.1 •

Changelog

Source

3.1.1 (2024-10-17)

🐞 Bug Fixes

  • kit: Number fails to prevent user insertion of extra spaces on invalid positions (#1789) (a40445c)
  • kit: DateTime fails to process value without any separators (paste from clipboard) (#1779) (1733422)
nsbarsukov
published 3.1.0 •

Changelog

Source

3.1.0 (2024-10-09)

🚀 Features

  • kit: Time & DateTime support AM / PM formats (#1708) (98ce35e)
  • kit: simplify some code logic for Time mask (#1688) (8c608b8)

🐞 Bug Fixes

  • core: overwriteMode: replace has incorrect behavior on attempt to insert invalid characters (#1772) (5aeb074)
  • deps: update dependency libphonenumber-js to v1.11.11 (#1760) (b8781fb)
  • deps: update dependency vue to v3.5.11 (#1754) (47f12a3)
  • deps: update dependency @types/react to v18.3.11 (#1751) (86328e6)
  • deps: update dependency libphonenumber-js to v1.11.10 (#1747) (37a4d8c)
nsbarsukov
published 3.0.3 •

Changelog

Source

3.0.3 (2024-09-25)

🐞 Bug Fixes

  • angular: race condition when [maskitoOptions] are changed before long element predicate is resolved (#1696) (9f9bad3)
  • kit: Time has invalid segment separator for MM:SS.MSS mode (#1687) (93972be)
  • core: incorrect behavior of overwriteMode = replace if selection contains several characters (#1685) (67c3c10)
  • react: race condition when options are changed before long element predicate is resolved (#1651) (f2932ce)
nsbarsukov
published 3.0.2 •

Changelog

Source

3.0.2 (2024-09-20)

🐞 Bug Fixes

  • core: Time with [step] has unexpected cursor jump to the next segment on ArrowUp/ArrowDown (#1478) (59a5927)
  • core: fix scroll for masked narrow textfields (#1645) (c6d2828)