]>
git.ipfire.org Git - thirdparty/bulma.git/log
Jeremy Thomas [Fri, 13 May 2022 16:00:50 +0000 (18:00 +0200)]
Add grid interactions
Jeremy Thomas [Sun, 8 May 2022 23:55:27 +0000 (00:55 +0100)]
Init Smart Grid
Jeremy Thomas [Sun, 8 May 2022 13:59:57 +0000 (14:59 +0100)]
Show 0.9.4 docs
Jeremy Thomas [Sun, 8 May 2022 13:49:05 +0000 (14:49 +0100)]
Build 0.9.4
Jeremy Thomas [Sun, 8 May 2022 13:45:13 +0000 (14:45 +0100)]
Update changelog
Jeremy Thomas [Sun, 8 May 2022 13:10:11 +0000 (14:10 +0100)]
Fix #3076
Jeremy Thomas [Sun, 8 May 2022 12:55:16 +0000 (13:55 +0100)]
Setup cypress (#3436)
* Setup Cypress tests for box and button
* Add container tests
* Add Cypress workflow
* Use npm install
* Update Cypress workflow
* Add Jekyll build
* Test other action
* Test custom setup
* Use other ruby action
* Test without flag
* Move cypress to docs folder
* Record runs
* Add Content, Icon, Image specs
* Add Notification specs
* Add Progress and Table specs
* Add Tags specs
* Add Title specs
* Add breadcrumb specs
* Add more specs
* Add media specs
* Add menu specs
* Add modal specs
* Add navbar specs
* Add pagination specs
* Add panel specs
* Add tabs specs, Add form checkbox radio specs
* Add utils
* Add file specs
* Add input textarea specs
* Add select specs
* Add form tools specs
* Add other elements specs
* Add footer and hero specs
* Add Hero specs
* Add section specs
* Add grid specs
* Add column sizes specs
* Add tiles specs
* Add generic specs
* Fix generic tests
* Make font family test looser
* Remove system-ui test
* Remove important flag
* Fix disabled select color
Jean Lecordier [Thu, 24 Feb 2022 23:10:38 +0000 (00:10 +0100)]
Remove useless if in js example
If the length is 0, then the forEach call does nothing anyway
Could we remove the slice part as well ? If IE support is required, can’t we just use Array.prototype.forEach ? Can’t we just remove IE support all together to promote clean and up to date code ? Polyfills and code transpilation are here to help support IE
avt613 [Tue, 26 Apr 2022 15:50:45 +0000 (16:50 +0100)]
Given names to the 2 'Variable' sections
Jeremy Thomas [Sat, 7 May 2022 11:10:40 +0000 (12:10 +0100)]
3500 fix ios bug (#3521)
* Fix docs navbar, Fix z-indices
* Update dependencies, Fix #3500
* Update changelog
Peta Sittek [Fri, 6 May 2022 15:49:29 +0000 (17:49 +0200)]
Remove useless console.log() from Modal example
Jeremy Thomas [Tue, 3 May 2022 14:35:12 +0000 (16:35 +0200)]
Backers May 2022
Jeremy Thomas [Tue, 3 May 2022 13:21:05 +0000 (15:21 +0200)]
Update May 2022
Átila Fernandes Bastos [Thu, 28 Apr 2022 20:48:42 +0000 (17:48 -0300)]
Fixes #3510 (#3516)
* fix: update sidebar z-index to fix overlapping
* chore: generate minified files
* fix: update .scss file
avt613 [Tue, 26 Apr 2022 13:40:29 +0000 (14:40 +0100)]
Fixes #3383 ('Variables' sections on docs page) (#3513)
* Enable custom names for 'Variables' sections
* add gap between consecutive 'Variables' sections
Kris Kamweru [Tue, 19 Apr 2022 18:59:17 +0000 (21:59 +0300)]
Fixing typo
Fixing typo in block.html according to github issue #3509
Jeremy Thomas [Mon, 4 Apr 2022 13:27:17 +0000 (14:27 +0100)]
Update April 2022
Jeremy Thomas [Thu, 3 Mar 2022 03:18:39 +0000 (19:18 -0800)]
Update March 2022
Joseph R. Quinn [Tue, 1 Mar 2022 22:32:28 +0000 (17:32 -0500)]
Adding '@angular-bulma' to related projects in
Jeremy Thomas [Thu, 10 Feb 2022 11:23:07 +0000 (11:23 +0000)]
Fix links
Jeremy Thomas [Sun, 6 Feb 2022 15:57:04 +0000 (15:57 +0000)]
Add responsive button sizes (#3484)
* Add responsive button sizes
* Clean up code
* Add responsive buttons playground
Jeremy Thomas [Fri, 4 Feb 2022 11:22:41 +0000 (11:22 +0000)]
Fix sponsor item
Jeremy Thomas [Thu, 3 Feb 2022 13:17:17 +0000 (13:17 +0000)]
Update February 2022
Jeremy Thomas [Thu, 3 Feb 2022 12:51:38 +0000 (12:51 +0000)]
Add love sorting
Jackson Bierfeldt [Thu, 27 Jan 2022 15:53:40 +0000 (10:53 -0500)]
Typo fix (#3481)
* Typo fix
* Update general.html
code913 [Mon, 24 Jan 2022 11:52:36 +0000 (17:22 +0530)]
Typo: Missing "and"
code913 [Sun, 23 Jan 2022 11:06:08 +0000 (16:36 +0530)]
Display the result of using text transformers
Wahyu Wiyoko [Fri, 21 Jan 2022 11:21:02 +0000 (19:21 +0800)]
Fix typo 'javascript-implementation-example' anchor tag on modal documentation
Jeremy Thomas [Tue, 18 Jan 2022 11:11:55 +0000 (11:11 +0000)]
Update list
Jeremy Thomas [Sun, 16 Jan 2022 00:21:15 +0000 (00:21 +0000)]
Add link
Jeremy Thomas [Sun, 16 Jan 2022 00:00:43 +0000 (00:00 +0000)]
Fix #3461
Jeremy Thomas [Tue, 4 Jan 2022 17:00:55 +0000 (18:00 +0100)]
Fix #683
Jeremy Thomas [Tue, 4 Jan 2022 12:01:43 +0000 (13:01 +0100)]
Fix docs categories scroll
Daniil [Mon, 22 Nov 2021 12:04:11 +0000 (16:04 +0400)]
docs: add Bulma with CSS Variables support
Jeremy Thomas [Tue, 4 Jan 2022 10:59:54 +0000 (11:59 +0100)]
Update January 2022
Molkobain [Sat, 11 Dec 2021 17:09:02 +0000 (18:09 +0100)]
Add missing variables for content customization
This introduces 2 variables to customize some parts of the "content":
* `$content-block-margin-bottom`: To customize bottom margin of "block" elements (especially tables in our case)
* `$content-table-body-last-row-cell-border-bottom-width`: To customize the size of the bottom border of the body last row cells
Dylan Kok [Fri, 31 Dec 2021 11:36:07 +0000 (19:36 +0800)]
Copyright notices 2021 --> 2022
Jeremy Thomas [Fri, 10 Dec 2021 17:16:35 +0000 (17:16 +0000)]
Add files via upload
Jeremy Thomas [Fri, 10 Dec 2021 17:15:37 +0000 (17:15 +0000)]
Add link
Jeremy Thomas [Fri, 10 Dec 2021 17:10:54 +0000 (17:10 +0000)]
Add files via upload
Jeremy Thomas [Fri, 3 Dec 2021 12:41:07 +0000 (12:41 +0000)]
Update December 2021
Jeremy Thomas [Tue, 23 Nov 2021 22:35:24 +0000 (22:35 +0000)]
Fix scripts
Jeremy Thomas [Tue, 9 Nov 2021 10:22:17 +0000 (10:22 +0000)]
Update November 2021
Walter Tommasi [Sun, 7 Nov 2021 18:17:33 +0000 (19:17 +0100)]
docs: add Bulma theme for Oruga
Jeremy Thomas [Tue, 26 Oct 2021 21:12:44 +0000 (22:12 +0100)]
Fix link
Mladen Macanović [Sun, 24 Oct 2021 17:09:00 +0000 (19:09 +0200)]
Add Blazorise to related projects
Donovan Glover [Tue, 19 Oct 2021 20:28:45 +0000 (16:28 -0400)]
Fix stray end tags on website
Jeremy Thomas [Fri, 8 Oct 2021 18:40:21 +0000 (19:40 +0100)]
Update October 2021
@CAYdenberg [Fri, 8 Oct 2021 17:24:00 +0000 (10:24 -0700)]
Replace disabled attr on pagination anchor elements with is-disabled class (#3296)
Matt Fannin [Fri, 24 Sep 2021 02:37:05 +0000 (14:37 +1200)]
Add bulma-list to list of extensions
Jeremy Thomas [Sun, 19 Sep 2021 23:34:41 +0000 (00:34 +0100)]
Add from and until mixins docs
Jeremy Thomas [Sun, 19 Sep 2021 22:36:15 +0000 (23:36 +0100)]
Add utilities documentation
Jeremy Thomas [Sun, 19 Sep 2021 17:08:24 +0000 (18:08 +0100)]
Finish direction mixins
Jeremy Thomas [Sun, 19 Sep 2021 00:38:25 +0000 (01:38 +0100)]
More mixin docs
Jeremy Thomas [Sun, 19 Sep 2021 00:23:53 +0000 (01:23 +0100)]
Init mixin docs
Jeremy Thomas [Sat, 28 Aug 2021 10:54:30 +0000 (12:54 +0200)]
Update homepage
Jeremy Thomas [Thu, 26 Aug 2021 06:27:59 +0000 (08:27 +0200)]
Fix list
Jeremy Thomas [Thu, 12 Aug 2021 16:40:36 +0000 (17:40 +0100)]
Remove survey
Jeremy Thomas [Mon, 2 Aug 2021 23:06:07 +0000 (00:06 +0100)]
Update August 2021
Jeremy Thomas [Fri, 30 Jul 2021 12:51:05 +0000 (13:51 +0100)]
Fix newsletter form
Jeremy Thomas [Tue, 20 Jul 2021 09:10:12 +0000 (10:10 +0100)]
Update tweets
Jeremy Thomas [Fri, 16 Jul 2021 16:48:19 +0000 (17:48 +0100)]
Add download button
Jeremy Thomas [Sat, 10 Jul 2021 11:57:03 +0000 (12:57 +0100)]
Add Sass survey
Jeremy Thomas [Sun, 4 Jul 2021 08:07:14 +0000 (09:07 +0100)]
Update July 2021
Dylan Kok [Tue, 29 Jun 2021 01:23:34 +0000 (09:23 +0800)]
Update LICENSE year to 2021
Jeremy Thomas [Fri, 18 Jun 2021 17:49:06 +0000 (18:49 +0100)]
Publish 0.9.3
Jeremy Thomas [Fri, 18 Jun 2021 17:41:52 +0000 (18:41 +0100)]
Build 0.9.3
Jeremy Thomas [Fri, 18 Jun 2021 17:37:01 +0000 (18:37 +0100)]
Update changelog, Update docs JSON
Jeremy Thomas [Fri, 18 Jun 2021 17:27:34 +0000 (18:27 +0100)]
Fix/divide (#3362)
* Use custom divide function
* Add docs spacing table styles
* Update changelog
Jeremy Thomas [Mon, 14 Jun 2021 10:26:05 +0000 (11:26 +0100)]
Fix JSON
Jeremy Thomas [Fri, 4 Jun 2021 16:29:04 +0000 (17:29 +0100)]
Update expo
Jeremy Thomas [Fri, 4 Jun 2021 12:57:21 +0000 (13:57 +0100)]
Update June 2021
matsn0w [Wed, 2 Jun 2021 20:57:32 +0000 (22:57 +0200)]
Add underline helper (#3348)
* add underline helper
* new is-underlined feature
Will Johnson [Wed, 2 Jun 2021 06:03:58 +0000 (02:03 -0400)]
#3315 Add has-shadow to navbar documentation
Jeremy Thomas [Mon, 3 May 2021 18:54:31 +0000 (19:54 +0100)]
Update tweets
Apurva Chitnis [Mon, 19 Apr 2021 14:09:23 +0000 (15:09 +0100)]
add missing semi-colon to css import commands (#3310)
* add missing semi-colon to css import commands
* fix location of ;
Ikko Ashimine [Sun, 4 Apr 2021 04:12:41 +0000 (13:12 +0900)]
Fix typo in 2019-10-15-light-dark-colors.md
occurences -> occurrences
loogn [Fri, 2 Apr 2021 06:14:03 +0000 (14:14 +0800)]
Add a link to BulmaRazor
Jeremy Thomas [Wed, 24 Mar 2021 16:33:23 +0000 (16:33 +0000)]
Display 0.9.2
Klooven [Fri, 5 Mar 2021 19:59:26 +0000 (21:59 +0200)]
Fixed spelling errors
Arpit Patidar [Fri, 26 Feb 2021 14:59:36 +0000 (20:29 +0530)]
Adding margin/padding auto to bulma
I think bulma must contain a margin/padding: auto
Kirill Gavrilov [Thu, 25 Feb 2021 08:45:13 +0000 (11:45 +0300)]
Fix modifiers link on main page
Jeremy Thomas [Tue, 23 Feb 2021 14:06:27 +0000 (14:06 +0000)]
Fix #3263
Jeremy Thomas [Wed, 10 Feb 2021 18:11:46 +0000 (18:11 +0000)]
Update February 2021
Adi Iyengar [Fri, 5 Feb 2021 23:06:17 +0000 (18:06 -0500)]
Fix link on the website
expo link was pointing to love.path
Derk Weijers [Sat, 30 Jan 2021 19:58:48 +0000 (20:58 +0100)]
Update the yarn install/add command
`yarn install...` is deprecated and should be `yarn add...`
Jeremy Thomas [Sat, 30 Jan 2021 13:36:20 +0000 (13:36 +0000)]
Add Algolia markup
Viktor Persson [Sat, 30 Jan 2021 13:01:42 +0000 (14:01 +0100)]
Refactor shadow variables. (#3251)
* Refactor shadow variables.
* Add default flags.
Burak Ozdemir [Wed, 27 Jan 2021 19:01:02 +0000 (22:01 +0300)]
fix icon-text icon margin for rtl
Jeremy Thomas [Thu, 28 Jan 2021 12:37:18 +0000 (12:37 +0000)]
Fix card, navbar, pagination
Jeremy Thomas [Wed, 27 Jan 2021 23:30:42 +0000 (23:30 +0000)]
Bulma v9 website (#3249)
* Add Bulma v9
* Add vendor dependencies
* Fix native
* Fix sponsors
* Add style attribute
Jeremy Thomas [Tue, 26 Jan 2021 19:02:02 +0000 (19:02 +0000)]
Build 0.9.2
Billow [Tue, 26 Jan 2021 08:09:25 +0000 (10:09 +0200)]
Box Supports Variables
Hey there. I noticed that on the documentation page it says the box element does not support variables when it actually does.
Isabella Broch [Fri, 22 Jan 2021 16:10:41 +0000 (17:10 +0100)]
Fix typography helpers "size" documentation
Incorrect classes on the example text had all the examples the same size.
Fixed to apply the correct class on the examples.
Jeremy Thomas [Sun, 24 Jan 2021 12:06:16 +0000 (12:06 +0000)]
Fix blog post spacing
Jeremy Thomas [Sun, 24 Jan 2021 12:01:01 +0000 (12:01 +0000)]
Remove list style from pagination list
Jeremy Thomas [Sun, 24 Jan 2021 11:51:55 +0000 (11:51 +0000)]
Add block blog post
Whit Waldo [Tue, 19 Jan 2021 17:17:27 +0000 (11:17 -0600)]
Added typography examples (#3240)
* Added examples for each text transformation helper
* Updated typography to reflect the text weights in examples
* Added examples to each size helper
Co-authored-by: Whit Waldo <whit.waldo@innovian.net>
Jeremy Thomas [Thu, 14 Jan 2021 21:31:45 +0000 (21:31 +0000)]
Add new icon text blog post
Jeremy Thomas [Thu, 14 Jan 2021 21:04:20 +0000 (21:04 +0000)]
Update getbedtimestories images