diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f050eab13..8f088ad5b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 2.5.0-alpha.0 +current_version = 2.5.0-alpha.1 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P
[a-z]+)\.(?P\d+))?
 serialize = 
 	{major}.{minor}.{patch}-{pre}.{build}
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index b7b599b66..de0d917e2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -2,6 +2,79 @@
 SDK Changelog
 =============
 
+2.5.0-alpha.1 (2024-11-26)
+==========================
+
+Second preview release of the upcoming 2.5.0 version.
+
+New features
+------------
+
+* [#4320] Made it possible to let the backend drive the content of the confirmation page more.
+* [#4320] Moved cosign stories to shared location.
+* [#4320] Updated introduction text for cosigning.
+* [#4320] Support optional code for cosign login URL.
+* [#4320] Only display cosign login options if links in emails are not allowed.
+* [#4320] Set up dedicated route for cosign start.
+* [#4546] Added alert styling to the soft required errors component.
+* [#4546] Ensure that soft required validation errors and input are linked in an accessible way.
+* [#4546] Implemented conditional error display.
+* [#4546] Render soft required errors - static variant.
+* [#4718] Re-calculate the "verticalSpaceUsed" on resize.
+* [#4718] Bumped design tokens to 0.55.0.
+* Ran browserslist upgrade.
+* [#4718] Improved accessibility for increased zoom level.
+* [#4720] Moved accessible link text to aria-label.
+* [#4717] Use different ErrorMessage roles for info and ok modifiers.
+* [#4720] Added form name to the title of the form step pages. 
+* [#4720] Self explaining links.
+* [#4720] Made deprecated-select and progress indicator elements focusable.
+* [#4717] Added role alert to ErrorMessage.
+* [#4717] Added text alternative to loader.
+* [#4717] Use button element for the Modal close button.
+* [#4716] Added jest test for accessible form field validation behaviour.
+* [#4716] Added textual alternative to multiple value row delete button.
+* [#4716] Improved File upload template.
+* [#4716] Replaced DOM query with ref.
+* [#4716] Made default ValidationErrors id undefined.
+* [#4716] Reverted file table back to list.
+* [#4716] Limited accessibility changes for most components to only non-multiple instances.
+* [#4716] Fixed some storybook tests.
+* [#4716] Added more explicit propTypes and error message ids.
+* [#4716] Added autocomplete property to EmailField.
+* [#4716] Linked error message to file upload and turned upload list into a table.
+* [#4716] Added aria attributes to invalid form fields.
+* [#4716] Marked error messages with a descriptive id.
+* [#4716] Connected input to error message using aria-describedby.
+* [#4716] Show the current form step in progress indicator.
+
+Bugfixes
+--------
+
+* [#4827] Do not add initial_data_reference if empty.
+* [#4546] Properly pass initial_data_reference to the nextUrl query params on the login URL.
+
+Project maintenance
+-------------------
+
+* Ensure prettier checks jsx files.
+* [#4849] Ensure .jsx files are picked up for translation as well.
+* [#3283] Removed password Formio component.
+* Fixed button stories/documentation page.
+* [#4320] Updated stories and UX of completion view.
+* Excluded file renames from git blame.
+* Renamed .js files to .jsx.
+* Removed old tilde prefix in SCSS imports.
+* [#4546] Refactored aria attributes utilities.
+* Upgraded to Jest 29 because of MSW requirements.
+* Updated story after translations update.
+* Updated developer docs about mocking in stories.
+* Handled msw-storybook-addon breaking change.
+* Updated API mocks following breaking changes in MSW.
+* Upgraded to MSW 2.5.
+* Updated actions with explicit mocks.
+* Upgraded to Storybook 8.3.6 with upgrade script.
+
 2.4.2 (2024-11-22)
 ==================
 
diff --git a/README.NL.rst b/README.NL.rst
index 89069f466..e3eff3f6a 100644
--- a/README.NL.rst
+++ b/README.NL.rst
@@ -2,7 +2,7 @@
 Open Formulieren SDK
 ====================
 
-:Version: 2.5.0-alpha.0
+:Version: 2.5.0-alpha.1
 :Source: https://github.com/open-formulieren/open-forms-sdk
 :Keywords: e-Formulieren, Common Ground, FormIO, API
 
diff --git a/README.rst b/README.rst
index 24646f151..ee2f0ef3b 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
 Open Forms SDK
 ==============
 
-:Version: 2.5.0-alpha.0
+:Version: 2.5.0-alpha.1
 :Source: https://github.com/open-formulieren/open-forms-sdk
 :Keywords: e-Formulieren, Common Ground, FormIO, API
 
diff --git a/package-lock.json b/package-lock.json
index 00ec939b0..2d69e54d4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@open-formulieren/sdk",
-  "version": "2.5.0-alpha.0",
+  "version": "2.5.0-alpha.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "@open-formulieren/sdk",
-      "version": "2.5.0-alpha.0",
+      "version": "2.5.0-alpha.1",
       "license": "EUPL-1.2",
       "workspaces": [
         "design-tokens"
diff --git a/package.json b/package.json
index 1d0bd690b..31eacd1a2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@open-formulieren/sdk",
-  "version": "2.5.0-alpha.0",
+  "version": "2.5.0-alpha.1",
   "private": true,
   "main": "dist/open-forms-sdk.js",
   "exports": {
diff --git a/publiccode.yaml b/publiccode.yaml
index f31754b26..fb43fb253 100644
--- a/publiccode.yaml
+++ b/publiccode.yaml
@@ -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.5.0-alpha.0
+softwareVersion: 2.5.0-alpha.1
 releaseDate: 't.b.d.'
 logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
 platforms: