From: Jeremy Thomas Date: Sat, 18 May 2019 20:03:52 +0000 (+0100) Subject: Update changelog X-Git-Tag: 0.7.5~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc605c65c7f529fe1a60b3b7d71d70b01885e00;p=thirdparty%2Fbulma.git Update changelog --- diff --git a/.gitignore b/.gitignore index d6f14aca7..e4b30d7ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,17 @@ # Files + .DS_Store .ruby-version +npm-debug.log test.html test.sass -npm-debug.log # Folders + .idea/ .sass-cache _gh_pages _site +dev node_modules test/output/ diff --git a/BACKERS.md b/BACKERS.md index daf027897..772267380 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -1,250 +1,399 @@ # Backers via Patreon
-

- Documentation sponsors via Patreon ($500+) -

- - - - - - - - - - - - - - - -
NameTwitterWebsite
Tipe - - @tipeio - - -
-

- Homepage sponsors via Patreon ($100+) -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTwitterWebsite
Tooltwist - -
Robert Bolder - -
Phil Alves - - @philalves01 - - -
HebergeurWeb.ca - -
DontPayFull - -
-

- Generous backers via Patreon ($30+) -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTwitterWebsite
Nazar - - @nazar_io - - -
Garry Newman - - @garrynewman - - -
Adrian Ocneanu - - @aocneanu - - - - Earthlink - -
Aaron - - @aequasi - - -
-

- Backers via Patreon ($10+) -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameTwitterWebsite
Wikiki - -
Tyler Weeres - - @tweeres04 - - -
Takayuki Yamaguchi - - @takyam - - -
Stuart Stanfield - -
Peter Ryszkiewicz - -
Patrick Cool - -
Leo Zeba - - @leozeba - - -
Jordan Nemrow - -
Jason Seminara - -
Franz Geffke - - @f_anzs - - -
Dmitry Malyshev - -
Charles Treece - - @charlestreece - - -
-
+ + +

+ Documentation sponsors via Patreon ($500+) +

+ + + + + + + + + + + + + + + + + + + + + + + +
NameTwitterWebsite
Tipe + + + @tipeio + + + + +
+ +

+ Homepage sponsors via Patreon ($100+) +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTwitterWebsite
usave + + + +
Tooltwist + + + +
Robert Bolder + + + +
Phil Alves + + + @philalves01 + + + + +
HebergeurWeb.ca + + + +
DontPayFull + + + +
+ +

+ Generous backers via Patreon ($30+) +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTwitterWebsite
Roman Chvanikoff + + + +
Garry Newman + + + @garrynewman + + + + +
Adrian Ocneanu + + + @aocneanu + + + + + + Earthlink + + +
Aaron + + + @aequasi + + + + +
+ +

+ Backers via Patreon ($10+) +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTwitterWebsite
Wikiki + + + +
Tyler Weeres + + + @tweeres04 + + + + +
Takayuki Yamaguchi + + + @takyam + + + + +
Stuart Stanfield + + + +
Leo Zeba + + + @leozeba + + + + +
Jordan Nemrow + + + +
Jason Seminara + + + +
Franz Geffke + + + @f_anzs + + + + +
Dmitry Malyshev + + + +
Charles Treece + + + @charlestreece + + + + +
+ + diff --git a/CHANGELOG.md b/CHANGELOG.md index 78607e29b..d29f1ffd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Upcoming release +### Deprecation warning + +The `form.sass` file is **deprecated**. It has moved into its own `/form` folder. If you were importing `form.sass`, please import `sass/form/_all.sass` now. +If you were simply importing the whole of Bulma with `@import "~/bulma/bulma.sass"` or similar, you won't have to change anything, and everything will work as bbefore. + ### New features #### Support for overriding the `font-family` diff --git a/docs/.gitignore b/docs/.gitignore index 01cd6947b..b9b49bdb1 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -20,6 +20,7 @@ test.scss .sass-cache /bulma +/dev /icons /styles/node_modules /versions