milieuinfo/webcomponent-vl-ui-icon
### [`v5.0.1`](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/releases/v5.0.1)
[Compare Source](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/compare/v5.0.0...v5.0.1)
#### Updates
#### 🧰 Maintenance
- Update vl-ui-core met oplossing Chrome mobile en Safari rendering problemen [@coemans](https://togithub.com/coemans) ([#60](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/issues/60) [#61](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/issues/61))
### [`v5.0.0`](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/releases/v5.0.0)
[Compare Source](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/compare/v4.0.1...v5.0.0)
#### Updates
#### 🧰 Maintenance
- Prefix attributen met data-vl [@coemans](https://togithub.com/coemans) ([#59](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/issues/59))
#### 💥 Breaking changes
1. De attributen moeten nu voorzien worden van een `data-vl-` prefix. De grootste motivatie voor deze breaking change is dat we ontzettend veel belang hechten aan het ondersteunen van evergreen browsers. De huidige setup met attributen zonder prefix garandeert de werking in huidige en/of toekomstige browsers niet.
- De officiële W3C validator zal attributen met `data` prefix negeren tijdens het validatie proces, attributen zonder deze prefix worden door de validator niet als geldig beschouwd.
- JavaScript verzamelt de `data` attributen in een speciaal data object dat eenvoudig geraadpleegd kan worden via de `dataset` property.
- Wanneer de attributen niet voorzien zijn van een prefix kan dit problemen veroorzaken met de native attributen in huidige en/of toekomstige browsers.
```HTML
```
Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^4.0.0
->^5.0.0
^4.0.0
->^5.0.0
Release Notes
milieuinfo/webcomponent-vl-ui-icon
### [`v5.0.1`](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/releases/v5.0.1) [Compare Source](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/compare/v5.0.0...v5.0.1) #### Updates #### 🧰 Maintenance - Update vl-ui-core met oplossing Chrome mobile en Safari rendering problemen [@coemans](https://togithub.com/coemans) ([#60](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/issues/60) [#61](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/issues/61)) ### [`v5.0.0`](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/releases/v5.0.0) [Compare Source](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/compare/v4.0.1...v5.0.0) #### Updates #### 🧰 Maintenance - Prefix attributen met data-vl [@coemans](https://togithub.com/coemans) ([#59](https://togithub.com/milieuinfo/webcomponent-vl-ui-icon/issues/59)) #### 💥 Breaking changes 1. De attributen moeten nu voorzien worden van een `data-vl-` prefix. De grootste motivatie voor deze breaking change is dat we ontzettend veel belang hechten aan het ondersteunen van evergreen browsers. De huidige setup met attributen zonder prefix garandeert de werking in huidige en/of toekomstige browsers niet. - De officiële W3C validator zal attributen met `data` prefix negeren tijdens het validatie proces, attributen zonder deze prefix worden door de validator niet als geldig beschouwd. - JavaScript verzamelt de `data` attributen in een speciaal data object dat eenvoudig geraadpleegd kan worden via de `dataset` property. - Wanneer de attributen niet voorzien zijn van een prefix kan dit problemen veroorzaken met de native attributen in huidige en/of toekomstige browsers. ```HTML ```Renovate configuration
:date: Schedule: At any time (no schedule defined).
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.