decap-cms-widget-list
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [3.2.0](https://github.com/decaporg/decap-cms/compare/decap-cms-widget-list@3.1.1...decap-cms-widget-list@3.2.0) (2024-08-07) | ||
**Note:** Version bump only for package decap-cms-widget-list | ||
## [3.1.1](https://github.com/decaporg/decap-cms/compare/decap-cms-widget-list@3.1.0-beta.1...decap-cms-widget-list@3.1.1) (2024-03-21) | ||
@@ -8,0 +12,0 @@ |
@@ -14,4 +14,4 @@ "use strict"; | ||
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); } | ||
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } | ||
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); } | ||
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } | ||
const previewComponent = _decapCmsWidgetObject.default.previewComponent; | ||
@@ -18,0 +18,0 @@ function Widget(opts = {}) { |
{ | ||
"name": "decap-cms-widget-list", | ||
"description": "Widget for editing lists in Decap CMS.", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"homepage": "https://www.decapcms.org/docs/widgets/#list", | ||
@@ -40,3 +40,3 @@ "repository": "https://github.com/decaporg/decap-cms/tree/main/packages/decap-cms-widget-list", | ||
}, | ||
"gitHead": "875f4cafa9a82283d28fc5d7871a34550b2a3870" | ||
"gitHead": "86c93a4fae0fd954d043acc176b0618ab715623b" | ||
} |
@@ -674,3 +674,3 @@ import React from 'react'; | ||
<NestedObjectLabel collapsed={true} error={true}> | ||
{errorMessage}aaaasdd | ||
{errorMessage} | ||
</NestedObjectLabel> | ||
@@ -677,0 +677,0 @@ </SortableListItem> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
1384621
4069