Update dependency bulma to v0.9.0 #150

Merged
konrad merged 1 commits from renovate/bulma-0.x into master 2020-06-08 17:40:14 +00:00
Member

This PR contains the following updates:

Package Type Update Change
bulma (source) dependencies minor 0.8.2 -> 0.9.0

Release Notes

jgthms/bulma

v0.9.0

Compare Source

RTL support

Bulma now has RTL support.

By setting the Sass flag $rtl to true, you can create an RTL version of Bulma, thanks to 4 new Sass mixins:

  • =ltr
  • =rtl
  • =ltr-property($property, $spacing, $right: true)
  • =ltr-position($spacing, $right: true)

The Bulma package now also comes with a bulma-rtl.css and bulma-rtl.min.css file to be used straight away.

Spacing helpers

Bulma now has spacing helpers: https://bulma.io/documentation/helpers/spacing-helpers/

Bulma provides margin m* and padding p* helpers in all directions:

  • *t for top
  • *r for right
  • *b for bottom
  • *l for left
  • *x horizontally for both left and right
  • *y vertically for both top and bottom

You need to combine a margin/padding prefix with a direciton suffix. For example:

  • for a margin-top, use mt-*
  • for a padding-bottom, use pb-*
  • for both margin-left and margin-right, use mx-*

Each of these property-direction combinations needs to be appended with one of 6 value suffixes

This release also includes the following helpers:

  • light and dark color helpers
  • light and dark background color helpers
Improvements
  • #​2925 Center table cell content vertically with is-vcentered
Bug fixes
  • #​2955 Fix issue when there's only one is-toggle tag

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bulma](https://bulma.io) ([source](https://github.com/jgthms/bulma)) | dependencies | minor | [`0.8.2` -> `0.9.0`](https://renovatebot.com/diffs/npm/bulma/0.8.2/0.9.0) | --- ### Release Notes <details> <summary>jgthms/bulma</summary> ### [`v0.9.0`](https://github.com/jgthms/bulma/blob/master/CHANGELOG.md#&#8203;090) [Compare Source](https://github.com/jgthms/bulma/compare/0.8.2...0.9.0) ##### RTL support Bulma now has **RTL support**. By setting the Sass flag `$rtl` to `true`, you can create an RTL version of Bulma, thanks to 4 new Sass mixins: - `=ltr` - `=rtl` - `=ltr-property($property, $spacing, $right: true)` - `=ltr-position($spacing, $right: true)` The Bulma package now also comes with a `bulma-rtl.css` and `bulma-rtl.min.css` file to be used straight away. ##### Spacing helpers Bulma now has **spacing helpers**: <https://bulma.io/documentation/helpers/spacing-helpers/> <p>Bulma provides <strong>margin</strong> <code>m*</code> and <strong>padding</strong> <code>p*</code> helpers in all <strong>directions</strong>:</p> <ul> <li> <code>*t</code> for <strong>top</strong> </li> <li> <code>*r</code> for <strong>right</strong> </li> <li> <code>*b</code> for <strong>bottom</strong> </li> <li> <code>*l</code> for <strong>left</strong> </li> <li> <code>*x</code> horizontally for both <strong>left</strong> and <strong>right</strong> </li> <li> <code>*y</code> vertically for both <strong>top</strong> and <strong>bottom</strong> </li> </ul> <p> You need to <strong>combine</strong> a margin/padding prefix with a direciton suffix. For example: </p> <ul> <li>for a <code>margin-top</code>, use <code>mt-*</code></li> <li>for a <code>padding-bottom</code>, use <code>pb-*</code></li> <li>for both <code>margin-left</code> and <code>margin-right</code>, use <code>mx-*</code></li> </ul> <p> Each of these <code>property-direction</code> <strong>combinations</strong> needs to be appended with one of <strong>6 value suffixes</strong> </p> This release also includes the following helpers: - light and dark color helpers - light and dark background color helpers ##### Improvements - [#&#8203;2925](https://github.com/jgthms/bulma/issues/2925) Center table cell content vertically with `is-vcentered` ##### Bug fixes - [#&#8203;2955](https://github.com/jgthms/bulma/issues/2955) Fix issue when there's only one `is-toggle` tag </details> --- ### 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. :ghost: **Immortal**: This PR will be recreated if closed unmerged, as Gitea does not support ignoring PRs. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2020-06-08 17:00:51 +00:00
konrad merged commit 0780a83431 into master 2020-06-08 17:40:14 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.