@funboxteam/diamonds
Advanced tools
Changelog
8.1.1 (10.06.2021)
Fixed several security vulnerabilities:
Use of a Broken or Risky Cryptographic Algorithm in elliptic. Updated from 6.5.3 to 6.5.4.
Regular Expression Denial of Service in hosted-git-info. Updated from 2.8.8 to 2.8.9.
Command Injection in lodash. Updated from 4.17.20 to 4.17.21.
Changelog
8.1.0 (19.02.2021)
Support arrays of primitive types in objectToQueryString.
Changelog
8.0.0 (17.02.2021)
Replaced plain space by non-breaking space in formatPhoneNumberString.
Changelog
7.0.0 (16.02.2021)
Changed behavior of enableBodyScroll & disableBodyScroll.
Now they set and clear width: 100%
, because otherwise page width may change because of position: fixed
.
Changelog
6.5.0 (14.01.2021)
Deprecated getObjectPath. Please use optional chaining instead.