Skip to content

Commit 52f2448

Browse files
committed
Updated CHANGELOG and necessary files for 3.1.0-alpha.0 release
1 parent c1f7d7e commit 52f2448

7 files changed

+50
-7
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 3.0.0
4+
current_version = 3.1.0-alpha.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre>[a-z]+)\.(?P<build>\d+))?
66
serialize =
77
{major}.{minor}.{patch}-{pre}.{build}

CHANGELOG.rst

+43
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,49 @@
22
SDK Changelog
33
=============
44

5+
3.1.0-alpha.0 (2025-02-13)
6+
==================
7+
8+
First preview release of the upcoming 3.1.0 version.
9+
10+
New features
11+
------------
12+
13+
* [#5033] User-friendly messages for "Referentielijsten" errors.
14+
* [#76] Dynamically loading i18n, lodash, map and appointment modules.
15+
* [#2177] The map component now supports placing a marker, line or polygon.
16+
* [#5003] AddressNL component styling update
17+
- Removed asterisk next to AddressNL component label. When the component is required,
18+
only the field labels show asterisks.
19+
- Aligned address styling with other components in the submission summary.
20+
21+
Bugfixes
22+
--------
23+
24+
* [#4510] Fixed generic and user-unfriendly error messages in the submission summary.
25+
* [#4699] Fixed AddressNL validation being triggered on page load and a crash when the
26+
AddressNL component is hidden.
27+
28+
Project maintenance
29+
-------------------
30+
31+
* Removed unused Sentry tracing
32+
* [#4929] Upgraded project routing
33+
- Re-organized cosign, form and appointment components
34+
- Moved routing definitions
35+
- Converted all dynamic routes to static routes
36+
- Updated storybook and vitest tests
37+
- Upgraded to React-Router 7.1
38+
* Upgraded dependencies.
39+
- Upgraded to playwright 1.49
40+
- Upgraded to Vitest 3.0
41+
- Upgraded to Sentry 8.50
42+
* Separated storybook and Vitest coverage reporting.
43+
* Updated Docker Hub config file.
44+
* [#724] Replaced CRA with ViteJS
45+
- Removed CRA scripts and configuration
46+
- Removed CRA from project dev dependencies
47+
548
3.0.0 (2025-01-06)
649
==================
750

README.NL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Open Formulieren SDK
33
====================
44

5-
:Version: 3.0.0
5+
:Version: 3.1.0-alpha.0
66
:Source: https://github.com/open-formulieren/open-forms-sdk
77
:Keywords: e-Formulieren, Common Ground, FormIO, API
88

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Open Forms SDK
33
==============
44

5-
:Version: 3.0.0
5+
:Version: 3.1.0-alpha.0
66
:Source: https://github.com/open-formulieren/open-forms-sdk
77
:Keywords: e-Formulieren, Common Ground, FormIO, API
88

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@open-formulieren/sdk",
3-
"version": "3.0.0",
3+
"version": "3.1.0-alpha.0",
44
"private": true,
55
"main": "dist/open-forms-sdk.js",
66
"exports": {

publiccode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
77
name: Open Forms SDK
88
url: 'http://github.com/open-formulieren/open-forms-sdk.git'
99
softwareType: standalone/frontend
10-
softwareVersion: 3.0.0
10+
softwareVersion: 3.1.0-alpha.0
1111
releaseDate: 't.b.d.'
1212
logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
1313
platforms:

0 commit comments

Comments
 (0)