|
2 | 2 | SDK Changelog
|
3 | 3 | =============
|
4 | 4 |
|
| 5 | +2.1.0 (2024-01-25) |
| 6 | +================== |
| 7 | + |
| 8 | +Feature release - all the changes from 2.1.0-alpha.0 are also included! |
| 9 | + |
| 10 | +New features |
| 11 | +------------ |
| 12 | + |
| 13 | +* [#3607] Added a new component type ``addressNL``, taking postcode and house number, |
| 14 | + which supports validation against the BRK. This component may replace the address |
| 15 | + auto-complete (based on ``textfield``) in the future. |
| 16 | + |
| 17 | +* Updated some literals to be more accessible |
| 18 | + |
| 19 | + * [#3690] Update texts for authentication plugin outages to be B1-level. |
| 20 | + * [#619] Update texts in the map component to be B1-level. |
| 21 | + |
| 22 | +* ⚠️ We have adapted more NL Design System components for our SDK, please review the |
| 23 | + `2.1.0 upgrade notes`_. If you're developing your own theme, this |
| 24 | + may break some styling. Users of the default Open Forms theme (even if you tweak some |
| 25 | + design tokens in the backend) are not affected. |
| 26 | + |
| 27 | + * [#471] Refactored the ``FormStepSummary`` to make use of ``DataList`` and |
| 28 | + ``Heading2`` components. |
| 29 | + * [3178] Reworked the layout scaffolding to support NL DS principles - appearance |
| 30 | + can now be configured through design tokens. |
| 31 | + * We now expect an outer wrapper with the class name ``utrecht-document``, any CMS |
| 32 | + making use of embedding should ensure this class is applied in a form container ( |
| 33 | + ideally you apply this to the ``html`` or ``body`` element). |
| 34 | + |
| 35 | +* [#3726] Reworked the payment and confirmation page flows - it is now more obvious that |
| 36 | + the user still needs to be pay (if payment is relevant). |
| 37 | +* [#3778] Content components displayed on the summary do not display a name/label, to be |
| 38 | + consistent with email and PDF summary. |
| 39 | + |
| 40 | +Bugfixes |
| 41 | +-------- |
| 42 | + |
| 43 | +* [#3671] Fixed max date validation when "today" is included. |
| 44 | + |
| 45 | +Project maintenance |
| 46 | +------------------- |
| 47 | + |
| 48 | +* Upgraded the development tooling to Node 20 (LTS). |
| 49 | +* Upgraded playwright to be compatible with Debian 12. |
| 50 | +* Upgraded dependencies to reduce the amount of warnings during ``yarn install``. |
| 51 | +* [#584] Added mobile snapshots to Storybook and Chromatic configuration to run visual |
| 52 | + regression tests on multiple viewports. |
| 53 | +* Marked the ``stable/1.3.x`` release branch as end-of-life. |
| 54 | +* [#614] The Leaflet Dutch coordinate system code is replaced with a reusable library. |
| 55 | + |
| 56 | +.. _2.1.0 upgrade notes: https://open-formulieren.github.io/open-forms-sdk/?path=/docs/developers-upgrade-notes-2-1-0--docs |
| 57 | + |
5 | 58 | 2.0.2 (2024-01-12)
|
6 | 59 | ==================
|
7 | 60 |
|
|
0 commit comments