BafS Gutenberg Versions Save

Modern framework to print the web correctly.                                               

v0.7.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/BafS/Gutenberg/compare/v0.6.1...v0.7.0

v0.6.1

3 years ago

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

v0.5.0

5 years ago

v0.4.2

7 years ago

Since last version

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

v0.4.1

7 years ago

Since last version

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

v0.4.0

7 years ago

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

v0.3.1

7 years ago
  • Fix ampersand selector bug (#3)

v0.3.0

7 years ago

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.

v0.3.0-beta

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