Skip to content

Commit

Permalink
adding new selector
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jan 25, 2024
1 parent 9068454 commit 7c1f097
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion 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.1.2]

### Added
- New selector variable for step debug preview.

## [1.1.1]

### Added
Expand All @@ -18,6 +23,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

- Initial production release.

[1.1.1]: https://github.com/infinum/eightshift-forms-utils/compare/1.0.0...1.1.1
[1.1.2]: https://github.com/infinum/eightshift-forms-utils/compare/1.1.1...1.1.2
[1.1.1]: https://github.com/infinum/eightshift-forms-utils/compare/1.1.0...1.1.1
[1.1.0]: https://github.com/infinum/eightshift-forms-utils/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/infinum/eightshift-forms-utils/releases/tag/1.0.0
5 changes: 3 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,21 +119,22 @@
"isDisabled": "es-form-is-disabled",
"isGeoLoading": "es-form-is-geolocation-loading",
"hasError": "es-form-has-error",
"isStepPreviewActive": "es-form-is-step-preview-active",
"forms": "js-es-block-forms",
"form": "js-es-block-form",
"submitSingle": "js-es-block-single-submit",
"step": "js-es-block-step",
"stepProgressBar": "js-es-block-step-progress-bar",
"stepProgressBarMultiflow": "js-es-block-step-progress-bar-multiflow",
"stepSubmit": "js-es-block-step-trigger",
"stepDebugPreview": "js-es-block-step-debug-preview",
"error": "js-es-block-error",
"loader": "js-es-block-loader",
"globalMsg": "js-es-block-global-msg",
"group": "js-es-block-group",
"field": "js-es-block-field",
"fieldNoFormsBlock": "js-es-block-field-custom",
"rating": "js-es-block-rating",
"debugPreview": "js-es-block-debug-preview"
"rating": "js-es-block-rating"
},
"params": {
"formId": "es-form-form-id",
Expand Down

0 comments on commit 7c1f097

Please sign in to comment.