From e80cbf875d166a6264a7cda537a5b4e1dbf93e31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Fri, 12 Jul 2024 13:02:32 +0200 Subject: [PATCH 1/3] adding new attrs --- CHANGELOG.md | 6 ++++++ src/manifest.json | 2 ++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2980456..34b2bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [2.0.2] + +### Added +- `resultOutputItemValueEnd` and `resultOutputItemOperator` attrs enums. + ## [2.0.1] ### Updated @@ -162,6 +167,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial production release. +[2.0.1]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.1...2.0.2 [2.0.1]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.6...2.0.0 [1.3.6]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.5...1.3.6 diff --git a/src/manifest.json b/src/manifest.json index 02128a6..80fbabd 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -262,6 +262,8 @@ "resultOutputItemKey": "data-result-output-item-key", "resultOutputItemValue": "data-result-output-item-value", + "resultOutputItemValueEnd": "data-result-output-item-value-end", + "resultOutputItemOperator": "data-result-output-item-operator", "resultOutputPart": "data-result-output-part", "resultOutputPartDefault": "data-result-output-part-default", From d1a7f93568b21967dd7cff26db1949c8b818c9f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Mon, 15 Jul 2024 09:51:14 +0200 Subject: [PATCH 2/3] adding additional attr enum --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index 80fbabd..4e001c3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -256,6 +256,7 @@ "globalMsgHeadingSuccess": "data-msg-heading-success", "globalMsgHeadingError": "data-msg-heading-error", "globalMsgHideOnSuccess": "data-msg-hide-on-success", + "formHideOnSuccess": "data-form-hide-on-success", "hideCaptchaBadge": "data-hide-captcha-badge", "reload": "data-reload", "hubspotTypeId": "data-hubspot-type-id", From 1f32ba913cbf086f045ca8c80f35629dffe98193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Mon, 15 Jul 2024 10:13:57 +0200 Subject: [PATCH 3/3] adding additional attr enum --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index 4e001c3..4fcc917 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -167,6 +167,7 @@ "resultOutput": "js-es-block-result-output", "resultOutputItem": "js-es-block-result-output-item", "resultOutputPart": "js-es-block-result-output-part", + "resultOutputShowForm": "js-es-block-result-output-show-form", "inputRangeMin": "js-es-block-input-range-min", "inputRangeMax": "js-es-block-input-range-max", "inputRangeCurrent": "js-es-block-input-range-current"