bulma/docs/_posts/2018-04-14-migration-to-v070.md
2024-03-21 16:39:38 +00:00

2.4 KiB

title layout introduction color name icon
Migrating to v0.7.0 post What has changed success Migrating to v0.7.0 angle-double-up

A new major Bulma update is out: v0.7.0!

While this update is mainly focused on a massive website redesign, it also includes a few bug fixes, some new features, and some variable changes.

These variable changes are documented here, so you can edit or revert them if needed.

{% include docs/elements/anchor.html name="Updated default values" %}

{% for item in site.data.blog.migratingv070.updated %}

{% for change in item.changes %} {% endfor %}
File {{ item.file }}
Variable From To
{{ change.variable }} {{ change.from }} {{ change.to }}
{% endfor %}

{% include docs/elements/anchor.html name="New variables" %}

{% for item in site.data.blog.migratingv070.new %}

{% for newcomer in item.newcomers %} {% endfor %}
File {{ item.file }}
Name Value
{{ newcomer.name }} {{ newcomer.value }}
{% endfor %}

{% include docs/elements/anchor.html name="Removed variables" %}

{% for item in site.data.blog.migratingv070.removed %} {% endfor %}
File Removed Replaced with
{{ item.file }} {{ item.before }} {% for newcomer in item.after %} {{ newcomer }} {% endfor %}