Skip to content

Commit a105ad2

Browse files
committed
Merge branch 'master' into dev
2 parents cd011c1 + 4a38cf5 commit a105ad2

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [1.44.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.43.1...v1.44.0) (2024-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* temporarily handle form.getData when multiple arrays ([6f1f11f](https://github.com/CoCreate-app/CoCreate-render/commit/6f1f11f994d2f6c5b7d915ca4ed9fa3497c84a54))
7+
8+
9+
### Features
10+
11+
* improved handeling of refrence data and exclusion ([707180f](https://github.com/CoCreate-app/CoCreate-render/commit/707180f85965c4f773b8834cb72048068c7620c5))
12+
13+
## [1.43.1](https://github.com/CoCreate-app/CoCreate-render/compare/v1.43.0...v1.43.1) (2024-12-09)
14+
15+
16+
### Bug Fixes
17+
18+
* parsing placeholders ([392bc9d](https://github.com/CoCreate-app/CoCreate-render/commit/392bc9d7a693f6bf46f88fdcbc649e0960a50815))
19+
120
# [1.43.0](https://github.com/CoCreate-app/CoCreate-render/compare/v1.42.1...v1.43.0) (2024-11-04)
221

322

package.json

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

0 commit comments

Comments
 (0)