Skip to content

Commit 5b05f17

Browse files
committed
release: cut the v16.1.9 release
1 parent 6328f4d commit 5b05f17

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="16.1.9"></a>
2+
# 16.1.9 "xenophobic-primate" (2024-12-18)
3+
### Bug Fixes
4+
* **core/reports:** rename WIDGET_PIE_TO_JSON to CHART_TO_DATA and change return type to string ([6ead16d](https://github.com/gnucoop/ajf/commit/6ead16d592e7f7b950da870e47db6c20a6f03b5f))
5+
### Features
6+
* **core/forms:** Remove file content if greather than the max size limit ([6328f4d](https://github.com/gnucoop/ajf/commit/6328f4d25c59de6c4f27ad307d3404b921c45731))
7+
* **core/forms:** Set the default size limit condition for file input fields for slide and repeating slide ([6c768b7](https://github.com/gnucoop/ajf/commit/6c768b757ac52740c0a36e53f24ac0c5e499e644))
8+
* **core/forms:** Set the default size limit condition for file input fields if no size limit condition is found ([4103fe2](https://github.com/gnucoop/ajf/commit/4103fe2a3c7f366c3190cbbb87e35a7247ef7285))
9+
* **core/reports:** add PaginatedTable to export doc and pdf ([8f2a659](https://github.com/gnucoop/ajf/commit/8f2a6592b64b15aa21da19ba82ecd518a7451188))
10+
11+
<!-- CHANGELOG SPLIT MARKER -->
12+
113
<a name="16.1.8"></a>
214
# 16.1.8 "acute-gopher" (2024-11-19)
315
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"cypress:open": "cypress open",
3636
"cypress:run": "cypress run"
3737
},
38-
"version": "16.1.8",
38+
"version": "16.1.9",
3939
"private": true,
4040
"dependencies": {
4141
"@ajf/icons": "^1.0.0",

0 commit comments

Comments
 (0)