17 KiB
Bulma Changelog
0.5.2
New features
- #842
navbarcolor modifiers navbar-tabs- Added
$button-focus-box-shadow-sizeand$button-focus-box-shadow-colorfor customization - Added
$input-focus-box-shadow-sizeand$input-focus-box-shadow-colorfor customization
Issues closed
- #1168 Undefined variable:
$navbar-item - #331 Support for third party icons
- #930 Remove
vertical-align: topfor icons - #735 Font awesome custom
font-size - #395 Font awesome stacked icons
- #1152 Level-items not centered horizontally on mobile
- #1147 Add
text-size-adjust: 100%tohtml - #1106
paginationdocs - #1063
$family-primarycustomization
0.5.1
New features
- 🎉 #280 File upload element
$container-offsetvariable to determine the.containerbreakpoints- #1001 Text case helpers
Issues closed
- #1030 Add
!importantto non responsive display helpers - #1020 Customizing
.navbar-item imgmax height - #998
.navbar-dropdownwith right alignment - #877
.paginationisn't using$pagination-background - #989
navbar-brandoverflowing on mobile - #975 Variable
$table-head-colorisn't used - #964 Tabs sass file throwing error with
!important - #949
.is-size-7helper is missing
0.5.0
New features
- 🎉 List of tags
- New variable naming system:
component-subcomponent-state-property - Improved customization thanks to new set of variables
- #934 New
.is-shadowlesshelper
Variable name changes (mostly appending -color):
| From | To |
|---|---|
$card | $card-color |
$card-background | $card-background-color |
$card-header | $card-header-color |
$dropdown-item | $dropdown-item-color |
$dropdown-content-background | $dropdown-content-background-color |
$dropdown-item-hover-background | $dropdown-item-hover-background-color |
$dropdown-item-hover | $dropdown-item-hover-color |
$dropdown-item-active-background | $dropdown-item-active-background-color |
$dropdown-item-active | $dropdown-item-active-color |
$dropdown-divider-background | $dropdown-divider-background-color |
$menu-item | $menu-item-color |
$menu-item-hover | $menu-item-hover-color |
$menu-item-hover-background | $menu-item-hover-background-color |
$menu-item-active | $menu-item-active-color |
$menu-item-active-background | $menu-item-active-background-color |
$menu-label | $menu-label-color |
$message-background | $message-background-color |
$message-header-background | $message-header-background-color |
$navbar-background | $navbar-background-color |
$navbar-item | $navbar-item-color |
$navbar-item-hover | $navbar-item-hover-color |
$navbar-item-hover-background | $navbar-item-hover-background-color |
$navbar-item-active | $navbar-item-active-color |
$navbar-item-active-background | $navbar-item-active-background-color |
$navbar-tab-hover-background | $navbar-tab-hover-background-color |
$navbar-tab-hover-border-bottom | $navbar-tab-hover-border-bottom-color |
$navbar-tab-active | $navbar-tab-active-color |
$navbar-tab-active-background | $navbar-tab-active-background-color |
$navbar-divider-background | $navbar-divider-background-color |
$navbar-dropdown-item-hover | $navbar-dropdown-item-hover-color |
$navbar-dropdown-item-hover-background | $navbar-dropdown-item-hover-background-color |
$navbar-dropdown-item-active | $navbar-dropdown-item-active-color |
$navbar-dropdown-item-active-background | $navbar-dropdown-item-active-background-color |
$pagination | $pagination-color |
$pagination-hover | $pagination-hover-color |
$pagination-hover-border | $pagination-hover-border-color |
$pagination-focus | $pagination-focus-color |
$pagination-focus-border | $pagination-focus-border-color |
$pagination-active | $pagination-active-color |
$pagination-active-border | $pagination-active-border-color |
$pagination-disabled | $pagination-disabled-color |
$pagination-disabled-background | $pagination-disabled-background-color |
$pagination-disabled-border | $pagination-disabled-border-color |
$pagination-current | $pagination-current-color |
$pagination-current-background | $pagination-current-background-color |
$pagination-current-border | $pagination-current-border-color |
$pagination-ellipsis | $pagination-ellipsis-color |
$box | $box-color |
$box-background | $box-background-color |
$button | $button-color |
$button-background | $button-background-color |
$button-border | $button-border-color |
$button-link | $button-link-color |
$button-link-hover-background | $button-link-hover-background-color |
$button-link-hover | $button-link-hover-color |
$button-disabled-background | $button-disabled-background-color |
$button-disabled-border | $button-disabled-border-color |
$button-static | $button-static-color |
$button-static-background | $button-static-background-color |
$button-static-border | $button-static-border-color |
$input | $input-color |
$input-background | $input-background-color |
$input-border | $input-border-color |
$input-hover | $input-hover-color |
$input-hover-border | $input-hover-border-color |
$input-focus | $input-focus-color |
$input-focus-border | $input-focus-border-color |
$input-disabled | $input-disabled-color |
$input-disabled-background | $input-disabled-background-color |
$input-disabled-border | $input-disabled-border-color |
$input-icon | $input-icon-color |
$input-icon-active | $input-icon-active-color |
$title | $title-color |
$subtitle | $subtitle-color |
$card-footer-border | $card-footer-border-top |
$menu-list-border | $menu-list-border-left |
$navbar-tab-hover-border | $navbar-tab-hover-border-bottom-color |
$navbar-tab-active-border | $navbar-tab-active-border-bottom |
$table-border | $table-cell-border |
$table-row-even-background | $table-striped-row-even-background-color |
$table-row-even-hover-background | $table-striped-row-even-hover-background-color |
Improved documentation
- Starter template
- Colors page
- Typography helpers
- Meta information for all elements and components
- Variables information for most elements and components
Issues closed
- #909
.dropdownwrapping - #938
.is-fullwidthremoved from docs - #900 Variable
.navbar-itemfor hover+active background/color - #902
.navbar-itemcolor overrides
0.4.4
New features
- New dropdown button!
- The breakpoints and
.containergap can be customized with the new$gapvariable - The
.containerhas 2 new modifiers:.is-widescreenand.is-fullhd
Issues closed
- Fix #26
.textareaelement will honors[rows]attribute - Fix #887
bodyscrollbar - Fix #715
.helpclass behaviour in horizontal formis-groupedfield - Fix #842 Adding modifiers in
navbar - Fix #841
.containeras direct child of.navbarmoves.navbar-menubelow.navbar-brand - Fix #861 Box in hero as text and background white
- Fix #852 charset and version number
- Fix #856 JavaScript
.nav-burgerexample - Fix #821 Notification strong color
0.4.3
New features
- New navbar with dropdown support
- Add new feature: Breadcrumb component (#632) @vinialbano
- Add Bloomer to README.md (#787) @AlgusDark
- Add responsive is-*-touch tags for .column sizes (#780) @tom-rb
- Adding 'is-hidden' to helpers in docs (#798) @aheuermann
- Add figure/figcaption as content element (#807) @werthen
- Add and support to content (#808) @werthen
- Add re-bulma and react-bulma (#809) @kulakowka
- Add is-halfheight to hero (#783) @felipeas
- Added a related project with Golang backend (#784) @Caiyeon
Issues closed
- Fix #827 Breadcrumb and Navbar in docs
- Fix #824 Code examples broken because of
text-align: center - Fix #820 Loading spinner resizes with controls
- Fix #819 Remove
height: autofrom media elements - Fix #790 Documentation typo
- Fix #814 Make use of +fullhd mixin for columns @Saboteur777
- Fix #781 Add min/max height/width to delete class size modifiers @ZackWard
- Fix #391 Section docs update
0.4.2
- Fix #728 selected row on striped table
- Fix #747 remove flex-shrink for is-expanded
- Fix #702 add icons support for select dropdown
- Fix #712 delete button as flexbox item
- Fix #759 static button
0.4.1
- Fix #568 max-width container
- Fix #589 notification delete
- Fix #272 nav-right without nav-menu
- Fix #616 hero and notification buttons
- Fix #607 has-addons z-index
- Feature #586 select color modifiers
- Fix #537 -ms-expand
- Fix #578 better
+centermixin - Fix #565
dlstyles - Fix #389
premargin-bottom - Fix #484 icon alignment
- Fix #506 bold nav menu
- Fix #581 nav container
- Fix #512 nav grouped buttons
- Fix #605 container example
- Fix #458 select expanded
- Fix #403 separate animations
- Fix #637 customize Bulma
- Fix #584 loading select
- Fix #571 control height
- Fix #634 is-grouped control
- Fix #676 checkbox/radio wrapping
- Feature #479 has-icons placement
- Fix #442 selected table row
- Fix #187 add customize page
- Fix #449 columns negative horizontal margin
- Fix #399 pagination wrapping
- Fix #227 color keys as strings
0.4.0
-
Default font-size is 16px
-
New
.fieldelement ;.controlrepurposed -
New
.paginationsizes -
New
$fullhdbreakpoint (1344px) -
Remove monospace named fonts
-
Remove icon spacing logic
-
Split icon container dimensions and icon size
-
Fix delete button by using pixels instead of (r)em
-
Fix level on mobile
-
Add new
.is-spacedmodifer for titles and subtitles -
Fix #487
-
Fix #489
-
Fix #502
-
Fix #514
-
Fix #524
-
Fix #536
0.3.2
- Fix #478
0.3.1
- Fix #441
- Fix #443
0.3.0
-
Use
remandem(!) -
Fix Font Awesome icons in buttons (!)
-
Fix message colors (!)
-
Use
{% capture %}to ensure same display as code snippet (!) -
Move variables to their own file
-
Remove small tag
-
Add
:focusstate -
Fix table
-
Remove table
.is-iconand.is-link -
Add
.contenttable -
Fix inputs with icons
-
Input icons require the
.iconcontainer -
Deprecate
.media-number -
Fix
.level-itemheight -
Fix
.menuspacing -
Deprecate
.menu-nav -
Add invert outlined buttons
-
Fix
.nav -
Fix
.pagination -
Fix
.tabs -
Fix
.panel -
Fix
.delete -
Add mixins documentation
-
Add functions documentation
0.2.2
- Fix: remove multiple imports
0.2.1
- Fix: container flex
- Fix: nav-item flex
- Fix: media-number flex
- Fix: new brand colors
0.2.0
- Added: new branding
- Added: modularity
- Added: grid folder
- Added: .github folder
0.1.1
- Remove
flex: 1shorthand
0.1.0
- Fix #227
- Fix #232
- Fix #242
- Fix #243
- Fix #228
- Fix #245
- Fix #246
0.0.28
- BREAKING:
.control.is-groupednow uses.controlelements as direct children - Fix #220
- Fix #214
- Fix #210
- Fix #206
- Fix #122
0.0.27
- Fix: #217
- Fix: #213
- Fix: #209
- Fix: #205
- Fix: #204
- Fix: #81
0.0.26
- Added:
.modal-card - Added: display responsive utilites
- Added:
.nav-center - Added:
.tabs ulleft center right - Changed:
.navbarrenamed to.level - Changed:
.headerrenamed to.nav - Deprecated:
.header - Deprecated:
.navbar - Fixed:
.herolayout
0.0.25
- Added:
utilities/controls.sassandelements/form.sass - Added: new responsive classes
- Added: white/black and light/dark colors
- Changed:
.tabsneed.iconnow - Changed: cdnjs link doesn't include version
0.0.24
Added
is-mobilefor the navbar
Removed
- removed border between sections. Use
<hr class="is-marginless">now
Updated
- restructured files
- added back
inline-flexfor controls and tags
Removed
- test tiles
0.0.23
BREAKING
bulmafolder renamed tosassto avoid the redundantbulma/bulmapathvariables.sassmoved to/utilities- almost everything is singular now
- elements only have one class
- components have at least one sub-class
.contentmoved to elements.tablemoved to elements.messagemoved to components.table-icon,.table-link,.table-narroware now called.is-icon,.is-link,.is-narrow
Added
- all variables are now
!defaultso you can set your custom variables before importing Bulma
0.0.22
Fixed
- links in hero subtitle
0.0.21
Added
.column.is-narrowto make a columnflex: none
0.0.20
Added
.has-iconsupport for different.inputsizes
0.0.19
NEW!!!
.tile
BREAKING
.is-thirdrenamed to.is-one-third.is-quarterrenamed to.is-one-quarter
Added
.is-two-thirds.is-three-quarters
Changed
.deletein.taghas no red
0.0.18
BREAKING
.is-text-*renamed to.has-text-*- removed
.is-fullwidthhelper
Added
- small tag:
.tag.is-small - 12th column classes
*-fullcolumn classes$family-code
Fixed
- disabled input with element
.tablelast row withth.cardcolor in.hero.columns.is-gapless
Removed
- removed
box-shadowfrom.tag - custom checkboxes and radio buttons
Updated
.tagusesdisplay: inline-flexnow
0.0.17
Added
- pagination:
.pagination - horizontal forms:
.control.is-horizontal - help text for form controls:
.help - progress bars:
.progress
Updated
.buttonusesdisplay: inline-flexnow.buttonneeds an.iconnow.control.is-groupedrenamed to.control.has-addons.control.is-inlinerenamed to.control.is-grouped
Removed
- helpers
.is-inlineand.is-block