]>
git.ipfire.org Git - thirdparty/bulma.git/log
Nik Sudan [Mon, 18 Sep 2017 12:40:05 +0000 (13:40 +0100)]
Fix typo in documentation (#1206)
bstashio [Mon, 18 Sep 2017 07:50:20 +0000 (10:50 +0300)]
Add travis-ci build badge to README (#1204)
bstashio [Fri, 15 Sep 2017 18:34:10 +0000 (21:34 +0300)]
Add travis-ci to run tests before merging a PR (#1184)
* Add .travis.yml
* Add travis tester script
* Update .gitignore with test output related directive
Frédéric G. MARAND [Fri, 15 Sep 2017 15:10:24 +0000 (17:10 +0200)]
Update short name of CC license (#1195)
BY NC SA, not ANS
Jeremy Thomas [Fri, 15 Sep 2017 13:15:33 +0000 (14:15 +0100)]
Resize Bulma image
Jeremy Thomas [Fri, 15 Sep 2017 08:16:45 +0000 (09:16 +0100)]
Add sponsor
Hana Shiro [Wed, 13 Sep 2017 07:00:37 +0000 (15:00 +0800)]
Add `.has-text-justified` support (#1180)
Jeremy Thomas [Mon, 11 Sep 2017 19:08:27 +0000 (20:08 +0100)]
Live 0.5.2 docs
Jeremy Thomas [Mon, 11 Sep 2017 19:07:45 +0000 (20:07 +0100)]
Archive version 0.5.2
Jeremy Thomas [Mon, 11 Sep 2017 19:04:51 +0000 (20:04 +0100)]
Deploy 0.5.2
Jeremy Thomas [Sun, 10 Sep 2017 21:24:39 +0000 (22:24 +0100)]
Add cache buster
Jeremy Thomas [Sun, 10 Sep 2017 16:16:12 +0000 (17:16 +0100)]
Fix navbar colors
Jeremy Thomas [Sun, 10 Sep 2017 16:04:54 +0000 (17:04 +0100)]
Fix #1168
Jeremy Thomas [Sun, 10 Sep 2017 15:32:55 +0000 (16:32 +0100)]
Add Ionicons
Jeremy Thomas [Sat, 9 Sep 2017 21:56:54 +0000 (23:56 +0200)]
Navbar colors docs
Jeremy Thomas [Sat, 9 Sep 2017 18:00:47 +0000 (20:00 +0200)]
Fix #331
Jeremy Thomas [Sat, 9 Sep 2017 16:32:12 +0000 (18:32 +0200)]
Fix #395, Fix #735, Fix #930
Wikiki [Sun, 10 Sep 2017 15:34:08 +0000 (17:34 +0200)]
Feature/typo weight modifier (#1171)
* Update new steps extension image size
* Add text weight modifiers + update doc
Jeremy Thomas [Sat, 9 Sep 2017 10:36:09 +0000 (12:36 +0200)]
Update changelog
Muhannad Abdelrazek [Sat, 9 Sep 2017 10:33:25 +0000 (13:33 +0300)]
A11y: Enhance card example (#953)
The card needs more enhancements but I need more help to determine the perfect solution for it.
the issue we face is:
- the markup needs to change and when to change the markup the style needs to change to be suitable for it.
example:
`
<a href="#" class="card-header-icon" aria-label="more options">
<span class="icon">
<i class="fa fa-angle-down" aria-hidden="true"></i>
</span>
</a>
<a href="#" class="card-footer-item">Save</a>
<a href="#" class="card-footer-item">Edit</a>
<a href="#" class="card-footer-item">Delete</a>
`
should be:
`
<button class="card-header-icon" aria-label="more options">
<span class="icon">
<i class="fa fa-angle-down" aria-hidden="true"></i>
</span>
</button>
<button class="card-footer-item">Save</button>
<button class="card-footer-item">Edit</button>
<button class="card-footer-item">Delete</button>
`
when I do that the style change and when I use the `button` class name the style change also, so you need to try it and edit the style as you need to card show to people.
- I replaced the <small> with <time> but the time does not have the same `font-size` so you maybe need to set `font-size` to time
Muhannad Abdelrazek [Sat, 9 Sep 2017 10:33:05 +0000 (13:33 +0300)]
A11y: Enhance navbar docs (#1065)
Kuba Szymanowski [Sat, 9 Sep 2017 10:22:38 +0000 (12:22 +0200)]
Include example of widescreen and fullhd modifiers (#1129)
mattrick [Sat, 9 Sep 2017 10:17:19 +0000 (03:17 -0700)]
Add navbar color modifiers (#849)
* Add navbar color modifiers
* Use border-color instead of +arrow for navbar dropdowns
Sam Fry [Tue, 5 Sep 2017 22:09:41 +0000 (23:09 +0100)]
Typo fix on button page (#1158)
"Meant to look an behave" -> "Meant to look and behave"
Jeremy Thomas [Tue, 5 Sep 2017 22:00:34 +0000 (00:00 +0200)]
Fix extensions order
Jeremy Thomas [Tue, 5 Sep 2017 21:53:21 +0000 (23:53 +0200)]
Add container
Jeremy Thomas [Tue, 5 Sep 2017 13:09:31 +0000 (15:09 +0200)]
Add navbar-tabs component
Jeremy Thomas [Tue, 5 Sep 2017 12:09:20 +0000 (14:09 +0200)]
Fix #1106
Colin Frick [Tue, 5 Sep 2017 11:49:18 +0000 (13:49 +0200)]
Fix #1078 (#1111)
* Rearrange responsive typography definition. Fixes #1078
* Renamed mixin (compliant with the styleguide)
Chris Zamierowski [Mon, 4 Sep 2017 10:55:20 +0000 (03:55 -0700)]
remove unwanted margin-right on .level-item at mobile breakpoint (#1153)
bstashio [Sun, 3 Sep 2017 16:06:15 +0000 (19:06 +0300)]
Add Bulma Customizer to related projects (#1135)
Matteo Manfredi [Sun, 3 Sep 2017 16:05:25 +0000 (18:05 +0200)]
Added text-size-adjust: 100% to html [Fix #1147] (#1148)
See issue #1147.
Daniel Bayerlein [Fri, 1 Sep 2017 12:15:12 +0000 (14:15 +0200)]
chmod 0644 *.sass (#1071)
Jeremy Thomas [Fri, 1 Sep 2017 10:40:36 +0000 (12:40 +0200)]
Format tweet content
Jeremy Thomas [Fri, 1 Sep 2017 08:14:17 +0000 (10:14 +0200)]
Deploy css
Jeremy Thomas [Fri, 1 Sep 2017 08:04:10 +0000 (10:04 +0200)]
Reverse tweets order
Jeremy Thomas [Fri, 1 Sep 2017 07:09:39 +0000 (09:09 +0200)]
Tws layout
Jeremy Thomas [Thu, 31 Aug 2017 09:51:43 +0000 (11:51 +0200)]
Add more expo
Jeremy Thomas [Wed, 30 Aug 2017 21:33:52 +0000 (22:33 +0100)]
Textarea snippets
Jeremy Thomas [Wed, 30 Aug 2017 21:21:30 +0000 (22:21 +0100)]
More snippets
Jeremy Thomas [Wed, 30 Aug 2017 20:33:49 +0000 (21:33 +0100)]
Add lots of snippets
Jeremy Thomas [Wed, 30 Aug 2017 20:13:17 +0000 (21:13 +0100)]
Add more snippets
Jeremy Thomas [Wed, 30 Aug 2017 19:44:39 +0000 (20:44 +0100)]
Create snippet component
Jeremy Thomas [Wed, 30 Aug 2017 16:44:44 +0000 (17:44 +0100)]
Move level and media object
Jeremy Thomas [Wed, 30 Aug 2017 16:29:01 +0000 (17:29 +0100)]
Add focus variables
TJ Kohli [Mon, 28 Aug 2017 08:31:52 +0000 (04:31 -0400)]
Added type to Email input (#1124)
Chad Tolkien [Sun, 27 Aug 2017 09:58:20 +0000 (19:58 +1000)]
Update extensions.html (#1120)
Fixes typos in the linked URLs
Wikiki [Sat, 26 Aug 2017 11:31:19 +0000 (13:31 +0200)]
New Extension PricingTable (#1117)
* New Extension PricingTable
* Update pricing table screenshot
Tomasz [Thu, 24 Aug 2017 13:25:42 +0000 (15:25 +0200)]
Update gap.html (#1110)
Additionally, <code>.is-variable</code> should be added on the <code>.columns</code> container.
Aslam Shah [Thu, 24 Aug 2017 09:08:01 +0000 (14:08 +0500)]
Bulma Mega Menu Extension (#1083)
* Update extensions.html
Added Bulma Mega Menu extension details.
* Add files via upload
Added bulma-megamenu extension image.
* Update extensions.html
Updated the dimensions of the image.
* Update extensions.html
Added Cool Checkboxes Extension
* Add files via upload
Added Bulma Cool Checkboxes image.
Wikiki [Wed, 23 Aug 2017 10:15:25 +0000 (12:15 +0200)]
Add new extension slider (#1108)
Adam Grabek [Wed, 23 Aug 2017 09:11:25 +0000 (11:11 +0200)]
Axure library (#1105)
* Update extensions.html
* Add files via upload
Wikiki [Tue, 22 Aug 2017 19:14:05 +0000 (21:14 +0200)]
New extension - checkradio (#1103)
* New extension - checkradio
* Fix wrong copy/paste
* Fix multiple switch declaration
Caíque de Castro Soares da Silva [Tue, 22 Aug 2017 13:36:56 +0000 (10:36 -0300)]
Add .is-narrow modifier for .hero layout (#697)
* Add .is-narrow modifier for .hero layout
* Update class name to follow framework naming
C Zamp [Mon, 21 Aug 2017 21:06:22 +0000 (14:06 -0700)]
Add $title-strong-weight and $title-strong-color variables to docs (#1100)
Brandon [Mon, 21 Aug 2017 18:29:03 +0000 (14:29 -0400)]
Fixes #912 (#1092)
Muhannad Abdelrazek [Mon, 21 Aug 2017 12:00:30 +0000 (14:00 +0200)]
A11y: Enhance pagination (#1093)
Wikiki [Mon, 21 Aug 2017 09:19:33 +0000 (11:19 +0200)]
Update extensions images (#1095)
Wikiki [Sat, 19 Aug 2017 14:40:44 +0000 (16:40 +0200)]
Add switch extension (#1091)
balping [Sat, 19 Aug 2017 14:39:15 +0000 (16:39 +0200)]
Remove gap between tag and delete button (#1090)
* Remove gap between tag and delete button
* add tag-delete-margin variable
* tab -> spaces
* add tag-delete-margin to docs
Razzeee [Fri, 18 Aug 2017 09:26:39 +0000 (11:26 +0200)]
Add elm-bulma-classes to readme (#1085)
Aram Visser [Tue, 15 Aug 2017 07:19:33 +0000 (14:19 +0700)]
Add alternative steps extension to documentation (#1074)
Jeremy Thomas [Mon, 14 Aug 2017 22:56:44 +0000 (23:56 +0100)]
Add redirects
Jeremy Thomas [Mon, 14 Aug 2017 22:52:28 +0000 (23:52 +0100)]
Add klmn
Jeremy Thomas [Mon, 14 Aug 2017 18:12:07 +0000 (19:12 +0100)]
Add gap
Jeremy Thomas [Mon, 14 Aug 2017 17:25:14 +0000 (18:25 +0100)]
Add columns section
Jeremy Thomas [Mon, 14 Aug 2017 12:59:16 +0000 (13:59 +0100)]
Fix columns docs
Jeremy Thomas [Mon, 14 Aug 2017 12:12:09 +0000 (13:12 +0100)]
Fix #1053
Jeremy Thomas [Mon, 14 Aug 2017 12:07:49 +0000 (13:07 +0100)]
Remove local config
Brandon [Mon, 14 Aug 2017 12:03:04 +0000 (08:03 -0400)]
Move related projects to a table (#1068)
* Add Bulma.styl to related projects, make related project markup more consistant.
* Add Bulma.styl to related projects, make related project markup more consistant.
* Move related projects to a table
Jeremy Thomas [Mon, 14 Aug 2017 12:02:07 +0000 (13:02 +0100)]
Autoprefix docs
Jeremy Thomas [Mon, 14 Aug 2017 11:58:21 +0000 (12:58 +0100)]
Fix copy and expand
Jeremy Thomas [Mon, 14 Aug 2017 11:44:24 +0000 (12:44 +0100)]
Add bd classes
Jeremy Thomas [Mon, 14 Aug 2017 10:26:48 +0000 (11:26 +0100)]
Fix #1063
Daniel Bayerlein [Sun, 13 Aug 2017 23:08:05 +0000 (01:08 +0200)]
Typo Github -> GitHub (#1070)
Thomas Erbe [Sat, 12 Aug 2017 19:49:26 +0000 (20:49 +0100)]
Add BulmaJS to the related projects section (#1066)
Joachim Jablon [Sat, 12 Aug 2017 10:41:54 +0000 (12:41 +0200)]
fix typo in Changelog (#1064)
Jeremy Thomas [Fri, 11 Aug 2017 12:19:57 +0000 (13:19 +0100)]
Use tws
Muhannad Abdelrazek [Fri, 11 Aug 2017 09:52:34 +0000 (11:52 +0200)]
A11y: Enhance model docs (#1057)
Dmitry Antonov [Fri, 11 Aug 2017 09:52:11 +0000 (12:52 +0300)]
fix tag variables (#1056)
Wikiki [Thu, 10 Aug 2017 22:14:25 +0000 (00:14 +0200)]
New Extension: Divider (#1050)
* Link to divider’s extension
* Fix whitespaces
* Divide image size by 2
Jeremy Thomas [Thu, 10 Aug 2017 20:06:12 +0000 (21:06 +0100)]
Build docs
Jeremy Thomas [Mon, 7 Aug 2017 19:15:17 +0000 (20:15 +0100)]
Update website version
Jeremy Thomas [Mon, 7 Aug 2017 19:13:23 +0000 (20:13 +0100)]
Update versions list
Jeremy Thomas [Mon, 7 Aug 2017 19:09:59 +0000 (20:09 +0100)]
Archive version 0.5.1
Wikiki [Thu, 10 Aug 2017 12:27:01 +0000 (14:27 +0200)]
New Extension : Calendar (#1052)
* Add link to docs
* Divide image size by 2
Michael Webb [Thu, 10 Aug 2017 11:24:51 +0000 (06:24 -0500)]
Fix various typos in documentation (#1035)
* Fixing various grammatical errors in /index.html
* fixed "add your own colors" thing
* Fixed grammatical errors on various documentation pages
* Update documentation.html
* Update tiles.html
* Update tiles.html
* fixing footer
* Update hero
* Update index.html
* Update index.html
* Removed change in classes
Daniele Lenares [Wed, 9 Aug 2017 09:24:23 +0000 (11:24 +0200)]
Update typography-helpers.html (#1040)
Remove extra div closing tag.
Andrzej Kupczyk [Tue, 8 Aug 2017 19:33:57 +0000 (21:33 +0200)]
Add a new modifier class for disabling resizability of a textarea (#1045)
Jeremy Thomas [Mon, 7 Aug 2017 19:06:42 +0000 (20:06 +0100)]
Deploy 0.5.1
Jeremy Thomas [Mon, 7 Aug 2017 18:57:34 +0000 (19:57 +0100)]
Fix #1030
Jeremy Thomas [Mon, 7 Aug 2017 18:55:21 +0000 (19:55 +0100)]
Fix #1020
Kennedy Baird [Mon, 7 Aug 2017 18:52:27 +0000 (01:52 +0700)]
doc update for responsive alignment (when deploy 0.5.1) (#1021)
* doc update for responsive alignment (when deploy 0.5.1)
doc update for commit for responsive text alignment
https://github.com/jgthms/bulma/commit/
010b6d70a0e4baff1554b7c6406e71fd64881ca1
* update docs for responsive text alignment
changed for a table, let me know if this is good!
thanks
Jeremy Thomas [Mon, 7 Aug 2017 18:51:57 +0000 (19:51 +0100)]
Fix #1033
Jeremy Thomas [Mon, 7 Aug 2017 18:49:24 +0000 (19:49 +0100)]
Add file alignment
Oliver Dvorski [Mon, 7 Aug 2017 18:06:07 +0000 (20:06 +0200)]
fix typo (#1034)
Alwayslearnedstuff [Sun, 6 Aug 2017 15:22:45 +0000 (11:22 -0400)]
Handful of grammar edits removing unnecessary articles (e.g. 'a' 'the') (#1027)
Muhannad Abdelrazek [Sat, 5 Aug 2017 19:15:14 +0000 (21:15 +0200)]
A11y: Add aria-label to delete buttons (#1023)
Tim MacDonald [Fri, 4 Aug 2017 22:44:19 +0000 (08:44 +1000)]
[Suggestion] Add responsive helpers to text-align helpers (#985)
* add responsive helpers to text-align helpers
* better generation of classes
* better naming
Matteo Manfredi [Fri, 4 Aug 2017 22:43:26 +0000 (00:43 +0200)]
Fixed missing td tag (#1010)