diff --git a/CHANGELOG.md b/CHANGELOG.md index b48f891..e0ac4e1 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/). +## [1.3.1] + +### Added +- new JS selectors. + ## [1.3.0] ### Added @@ -105,6 +110,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial production release. +[1.3.1]: https://github.com/infinum/eightshift-forms-utils/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/infinum/eightshift-forms-utils/compare/1.2.4...1.3.0 [1.2.4]: https://github.com/infinum/eightshift-forms-utils/compare/1.2.3...1.2.4 [1.2.3]: https://github.com/infinum/eightshift-forms-utils/compare/1.2.2...1.2.3 diff --git a/src/manifest.json b/src/manifest.json index b9cc9ec..7c95b72 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -166,7 +166,10 @@ "rating": "js-es-block-rating", "resultOutput": "js-es-block-result-output", "resultOutputItem": "js-es-block-result-output-item", - "resultOutputPart": "js-es-block-result-output-part" + "resultOutputPart": "js-es-block-result-output-part", + "inputRangeMin": "js-es-block-input-range-min", + "inputRangeMax": "js-es-block-input-range-max", + "inputRangeCurrent": "js-es-block-input-range-current" }, "params": { "formId": "es-form-form-id",