| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-12 | 1.1 kB | |
| v3.14.1 source code.tar.gz | 2026-03-12 | 5.2 MB | |
| v3.14.1 source code.zip | 2026-03-12 | 5.7 MB | |
| Totals: 3 Items | 10.9 MB | 67 | |
Patch Changes
-
#13168
6b84ec0Thanks @jerelmiller! - Fix issue where muting a deprecation from one entrypoint would not mute the warning when checked in a different entrypoint. This caused some rogue deprecation warnings to appear in the console even though the warnings should have been muted. -
#12970
f91fab5Thanks @acemir! - Add a deprecation message for thevariableMatcheroption inMockLink. -
#13168
6b84ec0Thanks @jerelmiller! - Ensure deprecation warnings are properly silenced in React hooks when globally disabled.