--- title: "Migrating to v0.7.0" layout: post introduction: "What has changed" color: "success" name: "Migrating to v0.7.0" icon: "angle-double-up" --- A new major Bulma update is out: [v0.7.0](#)! While this update is mainly focused on a massive [website redesign](/2018/04/13/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 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 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 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 %}