Skip to content

Commit

Permalink
🔖 Bump version to 0.31.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Oct 16, 2024
1 parent fbf63d9 commit 8b48584
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changes

## 0.31.0 (2024-10-16)

Feature release

- [`OP#24`][OP#24] Reverted having to select a product in the `productPrice` component.
- [`OF#4546`][OF#4546] Added support for soft-required validation:
- File upload components can now be soft-required
- Added a new custom component type to dislay soft-required validation errors
- Upgraded to latest Storybook version.
- Added explicit sorting to story folders.

[OP#24]: https://github.com/maykinmedia/open-producten/issues/24
[OF#4546]: https://github.com/open-formulieren/open-forms/issues/4546

## 0.30.0 (2024-10-10)

- [`OF#4636`][OF#4636] Updated translation tab table widths and fixed view breaking overflow.
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/formio-builder",
"version": "0.30.0",
"version": "0.31.0",
"description": "An opinionated Formio webform builder for Open Forms",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit 8b48584

Please sign in to comment.