Skip to content

Commit

Permalink
⬆️ Upgrade to formio-builder 0.30
Browse files Browse the repository at this point in the history
Closes #4636
Closes #4637

This also exposes the ProductPrice experimental component, which will
likely be gated behind a feature flag for the full 3.0 release.
  • Loading branch information
sergei-maertens committed Oct 10, 2024
1 parent d777da6 commit bf3b4ad
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 8 deletions.
14 changes: 7 additions & 7 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
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@open-formulieren/design-tokens": "^0.53.0",
"@open-formulieren/formio-builder": "^0.28.0",
"@open-formulieren/formio-builder": "^0.30.0",
"@open-formulieren/leaflet-tools": "^1.0.0",
"@open-formulieren/monaco-json-editor": "^0.2.0",
"@rjsf/core": "^4.2.1",
Expand Down
24 changes: 24 additions & 0 deletions src/openforms/js/compiled-lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2727,6 +2727,12 @@
"value": "Whether the user is allowed to submit this form or not, and whether the overview page should be shown if they are not."
}
],
"QXsAuR": [
{
"type": 0,
"value": "Product to fetch prices for"
}
],
"QaPqxz": [
{
"type": 0,
Expand Down Expand Up @@ -4789,6 +4795,12 @@
"value": "Session will expire"
}
],
"jtWzSW": [
{
"type": 0,
"value": "option 2: € 15,99"
}
],
"k1+ljn": [
{
"type": 0,
Expand Down Expand Up @@ -5509,6 +5521,12 @@
"value": "Regular expression for city"
}
],
"sxdJ/8": [
{
"type": 0,
"value": "option 1: € 10,99"
}
],
"t5fg/K": [
{
"type": 0,
Expand Down Expand Up @@ -5681,6 +5699,12 @@
"value": "Do not display the configured label and top line as the header in the fieldset."
}
],
"uuKVtO": [
{
"type": 0,
"value": "Product"
}
],
"vAZDY4": [
{
"type": 0,
Expand Down
24 changes: 24 additions & 0 deletions src/openforms/js/compiled-lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2744,6 +2744,12 @@
"value": "Geeft aan of de gebruiker het formulier kan inzenden of niet, en of een overzichtspagina getoond wordt indien niet."
}
],
"QXsAuR": [
{
"type": 0,
"value": "Product waarvoor prijzen worden opgehaald"
}
],
"QaPqxz": [
{
"type": 0,
Expand Down Expand Up @@ -4811,6 +4817,12 @@
"value": "Sessie gaat vervallen"
}
],
"jtWzSW": [
{
"type": 0,
"value": "optie 2: € 15,99"
}
],
"k1+ljn": [
{
"type": 0,
Expand Down Expand Up @@ -5531,6 +5543,12 @@
"value": "Reguliere expressie"
}
],
"sxdJ/8": [
{
"type": 0,
"value": "optie 1: € 10,99"
}
],
"t5fg/K": [
{
"type": 0,
Expand Down Expand Up @@ -5703,6 +5721,12 @@
"value": "Verberg de koptekst en de lijn boven de veldengroep in het formulier."
}
],
"uuKVtO": [
{
"type": 0,
"value": "Product"
}
],
"vAZDY4": [
{
"type": 0,
Expand Down

0 comments on commit bf3b4ad

Please sign in to comment.