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 557ec0b commit 9068454
Show file tree
Hide file tree
Showing 2 changed files with 8 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.1.1]

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

## [1.1.0]

### Changed
Expand All @@ -13,5 +18,6 @@ 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.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
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"group": "js-es-block-group",
"field": "js-es-block-field",
"fieldNoFormsBlock": "js-es-block-field-custom",
"rating": "js-es-block-rating"
"rating": "js-es-block-rating",
"debugPreview": "js-es-block-debug-preview"
},
"params": {
"formId": "es-form-form-id",
Expand Down

0 comments on commit 9068454

Please sign in to comment.