[Snyk] Upgrade bulma from 0.9.4 to 1.0.2 #343
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade bulma from 0.9.4 to 1.0.2.
ℹ️ 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 3 versions ahead of your current version.
The recommended version was released on 2 months ago.
Release notes
Package name: bulma
1.0.2
Improvements
is-col-min
now goes up to32
(Fixes #3829)is-variable
modifier for Column gapsradios
andcheckboxes
classes respectivelyis-max-tablet
modifier to the Container elementcurrentColor
andinherit
as possible values for the color and background helpers100vh
with theis-fullheight
modifier$input-border-style
$input-border-width
$label-spacing
$field-block-spacing
--bulma-input-border-style
--bulma-input-border-width
--bulma-label-color
--bulma-label-spacing
--bulma-label-weight
--bulma-help-size
--bulma-field-block-spacing
Bug fixes
$scheme-h
,$scheme-s
,$dark-l
and$light-l
Sass variables--bulma-column-gap
CSS variablehas-background
helpers should only affect element it's applied to$navbar-burger-color
1.0.1
Bug fixes
.select
colors.skeleton
classDocumentation fixes
migrating-to-v1.html
@ prefers-reduced-motion
setting0.9.4
versionImprovements
sass
todevDependencies
Bulma v1 is a full rewrite of the framework using Dart Sass, which is the the primary implementation of Sass. While this affects a few development details, everything has been done to make the transition as easy as possible.
What remains the same
All HTML snippets are the same. This means you don't need to update your markup. This is important because it means, if you're using Bulma straight "out of the box", you don't need to change anything.
You can just swap
[email protected]/css/bulma.min.css
with[email protected]/css/bulma.min.css
and everything will work. Things will look slightly different, but they will still work.What changes
sass
npm package, you're already using Dart Sasscolor: var(--bulma-primary);
instead ofcolor: hsl(171deg, 100%, 41%);
, which means you can customize Bulma with CSS only (without using Sass)What's new (i.e. did not exist before)
.button
becomes.my-prefix-button
New features
@ mixin between
: takes 2 breakpoint values, outputs a media query for the range between these 2 values$breakpoints
Sass map: a map of named breakpoints and their type (from
,until
or both)@ mixin breakpoint
: uses the new$breakpoints
Sass map to output a media queryImprovements
Bugfix
Important
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: