Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

mini.css v2.3.0

Compare
Choose a tag to compare
@Chalarangelo Chalarangelo released this 09 Jun 13:50
· 318 commits to master since this release

The v2.3.0 release of mini.css adds some features that have been requested by the community multiple times, such as modals, switches, vertical layout for forms and scrollable tables. Everything has been polished up and updated in order to deliver the best mini.css experience yet!

Logo

Changes

  • Added a new .modal component, which allows you to show modal dialogs (contextual).
  • Added a new .switch component for displaying on/off switches (input_control).
  • Added .scrollable tables, allowing for long tables to be displayed in an alternate way (table).
  • Added .vertical input groups, allowing vertical forms to be created more easily (input_control).
  • Updated mini-default color palette. The new palette should now display better on screens with uncommon contrast settings.
  • Slightly tweaked the styling of various elements to improve their look.
  • Various under-the-hood updates to make everything work better, load faster and be lighter.
  • Updated the styling of borders and other elements to use rem instead of px in all rem-based flavors.
  • Added a color highlight for the selected tab in .tabs.
  • Added styling for disabled elements in input_control that were wrongly omitted in the past.
  • Fixed some bugs and improved overall stability, updated all flavors accordingly.

Compatibility

This release is fully compatible with previous versions, however, you should check if anything added breaks or alters any of your older layouts etc., especially if you are using your own flavor.