Skip to content

Commit

Permalink
Merge pull request #740 from open-formulieren/release/2.5.0-alpha.1
Browse files Browse the repository at this point in the history
Prepare 2.5.0-alpha.1 release
  • Loading branch information
vaszig authored Nov 27, 2024
2 parents 4147c6f + 70462dd commit 95bf0b8
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 7 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.5.0-alpha.0
current_version = 2.5.0-alpha.1
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
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@
SDK Changelog
=============

2.5.0-alpha.1 (2024-11-27)
==========================

Second preview release of the upcoming 2.5.0 version.

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

* [#4320] Improved the user experience for forms with cosign
- The confirmation page content is now dynamically provided by the API.
- Tweaked the texts displayed in various points in the cosign process.
- Cosign login options are now only displayed if the cosign request email does not use direct links.
When direct links are used, the cosigner is directly taken to the cosign page without having to
manually enter codes.
* [#4546] It's now possible to "soft-require" file uploads. Soft-required uploads show a warning message when
no file has been uploaded, but don't block the step submission or form progress.
* [#4718] Improved accessibility when using an increased zoom level.
* [#4720] Improved navigation and visibility accessibility.
* [#4717] Improvement accessibility of the loader, modal components, alerts and file upload buttons.
* [#4716] Improved the accessibility of form fields and associated error messages.

Project maintenance
-------------------

* Ensured prettier checks jsx files.
* [#4849] Ensured .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.
* Renamed .js files to .jsx.
* Removed old tilde prefix in SCSS imports.
* [#724] Upgraded to Jest 29 because of MSW requirements.
* Updated story after translations update.
* Upgraded to MSW 2.5.
* Updated actions with explicit mocks.
* Upgraded to Storybook 8.3.6.

2.4.2 (2024-11-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.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

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.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

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.5.0-alpha.0",
"version": "2.5.0-alpha.1",
"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.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:
Expand Down

0 comments on commit 95bf0b8

Please sign in to comment.