Skip to content

Commit

Permalink
chore(release): 1.40.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.40.0](v1.39.1...v1.40.0) (2024-12-03)

### Bug Fixes

* UIG-3129 - vl-link-next - onnodige witruimte verwijderd wanneer er geen icon is ingesteld ([ca006a0](ca006a0))
* UIG-3137 - vl-upload - upload timeout uitgeschakeld ([375bd0e](375bd0e))
* UIG-3155 - vl-button-next - tertiary styling on hover ([1144378](1144378))
* UIG-3162 - vl-datepicker-next - datum selectie in testen verbeterd ([324113c](324113c))

### Features

* UIG-2907 / UIG-2908 / UIG-2913 / UIG-2916 / UIG-2917 / UIG-2924 / UIG-2925 / UIG-2934 / UIG-3122 / UIG-3124 / UIG-3132 / UIG-3133 - nieuwe next / v2 'styles' opzet ([927e5fb](927e5fb))
* UIG-2908 - vl-body wordt geschrapt in v2 ([187ec29](187ec29))
* UIG-2918 - vl-image wordt geschrapt in v2 ([a4285b4](a4285b4))
* UIG-3022 - planning update ([67a6a12](67a6a12))
* UIG-3136 - storybook - documentatie verbeterd ([a92dc62](a92dc62))
* UIG-3143 - vl-upload-next - default voor url toegevoegd ([3c78413](3c78413))
* UIG-3145 - technische (console) fouten opgelost bij het uitvoeren van component testen ([eadcc35](eadcc35))
* UIG-3146 - component en Storybook testen voor de styles ([3362485](3362485))
* UIG-3159 - vl-toaster - storybook verbeterd ([14bc8ce](14bc8ce))
* UIG-3161 - Cypress update ([24aaf34](24aaf34))
  • Loading branch information
semantic-release-bot committed Dec 3, 2024
1 parent a92dc62 commit 0ccab54
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 10 deletions.
7 changes: 1 addition & 6 deletions libs/components/components.web-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
{
"name": "vl-accordion-list",
"description": "Een lijst component die kan gebruikt worden als je meerdere accordions wilt afbeelden.\nVoor meer informatie over accordions zie de [accordion](/docs/components-accordion--documentatie) component.",
"description": "<span style=\"color: rgb(240,0,0)\">[legacy-component]</span><br/>Een lijst component die kan gebruikt worden als je meerdere accordions wilt afbeelden.\nVoor meer informatie over accordions zie de [accordion](/docs/components-accordion--documentatie) component.",
"doc-url": "https://milieuinfo.github.io/uigov-builds/release/DOMG-WC-VERSION/storybook/?path=/docs/components-accordion-list--documentatie",
"attributes": [
{
Expand Down Expand Up @@ -984,11 +984,6 @@
"description": "De positie van het icoon ten opzichte van de tekst.",
"default": "before"
},
{
"name": "icon-only",
"description": "Beeldt de button correct af als er enkel een icoon is en geen tekst.<br/>Te gebruiken in combinatie met het `icon` attribuut.",
"default": "false"
},
{
"name": "toggle",
"description": "Beeldt de button af als een toggle button.",
Expand Down
2 changes: 1 addition & 1 deletion libs/form/form.web-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@
{
"name": "url",
"description": "Bepaalt de upload url",
"default": ""
"default": "dummy-url"
}
],
"js": {
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": "uigov-web-components",
"version": "1.39.1",
"version": "1.40.0",
"author": "UIG <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down
24 changes: 24 additions & 0 deletions resources/changelog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.40.0](https://github.com/milieuinfo/uigov-web-components/compare/v1.39.1...v1.40.0) (2024-12-03)


### Bug Fixes

* UIG-3129 - vl-link-next - onnodige witruimte verwijderd wanneer er geen icon is ingesteld ([ca006a0](https://github.com/milieuinfo/uigov-web-components/commit/ca006a00057d62bd5a6efd334af468e71137cf84))
* UIG-3137 - vl-upload - upload timeout uitgeschakeld ([375bd0e](https://github.com/milieuinfo/uigov-web-components/commit/375bd0e7dd93fceb3939e76f9dc33ca045ccf194))
* UIG-3155 - vl-button-next - tertiary styling on hover ([1144378](https://github.com/milieuinfo/uigov-web-components/commit/1144378147709b583cd47a4063b0ff5e1e013954))
* UIG-3162 - vl-datepicker-next - datum selectie in testen verbeterd ([324113c](https://github.com/milieuinfo/uigov-web-components/commit/324113c2bcb329af3b697333f9b9a72674913a25))


### Features

* UIG-2907 / UIG-2908 / UIG-2913 / UIG-2916 / UIG-2917 / UIG-2924 / UIG-2925 / UIG-2934 / UIG-3122 / UIG-3124 / UIG-3132 / UIG-3133 - nieuwe next / v2 'styles' opzet ([927e5fb](https://github.com/milieuinfo/uigov-web-components/commit/927e5fb5d40e63559ac2017e90041cf150bb7022))
* UIG-2908 - vl-body wordt geschrapt in v2 ([187ec29](https://github.com/milieuinfo/uigov-web-components/commit/187ec29c4fec661b15917ecf4b1ad6bf5e9ba62b))
* UIG-2918 - vl-image wordt geschrapt in v2 ([a4285b4](https://github.com/milieuinfo/uigov-web-components/commit/a4285b458a51ec4dd41a8f0371029692704b4236))
* UIG-3022 - planning update ([67a6a12](https://github.com/milieuinfo/uigov-web-components/commit/67a6a12f3e09c8c434f3b6dad96ab95abab36c1f))
* UIG-3136 - storybook - documentatie verbeterd ([a92dc62](https://github.com/milieuinfo/uigov-web-components/commit/a92dc6294d17f3e4e4fbb07b4af11a6b5e57d187))
* UIG-3143 - vl-upload-next - default voor url toegevoegd ([3c78413](https://github.com/milieuinfo/uigov-web-components/commit/3c78413a4d53799899f919f712013672bc443174))
* UIG-3145 - technische (console) fouten opgelost bij het uitvoeren van component testen ([eadcc35](https://github.com/milieuinfo/uigov-web-components/commit/eadcc3545033ba3ccfe00d4db1c5e20b586bb7a6))
* UIG-3146 - component en Storybook testen voor de styles ([3362485](https://github.com/milieuinfo/uigov-web-components/commit/33624859d04c1207de908aeeba9205d318e58192))
* UIG-3159 - vl-toaster - storybook verbeterd ([14bc8ce](https://github.com/milieuinfo/uigov-web-components/commit/14bc8cec97c3b39650ee8474489c3791daf0e0db))
* UIG-3161 - Cypress update ([24aaf34](https://github.com/milieuinfo/uigov-web-components/commit/24aaf34b9a43b15fb9cd34c8fb728684d2760a85))

## [1.39.1](https://github.com/milieuinfo/uigov-web-components/compare/v1.39.0...v1.39.1) (2024-11-05)


Expand Down

0 comments on commit 0ccab54

Please sign in to comment.