Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade bulma from 0.8.2 to 0.9.0 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade bulma from 0.8.2 to 0.9.0.

merge advice

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-06-07.
Release notes
Package name: bulma
  • 0.9.0 - 2020-06-07

    Deprecation warning

    The base/helpers.sass file is deprecated. It has moved into its own /helpers folder. If you were importing base/helpers.sass or base/_all.sass, please import sass/helpers/_all.sass now.
    If you were simply importing the whole of Bulma with @import "~/bulma/bulma.sass" or similar, you won't have to change anything, and everything will work as before.

    The list component is also deprecated: the components/list.sass file has been deleted. It was never officialy supported as it was too similar to panel component. Use that one instead.

    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
  • 0.8.2 - 2020-04-11

    This is a minor release. See 0.8.1 release notes for additional information.

    Bug fixes

    • Fix #2885 -> Revert $input-color: $text-strong
from bulma GitHub release notes
Commit messages
Package name: bulma
  • 75db4c2 Build 0.9.0
  • 776c8e6 Merge pull request #2984 from jgthms/new-helpers
  • 8bf1d85 Build docs CSS
  • 6aee604 Remove deprecated list
  • 0430053 Add spacing helpers examples
  • 4125514 Merge branch 'master' into new-helpers
  • 5198384 Merge pull request #2983 from jgthms/rtl-support
  • 9663e25 Fix navbar rtl
  • ff70b7f Merge branch 'master' into rtl-support
  • 79389cb Fix select rtl
  • bf38dcd Merge branch 'new-helpers' of github.com:jgthms/bulma into new-helpers
  • f286e5c Deprecate base/helpers file
  • d605508 Change wording
  • 1d70a30 Customizing spacing helpers output
  • ce2c9a2 Only highlight relevant cells
  • ea1a8f5 Highlight rows and columns
  • 8c65f02 Add light color helpers
  • a2a9564 Add new spacing helpers
  • 0dc4416 Remove banner
  • dffdffa Update changelog
  • 410a2ac Update backers May 2020
  • c3531e4 Center table cell content vertically
  • 086bd1c Fix issue when there's only one is-toggle tag
  • 909e066 Update old Buefy link

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant