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..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" @@ -256,12 +257,15 @@ "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", "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",