From cec3e77746ff68f6f51e22250061b59d4ec1311c Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Mon, 20 Feb 2023 15:41:34 +0800 Subject: [PATCH] chore: release v9.4.0 :rocket: --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66cc0b5..a41192b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ ## CHANGELOG +### v9.4.0 - 2023-02-20 + +- feat: allow callable exportFormat parameter #167 +- feat: Add onPreClose Event #179 +- feat: Add onOpened Event #177 +- feat: Add initEditor Event #176 +- feat: Add onClosed Event #175 + ### v9.3.4 - 2022-10-06 - fix(editor): Fix typehint to match value helper #172 @@ -93,4 +101,4 @@ - Add Laravel 9 support - Remove Laravel 8 and below support - Add phpstan static analysis -- Improve tests \ No newline at end of file +- Improve tests