Skip to content

Commit 7cee978

Browse files
chore(release): 1.28.0 [skip ci]
# [1.28.0](v1.27.0...v1.28.0) (2024-12-14) ### Bug Fixes * comment test regex ([bde8534](bde8534)) * dat yype inputs set to empty string if value does not exist ([14069f9](14069f9)) * dynamically generate regex ([afb8c89](afb8c89)) * handling type="checkbox" ([e567ff5](e567ff5)) * if dispatchEvent dispatch if value empty or oldValue = newValue ([66cc576](66cc576)) * removed redundant prtotype, HTMLElement can handle all elements ([876d2c0](876d2c0)) ### Features * attribute value-bubbles to define whether input event bubbles on element value is set on ([93a9d0e](93a9d0e)) * utility to handle operators accross all prototypes ([7eb7a5e](7eb7a5e))
1 parent 876d2c0 commit 7cee978

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.28.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.27.0...v1.28.0) (2024-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* comment test regex ([bde8534](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/bde8534e9306b43cc48fc93b0fee88dd06370d8c))
7+
* dat yype inputs set to empty string if value does not exist ([14069f9](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/14069f973b9b112674ad6d4d6ed2f0da8110e3ca))
8+
* dynamically generate regex ([afb8c89](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/afb8c89df4882f1b5a1c4994c208693c69c3e1f8))
9+
* handling type="checkbox" ([e567ff5](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/e567ff5fcffed1b77a58630248d0c886f3371edf))
10+
* if dispatchEvent dispatch if value empty or oldValue = newValue ([66cc576](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/66cc576ca6aa0754b16d3e7024f42af2f0076da7))
11+
* removed redundant prtotype, HTMLElement can handle all elements ([876d2c0](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/876d2c08850b0b4ef8f33fa6ab8da893f5786e82))
12+
13+
14+
### Features
15+
16+
* attribute value-bubbles to define whether input event bubbles on element value is set on ([93a9d0e](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/93a9d0eff64f213d2f59a31d8db227cc13ed9548))
17+
* utility to handle operators accross all prototypes ([7eb7a5e](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/7eb7a5e69fcacfc1f385fb4262252d97a89194f8))
18+
119
# [1.27.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.26.0...v1.27.0) (2024-11-04)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/element-prototype",
3-
"version": "1.27.0",
3+
"version": "1.28.0",
44
"description": "A simple element-prototype component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"element-prototype",

0 commit comments

Comments
 (0)