Skip to content

Releases: BafS/Gutenberg

Version 0.7.0

22 Feb 23:18
cec4afe
Compare
Choose a tag to compare

What's Changed

  • deprecation(Division): Migrate away from slash based division. by @tomciopp in #32
  • Upgrade gulp-sass to v5 by @BafS in #38

New Contributors

Full Changelog: v0.6.1...v0.7.0

Version 0.6.1

06 Sep 15:28
Compare
Choose a tag to compare

Add

  • .avoid-break-inside class to avoid breaking inside elements
  • .break-before and .break-after as .page-break-before and .page-break-after aliases

Deprecated

  • .page-break-before and .page-break-after, use the new .break-before and .break-after

Version 0.6.0

02 Mar 23:00
Compare
Choose a tag to compare

Version 0.5.0

16 Apr 21:04
Compare
Choose a tag to compare

Version 0.4.2

05 Apr 20:13
Compare
Choose a tag to compare

Since last version

  • All variables are now rewritable (#14)
  • Use text-decoration: none instead of 0 (#13)

Version 0.4.1

03 Mar 11:14
Compare
Choose a tag to compare

Since last version

  • Fix bug #11 when web-fonts are not always loaded on printing mode. Workaround by removing the distant web-fonts.

Version 0.4.0

02 Mar 18:19
Compare
Choose a tag to compare

Since last version

  • Add scss-lint to dev, rewrite some part to follow the standard.
  • Update the readme (typos, update documentation, add badges) (#6, #7)
  • Clarify the page-break class, add page-break-before (do the same as page-break, it is an alias) (#5)
  • Add license file (#9)
  • Add codeclimate to the repo
  • Other details (please check the commits for more details)

Note: This release should not have any breaking change

Version 0.3.1

24 Feb 15:22
Compare
Choose a tag to compare
  • Fix ampersand selector bug (#3)

Version 0.3.0

02 Dec 19:56
Compare
Choose a tag to compare

Since version 0.2.0

  • Split scss files, clean scss
  • Better print reset
  • Change text color to black
  • Add background color
  • Add .no-reformat util class

Move demo folder to docs.

Version 0.3.0 beta

21 Nov 17:12
Compare
Choose a tag to compare
Version 0.3.0 beta Pre-release
Pre-release
  • Split scss files, clean scss
  • Better print reset
  • Change text color to black
  • Add background color
  • Add .no-reformat util class