]>
git.ipfire.org Git - thirdparty/bulma.git/log
Patrick Black [Mon, 9 Jul 2018 04:35:39 +0000 (23:35 -0500)]
Update to the latest version of Font Awesome
Font Awesome recently updated from 5.0.7 to 5.1. I've updated this to reflect that change.
Jeremy Thomas [Mon, 25 Jun 2018 08:40:00 +0000 (10:40 +0200)]
Fix boxes
Jeremy Thomas [Mon, 25 Jun 2018 08:30:44 +0000 (10:30 +0200)]
Fix sidebar
Jeremy Thomas [Mon, 25 Jun 2018 08:14:11 +0000 (10:14 +0200)]
Fix typography helpers
Jeremy Thomas [Wed, 20 Jun 2018 00:17:34 +0000 (02:17 +0200)]
Fix blog icons
Jeremy Thomas [Tue, 19 Jun 2018 15:06:03 +0000 (16:06 +0100)]
Fix book banner
Jeremy Thomas [Tue, 19 Jun 2018 13:06:24 +0000 (14:06 +0100)]
Add variables blog post
Jeremy Thomas [Tue, 19 Jun 2018 12:33:54 +0000 (13:33 +0100)]
Fix variables component
Jeremy Thomas [Sun, 17 Jun 2018 00:05:48 +0000 (01:05 +0100)]
Add unitless type
Jeremy Thomas [Sat, 16 Jun 2018 20:12:34 +0000 (21:12 +0100)]
Fix input and file variables
Jeremy Thomas [Sat, 16 Jun 2018 19:47:52 +0000 (20:47 +0100)]
Update variables include template
Jeremy Thomas [Sat, 16 Jun 2018 18:58:58 +0000 (19:58 +0100)]
Split plugins
Jeremy Thomas [Sat, 16 Jun 2018 18:01:35 +0000 (19:01 +0100)]
Read derived variables
Jeremy Thomas [Sat, 16 Jun 2018 17:26:55 +0000 (18:26 +0100)]
Add initial variables output
Jeremy Thomas [Sat, 16 Jun 2018 00:58:49 +0000 (01:58 +0100)]
Init variables script
Ana María Martínez Gómez [Mon, 11 Jun 2018 09:51:32 +0000 (11:51 +0200)]
Add without-arrow class for navbar items (#1919)
* Add is-arrowless class for navbar items
It removes the arrow in the items of the Navbar.
Closes https://github.com/jgthms/bulma/issues/1833
* Add documentation for is-arrowless class
* Add is-arrowless to the changelog
Jeremy Thomas [Thu, 7 Jun 2018 12:27:55 +0000 (13:27 +0100)]
Fix burger color order
Ana María Martínez Gómez [Tue, 5 Jun 2018 23:45:21 +0000 (01:45 +0200)]
Document how to try the changes (#1920)
* Document how to try the changes
Add to the contributing guide how to rebuild the css and where the
documentation to try the documentation changes is.
* Remove Bulma dependencies installation form PR template
Install Bulma dependencies is not needed to send a PR.
* Add how to try your changes to PR templates
And after that ask if you tried the changes.
Guilherme Vale [Sat, 2 Jun 2018 21:14:45 +0000 (22:14 +0100)]
Very tiny grammar fix
ryakosh [Fri, 1 Jun 2018 08:31:01 +0000 (08:31 +0000)]
Change "needed" to "need"
Problem: typo
Jeremy Thomas [Thu, 31 May 2018 16:31:37 +0000 (17:31 +0100)]
Update changelog
Patrick Abkarian [Thu, 31 May 2018 13:15:17 +0000 (15:15 +0200)]
issues/1902 fix
https://github.com/jgthms/bulma/issues/1902
Jeremy Thomas [Wed, 30 May 2018 12:12:03 +0000 (14:12 +0200)]
Add breakpoint based column gaps documentation
Tim MacDonald [Wed, 30 May 2018 08:59:51 +0000 (18:59 +1000)]
Add breakpoint based column gaps (#1679)
* add breakpoint based column gaps
* remove redundant loops :facepalm:
Jeremy Thomas [Wed, 30 May 2018 08:54:32 +0000 (10:54 +0200)]
Update changelog
Reece May [Fri, 23 Mar 2018 20:49:35 +0000 (22:49 +0200)]
fix icon floating out of input
Corrects the problem of the .has-icon-left / .has-icon-right fields floating out of the input area when a .help element is floated to the right of a preceding input
Jeremy Thomas [Wed, 30 May 2018 08:28:41 +0000 (10:28 +0200)]
Update changelog
Dan [Wed, 30 May 2018 08:27:13 +0000 (04:27 -0400)]
Fixes issue #753 (#1884)
* Add Sass variable to control Navbar Burger color
Adds a sass variable to control the Navbar's burger color. Sets the default to match what the Item color is set to.
* Update order for bulma code styles
* Update Docs to reflect the improvement/bugifx.
Jeremy Thomas [Wed, 30 May 2018 08:23:03 +0000 (10:23 +0200)]
Fix index backers
Kacper [Sun, 27 May 2018 15:07:46 +0000 (17:07 +0200)]
Panel docs, FontAwesome 5 icon classes updates
As FontAwesome 5 site states, fa-code-branch icon replaces Font Awesome 4's fa-code-fork.
Just updated two lines, where old class wasn't replaced.
Jeremy Thomas [Fri, 25 May 2018 18:48:08 +0000 (20:48 +0200)]
Use mp4 videos
Martijn Cuppens [Fri, 25 May 2018 09:34:35 +0000 (11:34 +0200)]
Use sans-serif for Nunito fallback
May Kittens Devour Your Soul [Sat, 19 May 2018 13:56:32 +0000 (15:56 +0200)]
Update README.md
May Kittens Devour Your Soul [Tue, 15 May 2018 20:05:12 +0000 (22:05 +0200)]
fixes delete [pointer-events]
this is bugfix, because without it, delete icon, when placed in searchbox, displays, but doesn't work upon click.
Nick [Mon, 30 Apr 2018 21:37:25 +0000 (00:37 +0300)]
negative margin issue
The negative margin for pixel perfection should be 0.75rem for .navbar-brand and .navbar-menu
Kudakwashe Paradzayi [Fri, 25 May 2018 09:21:53 +0000 (02:21 -0700)]
Add an extra prerequisite - ruby2.x-dev in docs/README.md (#1820)
* Add an extra prerequisite - ruby2.x-dev
Trying to install Jekyll on my Linux (Ubuntu 16.04) machine failed because ```ruby 2.x``` was installed and ```ruby2.x-dev``` was not. I spent a lot of time trying to figure it out (I'm no ruby expert) but installing the ```ruby2.x-dev``` solved my problem.
* Add a note for Ubuntu users
Jeremy Thomas [Thu, 24 May 2018 15:43:12 +0000 (17:43 +0200)]
Add embrace text
Jeremy Thomas [Thu, 24 May 2018 09:25:33 +0000 (11:25 +0200)]
Fix videos length
Jeremy Thomas [Thu, 24 May 2018 09:21:31 +0000 (11:21 +0200)]
Add shoutout block
Jeremy Thomas [Wed, 23 May 2018 22:01:38 +0000 (00:01 +0200)]
Scrimba init
Jeremy Thomas [Wed, 23 May 2018 20:27:51 +0000 (22:27 +0200)]
Fix #1812
Jeremy Thomas [Sun, 6 May 2018 13:22:35 +0000 (14:22 +0100)]
Fix backers
Jeremy Thomas [Thu, 3 May 2018 00:41:52 +0000 (01:41 +0100)]
Fix categories interaction
Jeremy Thomas [Thu, 3 May 2018 00:41:08 +0000 (01:41 +0100)]
Fix backers
Jeremy Thomas [Thu, 3 May 2018 00:39:33 +0000 (01:39 +0100)]
Update backers April 2018
Guillaume Virlet [Sat, 28 Apr 2018 16:18:44 +0000 (18:18 +0200)]
fixiing bad default value for background color of card header, content and footer. Previously was none, now it is transparent (default CSS value)
Daniil [Sun, 29 Apr 2018 17:33:27 +0000 (20:33 +0300)]
Fix repeated table in doc
Corentin H [Sat, 28 Apr 2018 07:21:43 +0000 (09:21 +0200)]
Fix backer name
Just fixing my last name :)
May Kittens Devour Your Soul [Wed, 25 Apr 2018 21:26:12 +0000 (23:26 +0200)]
Update meta.json
Georgiana Gligor [Fri, 20 Apr 2018 20:27:57 +0000 (23:27 +0300)]
fix link to the ribbon extension
The ribbon extension is not linked in the https://wikiki.github.io/ website, so the link is pointing to the GitHub repository.
Zaydek MG [Fri, 20 Apr 2018 16:04:17 +0000 (01:04 +0900)]
Update image.html
Parens inside of parens doesn't work here. Just renders the text on the website, not the link. This is a simple solution that still redirects correctly to Wikipedia.
Jeremy Thomas [Wed, 18 Apr 2018 16:23:02 +0000 (17:23 +0100)]
Deploy 0.7.1
Jeremy Thomas [Wed, 18 Apr 2018 16:17:15 +0000 (17:17 +0100)]
Update changelog
Jeremy Thomas [Wed, 18 Apr 2018 16:14:31 +0000 (17:14 +0100)]
Fix #1795
Jeremy Thomas [Wed, 18 Apr 2018 16:11:34 +0000 (17:11 +0100)]
Fix footer
Jeremy Thomas [Wed, 18 Apr 2018 16:03:53 +0000 (17:03 +0100)]
Fix #1796, Fix #1806
Jeremy Thomas [Wed, 18 Apr 2018 16:00:00 +0000 (17:00 +0100)]
Fix hero docs
Andrea Crawford [Tue, 17 Apr 2018 13:52:59 +0000 (15:52 +0200)]
Fix responsive mixins link
sanny [Mon, 16 Apr 2018 10:56:05 +0000 (03:56 -0700)]
Fix a documentation typo.
Come2Daddy [Sun, 15 Apr 2018 00:11:28 +0000 (02:11 +0200)]
Fix #1789
mrg0lden [Sat, 14 Apr 2018 19:37:04 +0000 (22:37 +0300)]
Update Bulma version and download link variables.
Update Bulma version and download link variables in meta.json file.
Richard Michael [Sat, 14 Apr 2018 15:06:57 +0000 (11:06 -0400)]
Cleanup CHANGELOG.md
Jeremy Thomas [Sat, 14 Apr 2018 00:43:21 +0000 (01:43 +0100)]
Fix tweet
Jeremy Thomas [Sat, 14 Apr 2018 00:24:38 +0000 (01:24 +0100)]
New tws
Jeremy Thomas [Fri, 13 Apr 2018 23:21:03 +0000 (00:21 +0100)]
Add fortyfour
Jeremy Thomas [Fri, 13 Apr 2018 18:57:54 +0000 (19:57 +0100)]
Update expo
Jeremy Thomas [Fri, 13 Apr 2018 18:42:39 +0000 (19:42 +0100)]
Emoji support for tweets
Jeremy Thomas [Fri, 13 Apr 2018 16:03:40 +0000 (17:03 +0100)]
Fix mobile navbar
Jeremy Thomas [Fri, 13 Apr 2018 15:45:12 +0000 (16:45 +0100)]
Website 0.7.0
Jeremy Thomas [Fri, 13 Apr 2018 15:31:55 +0000 (16:31 +0100)]
Deploy 0.7.0
Jeremy Thomas [Fri, 13 Apr 2018 15:26:36 +0000 (16:26 +0100)]
Merge pull request #1787 from jgthms/new-docs
New docs
Jeremy Thomas [Fri, 13 Apr 2018 15:17:50 +0000 (16:17 +0100)]
Fix Sass build
Jeremy Thomas [Fri, 13 Apr 2018 15:15:13 +0000 (16:15 +0100)]
Merge branch 'master' into new-docs
Jeremy Thomas [Fri, 13 Apr 2018 15:00:06 +0000 (16:00 +0100)]
Add yarn lock
Jeremy Thomas [Fri, 13 Apr 2018 14:57:10 +0000 (15:57 +0100)]
Clean up package.json
Jeremy Thomas [Fri, 13 Apr 2018 14:46:00 +0000 (15:46 +0100)]
Update gitignore
Jeremy Thomas [Fri, 13 Apr 2018 14:42:47 +0000 (15:42 +0100)]
Update changelog
Jeremy Thomas [Fri, 13 Apr 2018 14:39:50 +0000 (15:39 +0100)]
Rename blog posts
Jeremy Thomas [Fri, 13 Apr 2018 14:00:15 +0000 (15:00 +0100)]
Add website redesign post
Jeremy Thomas [Thu, 12 Apr 2018 00:02:50 +0000 (01:02 +0100)]
Add screenshots
Jeremy Thomas [Wed, 11 Apr 2018 23:20:58 +0000 (00:20 +0100)]
Fix button docs
Jeremy Thomas [Wed, 11 Apr 2018 17:58:11 +0000 (18:58 +0100)]
Init migrating blog post
Jeremy Thomas [Wed, 11 Apr 2018 15:07:35 +0000 (16:07 +0100)]
Improve message
Jeremy Thomas [Wed, 11 Apr 2018 14:43:26 +0000 (15:43 +0100)]
Add component icons
Jeremy Thomas [Wed, 11 Apr 2018 13:15:21 +0000 (14:15 +0100)]
Add other animations
Jeremy Thomas [Wed, 11 Apr 2018 13:01:00 +0000 (14:01 +0100)]
Finish animations
Jeremy Thomas [Wed, 11 Apr 2018 12:36:41 +0000 (13:36 +0100)]
Anim init
Jeremy Thomas [Wed, 11 Apr 2018 11:54:56 +0000 (12:54 +0100)]
Add drawings
Jeremy Thomas [Wed, 11 Apr 2018 11:12:55 +0000 (12:12 +0100)]
Fix fixed spaced navbar
Jeremy Thomas [Wed, 11 Apr 2018 09:02:37 +0000 (10:02 +0100)]
Fix navbar arrow
Jeremy Thomas [Wed, 11 Apr 2018 08:59:47 +0000 (09:59 +0100)]
Fix select colors
Jeremy Thomas [Wed, 11 Apr 2018 08:43:27 +0000 (09:43 +0100)]
Add navbar icon only child
Jeremy Thomas [Wed, 11 Apr 2018 08:41:32 +0000 (09:41 +0100)]
Add more icons
Jeremy Thomas [Wed, 11 Apr 2018 01:11:12 +0000 (02:11 +0100)]
Add more link icons
Jeremy Thomas [Wed, 11 Apr 2018 00:38:07 +0000 (01:38 +0100)]
Add spaced navbar
Jeremy Thomas [Wed, 11 Apr 2018 00:14:29 +0000 (01:14 +0100)]
Add scroll spy
Jeremy Thomas [Tue, 10 Apr 2018 22:52:51 +0000 (23:52 +0100)]
Add anchors
Jeremy Thomas [Tue, 10 Apr 2018 22:10:59 +0000 (23:10 +0100)]
Fix native
Jeremy Thomas [Tue, 10 Apr 2018 22:02:30 +0000 (23:02 +0100)]
Fix book banner
Jeremy Thomas [Tue, 10 Apr 2018 21:50:18 +0000 (22:50 +0100)]
Add link element