@wmfs/cardscript-extract-defaults
Advanced tools
Comparing version 1.27.0 to 1.28.0
@@ -0,1 +1,13 @@ | ||
# [1.28.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.27.0...v1.28.0) (2021-04-26) | ||
### ✨ Features | ||
* add default val for list select all ([8cb4c6a](https://github.com/wmfs/cardscript-extract-defaults/commit/8cb4c6a93a46ce7135ce1047c7661a5af513f10d)) | ||
### 🚨 Tests | ||
* add flag to expected ([f08604b](https://github.com/wmfs/cardscript-extract-defaults/commit/f08604bb201829676bc32e867b1b2ed5b3eb3d5f)) | ||
# [1.27.0](https://github.com/wmfs/cardscript-extract-defaults/compare/v1.26.0...v1.27.0) (2021-04-12) | ||
@@ -2,0 +14,0 @@ |
@@ -127,2 +127,6 @@ const marked = require('marked') | ||
applyDefaultValue(defaultValues, defaultValue, apiLookupPath, cardListPath, element.id) | ||
if (element.selectionType === 'multi') { | ||
applyDefaultValue(defaultValues, false, apiLookupPath, cardListPath, element.id + 'SelectAll') | ||
} | ||
} | ||
@@ -129,0 +133,0 @@ break |
{ | ||
"name": "@wmfs/cardscript-extract-defaults", | ||
"description": "Extracts sensible defaults from some Cardscript.", | ||
"version": "1.27.0", | ||
"version": "1.28.0", | ||
"author": "West Midlands Fire Service", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -76,2 +76,3 @@ /* eslint-env mocha */ | ||
listMultiSelection: [], | ||
listMultiSelectionSelectAll: false, | ||
listSingleSelection: {}, | ||
@@ -78,0 +79,0 @@ markdownTextBlockCompiledMarkdown: '<h2 id="markdown">Markdown</h2>\n<blockquote>\n<p>This is some markdown text</p>\n</blockquote>\n<h2 id="heading">Heading</h2>\n<p>Some text here...</p>\n<ul>\n<li>one</li>\n<li>two</li>\n<li>three</li>\n</ul>\n', |
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
51785
459