jgthms/bulma
### [`v0.9.4`](https://togithub.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#094)
[Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.3...0.9.4)
##### New features
- **Responsive buttons**: the size of a button will change for each breakpoint (Fix [#1572](https://togithub.com/jgthms/bulma/issues/1572))
- `@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 query
##### Improvements
- Add missing variables for content customization
- Fix [#683](https://togithub.com/jgthms/bulma/issues/683) Modal - example javascript toggle
- Fix [#3461](https://togithub.com/jgthms/bulma/issues/3461) Bulma logo with wordmark in SVG
- Fix [#3383](https://togithub.com/jgthms/bulma/issues/3383) 'Variables' sections on docs page ([#3513](https://togithub.com/jgthms/bulma/issues/3513))
- Fixes [#3510](https://togithub.com/jgthms/bulma/issues/3510) The navbar overlaps with sidebars in "Fullheight hero with navbar" ([#3516](https://togithub.com/jgthms/bulma/issues/3516))
- Setup [Cypress](https://www.cypress.io/) testing ([#3436](https://togithub.com/jgthms/bulma/issues/3436))
##### Bugfix
- Replace disabled attr on pagination anchor elements with is-disabled
- [#3500](https://togithub.com/jgthms/bulma/issues/3500) Fix hidden disabled buttons on iOS 15.4 ([#3521](https://togithub.com/jgthms/bulma/issues/3521))
- [#3076](https://togithub.com/jgthms/bulma/issues/3076) Fix Table headers centered aligned in Safari
### [`v0.9.3`](https://togithub.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#093)
[Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.2...0.9.3)
##### New features
- New `is-underlined` class for underlined text and links
- New `auto` value for margin and padding helper classes
##### Improvements
- New `$section-padding-desktop` Sass variable
- New `$hero-body-padding-tablet` Sass variable
- New `$shadow` Sass variable (used for `.box`, `.card`, `.dropdown` and `.panel`)
- Add `is-normal` size modifiers to `.file` and `.content`
- New `%reset` placeholder
##### Bugfix
- [#3362](https://togithub.com/jgthms/bulma/issues/3362) Fix slash divide
### [`v0.9.2`](https://togithub.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#092)
[Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.1...0.9.2)
##### Breaking change
To fix duplicate imports, all Sass placeholders have moved from the `utilities/mixins` file to its own `utilities/extends` file.
The Sass placeholders are:
- `%control`
- `%unselectable`
- `%arrow`
- `%block`
- `%delete`
- `%loader`
- `%overlay`
If you were importing them directly from `utilities/mixins`, you'll need to import `utilities/extends` instead.\
If you were importing `utilities/_all` or even `bulma.sass` directly, no change is required.
##### New features
- Fix [#1583](https://togithub.com/jgthms/bulma/issues/1583) New `is-ghost` button that behaves / looks like a regular link
- New `icon-text` component, to combine an icon with text on its side
##### Bug fixes
- [#3005](https://togithub.com/jgthms/bulma/issues/3005) Fix `column` offsets in RTL
- Fix [#3145](https://togithub.com/jgthms/bulma/issues/3145) Dropdown content is bounded by a parent card
- Fix [#3089](https://togithub.com/jgthms/bulma/issues/3089) Sub columns of a variable columns have weird gap
- Fix [#2937](https://togithub.com/jgthms/bulma/issues/2937) Add `width: unset` for narrow columns
- [#3208](https://togithub.com/jgthms/bulma/issues/3208) Fix [#3163](https://togithub.com/jgthms/bulma/issues/3163) Do not override is-rounded with button-small
- [#3216](https://togithub.com/jgthms/bulma/issues/3216) Removed duplicate `mixins` imports, created a single `extends` file
- [#3216](https://togithub.com/jgthms/bulma/issues/3216) Removed all references to the `.sass` file extension have been removed, since they're unnecessary when there's no ambiguity between a `.sass` file or a `.scss` file
##### Improvements
- Fix [#3012](https://togithub.com/jgthms/bulma/issues/3012) Add `$media-*` variables, set to `!default`
- Fix [#2797](https://togithub.com/jgthms/bulma/issues/2797) Import dependencies individually for each component
- Remove list style from pagination list
Configuration
š Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
0.9.1
->0.9.4
Release Notes
jgthms/bulma
### [`v0.9.4`](https://togithub.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#094) [Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.3...0.9.4) ##### New features - **Responsive buttons**: the size of a button will change for each breakpoint (Fix [#1572](https://togithub.com/jgthms/bulma/issues/1572)) - `@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 query ##### Improvements - Add missing variables for content customization - Fix [#683](https://togithub.com/jgthms/bulma/issues/683) Modal - example javascript toggle - Fix [#3461](https://togithub.com/jgthms/bulma/issues/3461) Bulma logo with wordmark in SVG - Fix [#3383](https://togithub.com/jgthms/bulma/issues/3383) 'Variables' sections on docs page ([#3513](https://togithub.com/jgthms/bulma/issues/3513)) - Fixes [#3510](https://togithub.com/jgthms/bulma/issues/3510) The navbar overlaps with sidebars in "Fullheight hero with navbar" ([#3516](https://togithub.com/jgthms/bulma/issues/3516)) - Setup [Cypress](https://www.cypress.io/) testing ([#3436](https://togithub.com/jgthms/bulma/issues/3436)) ##### Bugfix - Replace disabled attr on pagination anchor elements with is-disabled - [#3500](https://togithub.com/jgthms/bulma/issues/3500) Fix hidden disabled buttons on iOS 15.4 ([#3521](https://togithub.com/jgthms/bulma/issues/3521)) - [#3076](https://togithub.com/jgthms/bulma/issues/3076) Fix Table headers centered aligned in Safari ### [`v0.9.3`](https://togithub.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#093) [Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.2...0.9.3) ##### New features - New `is-underlined` class for underlined text and links - New `auto` value for margin and padding helper classes ##### Improvements - New `$section-padding-desktop` Sass variable - New `$hero-body-padding-tablet` Sass variable - New `$shadow` Sass variable (used for `.box`, `.card`, `.dropdown` and `.panel`) - Add `is-normal` size modifiers to `.file` and `.content` - New `%reset` placeholder ##### Bugfix - [#3362](https://togithub.com/jgthms/bulma/issues/3362) Fix slash divide ### [`v0.9.2`](https://togithub.com/jgthms/bulma/blob/HEAD/CHANGELOG.md#092) [Compare Source](https://togithub.com/jgthms/bulma/compare/0.9.1...0.9.2) ##### Breaking change To fix duplicate imports, all Sass placeholders have moved from the `utilities/mixins` file to its own `utilities/extends` file. The Sass placeholders are: - `%control` - `%unselectable` - `%arrow` - `%block` - `%delete` - `%loader` - `%overlay` If you were importing them directly from `utilities/mixins`, you'll need to import `utilities/extends` instead.\ If you were importing `utilities/_all` or even `bulma.sass` directly, no change is required. ##### New features - Fix [#1583](https://togithub.com/jgthms/bulma/issues/1583) New `is-ghost` button that behaves / looks like a regular link - New `icon-text` component, to combine an icon with text on its side ##### Bug fixes - [#3005](https://togithub.com/jgthms/bulma/issues/3005) Fix `column` offsets in RTL - Fix [#3145](https://togithub.com/jgthms/bulma/issues/3145) Dropdown content is bounded by a parent card - Fix [#3089](https://togithub.com/jgthms/bulma/issues/3089) Sub columns of a variable columns have weird gap - Fix [#2937](https://togithub.com/jgthms/bulma/issues/2937) Add `width: unset` for narrow columns - [#3208](https://togithub.com/jgthms/bulma/issues/3208) Fix [#3163](https://togithub.com/jgthms/bulma/issues/3163) Do not override is-rounded with button-small - [#3216](https://togithub.com/jgthms/bulma/issues/3216) Removed duplicate `mixins` imports, created a single `extends` file - [#3216](https://togithub.com/jgthms/bulma/issues/3216) Removed all references to the `.sass` file extension have been removed, since they're unnecessary when there's no ambiguity between a `.sass` file or a `.scss` file ##### Improvements - Fix [#3012](https://togithub.com/jgthms/bulma/issues/3012) Add `$media-*` variables, set to `!default` - Fix [#2797](https://togithub.com/jgthms/bulma/issues/2797) Import dependencies individually for each component - Remove list style from pagination listConfiguration
š Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
š¦ Automerge: Enabled.
ā» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
š Ignore: Close this PR and you won't be reminded about this update again.