Skip to content

Commit

Permalink
Merge pull request #202 from open-formulieren/release/0.34.0-fix
Browse files Browse the repository at this point in the history
🔖 Bump to version 0.34.0
  • Loading branch information
sergei-maertens authored Dec 13, 2024
2 parents 481a5e9 + 260550e commit da13dfa
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changes

## 0.34.0 (2024-12-13)

Feature and bugfix release

- [`OF#4319`][OF#4319] Updated title's tooltip in Upload File Component to be more specific.
- [`OF#2173`][OF#2173] Added background configuration to the map component.

[OF#4319]: https://github.com/open-formulieren/open-forms/issues/4319
[OF#2173]: https://github.com/open-formulieren/open-forms/issues/4880

## 0.33.0 (2024-11-25)

💥 Breaking changes release
Expand Down
4 changes: 2 additions & 2 deletions i18n/messages/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"originalDefault": "Validation"
},
"2mgmOj": {
"defaultMessage": "De titel voor het zaak document.",
"defaultMessage": "De titel voor het zaakdocument.",
"description": "Tooltip for 'registration.titel' builder field",
"originalDefault": "The title for the document that is related to the case."
},
Expand Down Expand Up @@ -1515,7 +1515,7 @@
"originalDefault": "Add/subtract duration"
},
"xbUkMg": {
"defaultMessage": "De kaartlaag bepaald de achtergrond van het kaartmateriaal voor verschillende coördinaten and zoomniveaus.",
"defaultMessage": "De kaartlaag bepaalt de achtergrond van het kaartmateriaal voor verschillende coördinaten en zoomniveaus.",
"description": "Tooltip for 'tileLayerIdentifier' builder field",
"originalDefault": "The tile layer is responsible for showing the map background. This effects the map style at particular coordinates and zoom levels."
},
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.33.0",
"version": "0.34.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 da13dfa

Please sign in to comment.