mirror of
https://github.com/Chalarangelo/mini.css.git
synced 2025-08-11 16:33:58 +02:00
Updated README.md and CHANGELOG.md
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,5 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
## v2.1.0
|
||||
|
||||
- Added a `.tooltip` component in the `contextual` module (#41).
|
||||
- Added a predefined layouts in the `grid` module (#53).
|
||||
- Added `.sticky` functionality to `navigation` module's headers and footers (#26).
|
||||
- Added `.fluid` input group component to `input_control` module (#50).
|
||||
- Added proper documentation for a media object in the `grid` module (#22).
|
||||
- Updated a lot of the documentation to include ARIA guidelines. Updated button elements, so that `role="button"` creates buttons same as the class (#40).
|
||||
- Updated **mini-default** and **mini-sucroa** flavors to the latest version of the framework.
|
||||
- Added **mini-classic** flavor.
|
||||
- Changed the styling of `<nav>` to include a left border sidebar for subcategories.
|
||||
- Updated selectors in many places and optimized parts of the codebase.
|
||||
- Added conditional flags to enable or disable several components.
|
||||
- Added documentation and workarounds for certain table issues (#54).
|
||||
- Redesigned parts of the documentation to make it display better on certain devices (#58).
|
||||
|
||||
## v2.0.2
|
||||
|
||||
- Added a new flavor, **sucroa**.
|
||||
|
@@ -1,4 +1,4 @@
|
||||
# mini.css v2.0.2
|
||||
# mini.css v2.1.0
|
||||
## A minimal, responsive, style-agnostic CSS toolkit
|
||||
|
||||

|
||||
@@ -39,7 +39,7 @@ To develop your own flavor:
|
||||
|
||||
To develop a module:
|
||||
|
||||
- Module contribution guidelines are very strict at the moment. New module will only be created upon request and **should always be in a new repository**, unless they are part of a Roadmap of a later version. Please submit an issue before developing a module or asking for new modules, as the discussion of said implementations is key to deciding the direction **mini.css** will follow in the future.
|
||||
- Module contribution guidelines are very strict at the moment. New modules will only be created upon request and **should always be in a new repository**, unless they are part of a Roadmap of a later version. Please submit an issue before developing a module or asking for new modules, as the discussion of said implementations is key to deciding the direction **mini.css** will follow in the future.
|
||||
|
||||
To develop some other part of **mini.css**:
|
||||
|
||||
@@ -51,6 +51,7 @@ To develop some other part of **mini.css**:
|
||||
- Angelos Chalaris (@chalarangelo)
|
||||
- Angeliki Daskalakis (@angiedaskalakis)
|
||||
- Rory Primrose (@roryprimrose)
|
||||
- Sandro Magi (@naasking)
|
||||
|
||||
## License
|
||||
|
||||
|
@@ -874,3 +874,4 @@
|
||||
- Updated the `quick_reference.html` page with new guidelines for `navigation`, `input_control` and `table`.
|
||||
- Updated the `quick_reference.html` page with new guidelines for `contextual`, `progress` and `utility`.
|
||||
- Updated the descriptions of modules wherever necessary.
|
||||
- Updated `README.md` and `CHANGELOG.md` to be ready for release. Flavor updates and changes still pending before release.
|
||||
|
Reference in New Issue
Block a user