Skip to content

Commit

Permalink
chore(release): 1.20.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.20.0](v1.19.5...v1.20.0) (2024-05-08)

### Bug Fixes

* onEvent must liten at the document level, if no value allow comaparion of if esle conditions ([57d1f91](57d1f91))

### Features

* attribute *-on to apply an event name. The operation will pause and await the event to resolve before continuing ([0d8db13](0d8db13))
* support condition tur or false ([6a9f6fc](6a9f6fc))
  • Loading branch information
semantic-release-bot committed May 8, 2024
1 parent 57d1f91 commit c3b893f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.20.0](https://github.com/CoCreate-app/CoCreate-events/compare/v1.19.5...v1.20.0) (2024-05-08)


### Bug Fixes

* onEvent must liten at the document level, if no value allow comaparion of if esle conditions ([57d1f91](https://github.com/CoCreate-app/CoCreate-events/commit/57d1f91123d598b720030503412dd23fb6e38e51))


### Features

* attribute *-on to apply an event name. The operation will pause and await the event to resolve before continuing ([0d8db13](https://github.com/CoCreate-app/CoCreate-events/commit/0d8db13ed1ee63d9b2e67d8ebdd50e60408303d7))
* support condition tur or false ([6a9f6fc](https://github.com/CoCreate-app/CoCreate-events/commit/6a9f6fcffe65028f4e6bb66fc1afd9f160297743))

## [1.19.5](https://github.com/CoCreate-app/CoCreate-events/compare/v1.19.4...v1.19.5) (2024-04-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/events",
"version": "1.19.5",
"version": "1.20.0",
"description": "A simple events component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"events",
Expand Down

0 comments on commit c3b893f

Please sign in to comment.