@forter/helpers
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.2.0](https://github.com/forter/web-components/compare/@forter/helpers@3.1.0...@forter/helpers@3.2.0) (2022-04-27) | ||
### Features | ||
* **segmented-control:** adding required field ([c39a2a7](https://github.com/forter/web-components/commit/c39a2a7)) | ||
# [3.1.0](https://github.com/forter/web-components/compare/@forter/helpers@3.0.2...@forter/helpers@3.1.0) (2020-05-08) | ||
@@ -8,0 +19,0 @@ |
@@ -38,3 +38,5 @@ import { defineProperty as _defineProperty } from './_virtual/_rollupPluginBabelHelpers.js'; | ||
} | ||
/* eslint no-loops/no-loops: 0 */ | ||
for (const [k, v] of Object.entries(match)) { | ||
@@ -458,3 +460,5 @@ const key = Number(k); | ||
} | ||
/* eslint no-loops/no-loops: 0 */ | ||
for (const [k, v] of Object.entries(match)) { | ||
@@ -461,0 +465,0 @@ const key = Number(k); |
{ | ||
"name": "@forter/helpers", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"description": "Helpers for Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "0cb399c4d4f89f1a5503313fc26884f02a1edae1" | ||
"gitHead": "d3a92219e1e8d10a9f196254b5f35f09623ae6eb" | ||
} |
@@ -34,3 +34,3 @@ export class DateTime { | ||
} | ||
/* eslint no-loops/no-loops: 0 */ | ||
for (const [k, v] of Object.entries(match)) { | ||
@@ -470,2 +470,3 @@ const key = Number(k); | ||
/* eslint no-loops/no-loops: 0 */ | ||
for (const [k, v] of Object.entries(match)) { | ||
@@ -472,0 +473,0 @@ const key = Number(k); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
87261
992
0