Skip to content

Commit

Permalink
Merge pull request #560 from open-formulieren/release/1.6.0-alpha.0
Browse files Browse the repository at this point in the history
Release 1.6.0 alpha
  • Loading branch information
sergei-maertens authored Oct 2, 2023
2 parents 08b2665 + 1558457 commit 12e19ee
Show file tree
Hide file tree
Showing 6 changed files with 40 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 = 1.5.1
current_version = 1.6.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
35 changes: 35 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,41 @@
SDK Changelog
=============

1.6.0-alpha.0 (2023-10-02)
==========================

First preview release of the upcoming 1.6.0 version.

Features
--------

* [#3300] Appointments: added product pre-selection via query string parameters.
* [#1884] Added more flexibility for custom time component validation errors.
* [#3443] Added (custom) validation errors for date components and allow manual entering
of invalid dates so that validation errors are displayed instead of input being
discarded.
* [#3414] Co-sign authentication buttons now have more distinctive styling (+ support
theming via design tokens).
* [#3383] When using multiple backend validation plugins on a plugin, they now accept
the user input as soon as *any* plugin accepts it rather than *all* plugins.

Bugfixes
--------

* Fixed width of progress indicator on mobile.
* [#3419] Fixed tooltips not applying design tokens everywhere.
* [#3385] Fixed inconsistent styles because of browser validation errors being shown
rather than own validation messages.

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

* Added ``stable/1.5.x`` branch to CI configuration.
* The SDK build artifact should now include the version number.
* [#309] Added story for cosign component.
* Fixed products schema proptype warning.
* Reorganized appointments code.

1.5.3 (2023-09-29)
==================

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: 1.5.1
:Version: 1.6.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: 1.5.1
:Version: 1.6.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": "1.5.1",
"version": "1.6.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: 1.5.1
softwareVersion: 1.6.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 12e19ee

Please sign in to comment.