Skip to content

Commit

Permalink
Merge pull request #615 from open-formulieren/release/2.1.0-alpha.0
Browse files Browse the repository at this point in the history
Release 2.1.0 alpha.0
  • Loading branch information
sergei-maertens authored Dec 15, 2023
2 parents 1687c48 + 5d357fd commit 29cbaa3
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 5 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.0.0
current_version = 2.1.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
44 changes: 44 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@
SDK Changelog
=============

2.1.0-alpha.0 (2023-12-15)
==========================

First preview release of the upcoming 2.1.0 version.

Features
--------

* [#469] Repeating groups now use NL DS data-list components and appearance is
configurable through design tokens.
* [3178] Reworked the layout scaffolding to support NL DS principles - appearance can
now be configured through design tokens.
* [#36] Reworked the implementation of the progress indicator, you can now use existing
NL DS component design tokens and further tweak the appearance through custom design
tokens. The scrolling behaviour and text overflow/cutoff (on mobile) is now also fixed,
and the component is not invasive anymore when embedding the SDK in a third party CMS.
* [#3651] Changed the optional field label suffix to more accessible language.

Bugfixes
--------

* [#3576] Repeating groups summary no longer displays colons when no component label is
available.
* Fixed regression in leaflet styles not being included in CSS bundle.
* [#3362] Fixed support for backend-to-frontend server side redirects when using
hash-based routing.
* [#3612] Fixed the maximum date validation not being run when both ``min`` and ``max``
are specified.
* [#3611] Fixed time component validation to allow the exact min/max value (bounds are
now inclusive).
* [#3450] Fixed text overflow not being properly hyphenated.
* [#607] Fixed the regular expression for phone number validation to disallow leading
dashes or spaces.
* [#3647] Applied a bandaid fix to Formio/momentjs turning in invalid time value into
the literal string 'Invalid date'. Instead, the invalid value is now kept (and the
validation error is still displayed).

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

* Cleaned up the columns CSS.
* Refactored routes for ``ManageAppointment``.
* Fixed ``localStorage`` cleanup in storybook.

1.5.6 (2023-12-12)
==================

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.0.0
:Version: 2.1.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.0.0
:Version: 2.1.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-formulieren/sdk",
"version": "2.0.0",
"version": "2.1.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.0.0
softwareVersion: 2.1.0-alpha.0
releaseDate: 't.b.d.'
logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
platforms:
Expand Down

0 comments on commit 29cbaa3

Please sign in to comment.