Skip to content

Commit

Permalink
adding 3 new selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Mar 11, 2024
1 parent 3745c9b commit b1f0efa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b1f0efa

Please sign in to comment.