Releases: jonasbirkelof/beets-css
Version 2.1.1
What's Changed
- FIX: Changed name compiled css file by @jonasbirkelof in #23
- UPDATE: Readme and docs by @jonasbirkelof in #24
- Version 1.2.1 by @jonasbirkelof in #25
- This version comes with a SCSS source .zip-file. (Issue #21 )
Full Changelog: 2.1.0...2.1.1
Version 2.1.0
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
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
- @jonasbirkelof made their first contribution in #10
Full Changelog: v1.0.0...v2.0.0
v1.0.0
This is version 1.0.0 of the Beets CSS framework!