Skip to content

Commit

Permalink
Merge pull request #722 from open-formulieren/release/2.5.0-alpha.0
Browse files Browse the repository at this point in the history
Prepare 2.5.0-alpha.0 release
  • Loading branch information
vaszig authored Oct 24, 2024
2 parents 2fd5290 + 8f17d4c commit 3619d68
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 2.4.0
current_version = 2.5.0-alpha.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<pre>[a-z]+)\.(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}-{pre}.{build}
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
SDK Changelog
=============

2.5.0-alpha.0 (2024-10-23)
==========================

First preview release of the upcoming 2.5.0 version.

New features
------------

* [#4544] Added design tokens for configuring the position of the previous page link.
You can now choose if the link should be at the top, the bottom or both. By default
this is shown at the bottom. The ability to add an icon has been added as well.

Bugfixes
--------

* [#4398] Fixed the initial data reference not properly being passed to the backend.

2.4.1 (2024-10-22)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.NL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Formulieren SDK
====================

:Version: 2.4.0
:Version: 2.5.0-alpha.0
:Source: https://github.com/open-formulieren/open-forms-sdk
:Keywords: e-Formulieren, Common Ground, FormIO, API

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Open Forms SDK
==============

:Version: 2.4.0
:Version: 2.5.0-alpha.0
:Source: https://github.com/open-formulieren/open-forms-sdk
:Keywords: e-Formulieren, Common Ground, FormIO, API

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-formulieren/sdk",
"version": "2.4.0",
"version": "2.5.0-alpha.0",
"private": true,
"main": "dist/open-forms-sdk.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publiccodeYmlVersion: '0.2'
name: Open Forms SDK
url: 'http://github.com/open-formulieren/open-forms-sdk.git'
softwareType: standalone/frontend
softwareVersion: 2.4.0
softwareVersion: 2.5.0-alpha.0
releaseDate: 't.b.d.'
logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
platforms:
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/compiled/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1785,6 +1785,12 @@
"value": "Your session has expired"
}
],
"oNJr0I": [
{
"type": 0,
"value": "Continue"
}
],
"oTz7XX": [
{
"type": 0,
Expand Down Expand Up @@ -2045,12 +2051,6 @@
"value": "Not co-signed"
}
],
"tMO7aH": [
{
"type": 0,
"value": "Continue ➜"
}
],
"tohkCS": [
{
"type": 0,
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/compiled/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1789,6 +1789,12 @@
"value": "Sessie verlopen"
}
],
"oNJr0I": [
{
"type": 0,
"value": "Doorgaan"
}
],
"oTz7XX": [
{
"type": 0,
Expand Down Expand Up @@ -2049,12 +2055,6 @@
"value": "Niet mede-ondertekend"
}
],
"tMO7aH": [
{
"type": 0,
"value": "Doorgaan ➜"
}
],
"tohkCS": [
{
"type": 0,
Expand Down
10 changes: 5 additions & 5 deletions src/i18n/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -899,6 +899,11 @@
"description": "Session expired card title",
"originalDefault": "Your session has expired"
},
"oNJr0I": {
"defaultMessage": "Continue",
"description": "Button text for link to continue from introduction page to start page",
"originalDefault": "Continue"
},
"oTz7XX": {
"defaultMessage": "Add another product",
"description": "Appointments: add additional product/service button text",
Expand Down Expand Up @@ -979,11 +984,6 @@
"description": "Not co-signed (summary) message",
"originalDefault": "Not co-signed"
},
"tMO7aH": {
"defaultMessage": "Continue ➜",
"description": "Button text for link to continue from introduction page to start page",
"originalDefault": "Continue ➜"
},
"tohkCS": {
"defaultMessage": "The email address where you received the appointment confirmation email.",
"description": "Cancel appointment email field help text",
Expand Down
10 changes: 5 additions & 5 deletions src/i18n/messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,11 @@
"description": "Session expired card title",
"originalDefault": "Your session has expired"
},
"oNJr0I": {
"defaultMessage": "Doorgaan",
"description": "Button text for link to continue from introduction page to start page",
"originalDefault": "Continue"
},
"oTz7XX": {
"defaultMessage": "Nog een product toevoegen",
"description": "Appointments: add additional product/service button text",
Expand Down Expand Up @@ -991,11 +996,6 @@
"description": "Not co-signed (summary) message",
"originalDefault": "Not co-signed"
},
"tMO7aH": {
"defaultMessage": "Doorgaan ➜",
"description": "Button text for link to continue from introduction page to start page",
"originalDefault": "Continue ➜"
},
"tohkCS": {
"defaultMessage": "Het e-mailadres waarop je de bevestigingsmail van de afspraak heeft ontvangen.",
"description": "Cancel appointment email field help text",
Expand Down

0 comments on commit 3619d68

Please sign in to comment.