Skip to content

Commit

Permalink
adding new attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed Jul 12, 2024
1 parent ce868db commit e80cbf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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/).

## [2.0.2]

### Added
- `resultOutputItemValueEnd` and `resultOutputItemOperator` attrs enums.

## [2.0.1]

### Updated
Expand Down Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@

"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",

Expand Down

0 comments on commit e80cbf8

Please sign in to comment.