diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d4328e658..7d2ab4d31 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = False tag = False -current_version = 2.0.0 +current_version = 2.1.0-alpha.0 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 2bae2ce36..6f0a0d4d3 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -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)
 ==================
 
diff --git a/README.NL.rst b/README.NL.rst
index eaafa3a0a..c81dcc64f 100644
--- a/README.NL.rst
+++ b/README.NL.rst
@@ -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
 
diff --git a/README.rst b/README.rst
index 718283c82..a2f4b696b 100644
--- a/README.rst
+++ b/README.rst
@@ -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
 
diff --git a/package.json b/package.json
index 756082454..e4ab824ef 100644
--- a/package.json
+++ b/package.json
@@ -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": {
diff --git a/publiccode.yaml b/publiccode.yaml
index 4a281fd99..f61fd8678 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.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: