Skip to content

Commit b7b13a2

Browse files
chore(release): 1.9.0 [skip ci]
# [1.9.0](v1.8.30...v1.9.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([a8e28ab](a8e28ab)) * getValue function to correctly retrieve the value from the element and handle different value types. ([ab8ba18](ab8ba18)) * replace -target -selector ([b9ba7ad](b9ba7ad)) * webpack.config and package.json make use of mode=production instead of process.env ([1a54257](1a54257)) ### Features * Add storage map ([22d303a](22d303a)) * name attribute and variable renamed to key ([912fd6b](912fd6b)) * Refactor set value function and add temporary data storage for components and plugins ([a99984c](a99984c)) * Update setValue.js to handle object values type and improved overall performance. ([dd04a49](dd04a49))
1 parent 1a54257 commit b7b13a2

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [1.9.0](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.8.30...v1.9.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([a8e28ab](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/a8e28ab5dbb63c1093635c3366a04dc5004412d5))
7+
* getValue function to correctly retrieve the value from the element and handle different value types. ([ab8ba18](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/ab8ba182d4f3b58c891f07d4e544587855e13cab))
8+
* replace -target -selector ([b9ba7ad](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/b9ba7ad53b1e94bb67cbefe2d8105934c7088846))
9+
* webpack.config and package.json make use of mode=production instead of process.env ([1a54257](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/1a54257ed076ee863d8e41bc9e20abf5e2b6d103))
10+
11+
12+
### Features
13+
14+
* Add storage map ([22d303a](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/22d303a6f75d4f13edcce7bbbe2e4b2dd541af2f))
15+
* name attribute and variable renamed to key ([912fd6b](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/912fd6b4199b02c55351d0a3c6787f584150d8bf))
16+
* Refactor set value function and add temporary data storage for components and plugins ([a99984c](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/a99984c55574f1f921157f613e84faf3c1745c5b))
17+
* Update setValue.js to handle object values type and improved overall performance. ([dd04a49](https://github.com/CoCreate-app/CoCreate-element-prototype/commit/dd04a49fd73c1419d4164e26ae8f8e8a3b652a8c))
18+
119
## [1.8.30](https://github.com/CoCreate-app/CoCreate-element-prototype/compare/v1.8.29...v1.8.30) (2023-06-14)
220

321

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/element-prototype",
3-
"version": "1.8.30",
3+
"version": "1.9.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",
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"@cocreate/utils": "^1.21.16"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)