Releases: Steffo99/bluelib
Releases · Steffo99/bluelib
v9.1.0
v9.0.1
⚠️ This update may not be backwards-compatible with the previous versions.
What's changed
- 💥 Rewrite from scratch the Configuration and Installation sections of the demo page
- 📔 Improve README
- ✨ Created
layouts-flex
, containing classes to make quick flex layouts of panels - ✨ Embed background images in the
colors-*
rulesets - ✨ Set default colors and fonts for when no
colors-*
orfonts-*
rulesets are loaded- 🔧 Use default colors when printing a page using Bluelib
- 🧹 Convert indentation to tabs
- 🐛 #63: Add button styling to .input[type="submit"] and .input[type="reset"]
- 💥 Various other minor changes
v8.0.0
⚠️ This update may not be backwards-compatible with the previous versions.
What's changed
⁉️ Wrap all selectors in:where
for better developer control over the styling- 🧹 Compress a few selectors and rules to save space
- 🧹 Convert comments from
/* */
to//
so that they are not inserted in the final stylesheet - 🧹 Add
less-plugin-clean-css
and configure it to build minified versions of the stylesheets - 📔 Unmark
purplestar
as experimental - ✨ #61: Center text in
<header>
s
v7.2.0
v7.1.0
v7.0.0
⚠️ This update is not backwards-compatible with the previous versions.
New improvements to Bluelib have arrived!
-
⚠️ @{bluelib}
now uses the:where
selector to avoid globally increasing specificity -
New theme:
pixeldawn
, made in collaboration with @viktya!
-
Form rendering has been improved and now supports checkboxes and radios:
-
The project has moved to its own domain, https://bluelib.steffo.eu/, fixing some bugs with
yarn run dev
.