---
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 docs/elements/anchor.html name="Updated default values" %}
{% for item in site.data.blog.migratingv070.updated %}
File
{{ item.file }}
|
Variable |
From |
To |
{% for change in item.changes %}
{{ change.variable }}
|
{{ change.from }}
|
{{ change.to }}
|
{% endfor %}
{% endfor %}
{% include docs/elements/anchor.html name="New variables" %}
{% for item in site.data.blog.migratingv070.new %}
File
{{ item.file }}
|
Name |
Value |
{% for newcomer in item.newcomers %}
{{ newcomer.name }}
|
{{ newcomer.value }}
|
{% endfor %}
{% endfor %}
{% include docs/elements/anchor.html name="Removed variables" %}
File |
Removed |
Replaced with |
{% for item in site.data.blog.migratingv070.removed %}
{{ item.file }}
|
{{ item.before }}
|
{% for newcomer in item.after %}
{{ newcomer }}
{% endfor %}
|
{% endfor %}