From a2c959a0b792e82afd626fdf78ad989173333eda Mon Sep 17 00:00:00 2001 From: adammertel <12932677+adammertel@users.noreply.github.com> Date: Fri, 3 Nov 2023 18:40:51 +0100 Subject: [PATCH] Add changelog and update version for 1.3.4 --- docs/release_1.3.4.md | 18 ++++++++++++++++++ packages/client/package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 docs/release_1.3.4.md diff --git a/docs/release_1.3.4.md b/docs/release_1.3.4.md new file mode 100644 index 000000000..f9615b909 --- /dev/null +++ b/docs/release_1.3.4.md @@ -0,0 +1,18 @@ +## 1.3.4 Changelog [Nov 3 2023] + +### New features: +- Added a new funding body (Czech Ministry of Education, Youth and Sports & European Union) (#1844) +- Added interactive warning indicators for Statements right into the statement list (#1855) +- Added functionality to open the detail of the relevant Action when unfolding the warning toggle in the statement editor (#1857) + +### Bug fixes and improvements: + +- Fixed the rules for warning messages (#1854) +- Improved error messages and ping on connection problems (#1849, #1883, #1877), the default message "Something bad happened" changed to "Unknown error occured" +- Improved visuals of the warning messages and general user experience +- Improved the select template dropdown (#1845) +- Allowed Superordinate Entity (SOE) to be used between Events and Statements, and vice versa (#1868) + +### Code refactor: + +- Improved the editor and detail content refresh (#1856), a large refactor is anticipated in the next version. \ No newline at end of file diff --git a/packages/client/package.json b/packages/client/package.json index 77c83af19..59afaa970 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "dissinet.ddb.client", - "version": "1.3.3", + "version": "1.3.4", "description": "", "main": "index.js", "engines": {