mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
2.4 KiB
2.4 KiB
title | layout | introduction | color | name | icon |
---|---|---|---|---|---|
Migrating to v0.7.0 | post | What has changed | success | Migrating to v0.7.0 | sync-alt |
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 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 }}
|
{% 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 }}
|
{% 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 %}
|