[Snyk] Upgrade bulma from 0.9.0 to 0.9.4 #51
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.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade bulma from 0.9.0 to 0.9.4.
ℹ️ 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.
Release notes
Package name: bulma
-
0.9.4 - 2022-05-08
- Responsive buttons: the size of a button will change for each breakpoint (Fix #1572)
- Add missing variables for content customization
- Fix #683 Modal - example javascript toggle
- Fix #3461 Bulma logo with wordmark in SVG
- Fix #3383 'Variables' sections on docs page (#3513)
- Fixes #3510 The navbar overlaps with sidebars in "Fullheight hero with navbar" (#3516)
- Setup Cypress testing (#3436)
- Replace disabled attr on pagination anchor elements with is-disabled
- #3500 Fix hidden disabled buttons on iOS 15.4 (#3521)
- #3076 Fix Table headers centered aligned in Safari
-
0.9.3 - 2021-06-18
- New
- New
- New
- New
- New
- Add
- New
- #3362 Fix slash divide
-
0.9.2 - 2021-01-26
- Fix #1583 New
- New
- #3005 Fix
- Fix #3145 Dropdown content is bounded by a parent card
- Fix #3089 Sub columns of a variable columns have weird gap
- Fix #2937 Add
- #3208 Fix #3163 Do not override is-rounded with button-small
- #3216 Removed duplicate
- #3216 Removed all references to the
- Fix #3012 Add
- Fix #2797 Import dependencies individually for each component
- Remove list style from pagination list
-
0.9.1 - 2020-09-28
- #3047 Flexbox helpers
- #3085 Add
- #3086 Allow each component to have its own colors and default to global ones
- New variables
- #2630 Fixes #2598 -> Add
- Add
- #2540 Fixes #2539 -> Fix indeterminate progress styling in IE11
- #3057 Make the default text color of
- #3088 Adds not allowed cursor to missing inputs
- #3101 Add
- #3107 Add
-
0.9.0 - 2020-06-07
-
-
-
-
-
-
- for a
- for a
- for both
- light and dark color helpers
- light and dark background color helpers
- #2925 Center table cell content vertically with
- #2955 Fix issue when there's only one
from bulma GitHub release notesNew features
@ mixin between: takes 2 breakpoint values, outputs a media query for the range between these 2 values$breakpointsSass map: a map of named breakpoints and their type (from,untilor both)@ mixin breakpoint: uses the new$breakpointsSass map to output a media queryImprovements
Bugfix
New features
is-underlinedclass for underlined text and linksautovalue for margin and padding helper classesImprovements
$section-padding-desktopSass variable$hero-body-padding-tabletSass variable$shadowSass variable (used for.box,.card,.dropdownand.panel)is-normalsize modifiers to.fileand.content%resetplaceholderBugfix
Breaking change
To fix duplicate imports, all Sass placeholders have moved from the
utilities/mixinsfile to its ownutilities/extendsfile.The Sass placeholders are:
%control%unselectable%arrow%block%delete%loader%overlayIf you were importing them directly from
utilities/mixins, you'll need to importutilities/extendsinstead.If you were importing
utilities/_allor evenbulma.sassdirectly, no change is required.New features
is-ghostbutton that behaves / looks like a regular linkicon-textcomponent, to combine an icon with text on its sideBug fixes
columnoffsets in RTLwidth: unsetfor narrow columnsmixinsimports, created a singleextendsfile.sassfile extension have been removed, since they're unnecessary when there's no ambiguity between a.sassfile or a.scssfileImprovements
$media-*variables, set to!defaultNew features
is-clickablehelper$navbar-colors,$button-colors,$notification-colors,$progress-colors,$table-colors,$tag-colors,$file-colors,$textarea-colors,$select-colors,$form-colors,$label-colorsand$hero-colorsImprovements
$card-radiusvariable$card-overflowvariable$codelistings more accessible$modal-breakpointvariable for modal breakpointoptgrouptogeneric.sassDeprecation warning
The
base/helpers.sassfile is deprecated. It has moved into its own/helpersfolder. If you were importingbase/helpers.sassorbase/_all.sass, please importsass/helpers/_all.sassnow.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
listcomponent is also deprecated: thecomponents/list.sassfile has been deleted. It was never officialy supported as it was too similar topanelcomponent. Use that one instead.RTL support
Bulma now has RTL support.
By setting the Sass flag
$rtltotrue, 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.cssandbulma-rtl.min.cssfile to be used straight away.Spacing helpers
Bulma now has spacing helpers: https://bulma.io/documentation/helpers/spacing-helpers/
Bulma provides margin
m*and paddingp*helpers in all directions:*tfor top*rfor right*bfor bottom*lfor left*xhorizontally for both left and right*yvertically for both top and bottomYou need to combine a margin/padding prefix with a direciton suffix. For example:
margin-top, usemt-*padding-bottom, usepb-*margin-leftandmargin-right, usemx-*Each of these
property-directioncombinations needs to be appended with one of 6 value suffixesThis release also includes the following helpers:
Improvements
is-vcenteredBug fixes
is-toggletagCommit messages
Package name: bulma
pluginOptionsnot working as expected gatsbyjs/gatsby#3484)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