Skip to content

Releases: jonasbirkelof/beets-css

Version 2.1.1

01 Feb 14:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

Version 2.1.0

09 Nov 21:28
8d66c4a
Compare
Choose a tag to compare

What's Changed

  • Create LICENSE by @jonasbirkelof in #13
    Added a license file to the Beets CSS repo.
  • FIX: Clean up source code by @jonasbirkelof in #15
    General cleaning-up was needed. Removed commented out code, etc.
  • FIX: Colors on card header and footer by @jonasbirkelof in #16
    When styling cards with the Bootstrap theme colors, the header and footer background color was white. This was due to a bug that was caused by the code that changed the default light gray background to white. This is fixed now.
  • FIX: updated callout styling by @jonasbirkelof in #17
    The callouts have been refreshed with a more modern look. Also, support for Bootstrap theme colors was removed in favor of "type classes". Please refer to the docs for details. Every type has a unique icon that can be turned off or changed between a Bootstrap icon or the default Font awesome icon. Since they are all svg icons there is no library dependency!

Full Changelog: 2.0.0...2.1.0

v2.0.0

31 Oct 12:59
d542270
Compare
Choose a tag to compare

Beets CSS Version 2.0.0

This is the brand new Version 2 of Beets CSS! The framework has been completely re-built with a brand new development process. Below are some differences with version 1.0.0. but since there is such a huge overhaul of the code (364 changed files with 44,039 additions and 109,335 deletions), I can not list every single detail.

What's Changed

  • Version 2.0.0 by @jonasbirkelof in #10

  • Beets has been renamed to Beets CSS.

  • Version 1.x was compiled together with Bootstrap generating a single huge file containing both Bootstrap and Beets CSS. Now Beets is an addon to Bootstrap.

  • Beets CSS now has a static page documentations site which will make developing and documentation much easier going forward!

  • The Beets Layout has been lifted from this version since many of the functions now are built into Bootstrap by default. A standalone version of Beets Layout may be released at a later date. If you need the old layout functionality, I suggest that you download the version 1.0.0 release on this page and "extract" it to you application.

  • Overall polishing of components.

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

21 Sep 12:51
Compare
Choose a tag to compare

This is version 1.0.0 of the Beets CSS framework!