Releases: alexcandelas/sonata
Releases · alexcandelas/sonata
0.3.1
0.3.0
Changes
- New
form-switchcomponent. - New
mediaobject class and mixin. - New
max-widthresponsive variants. Example:<lg:col-1/4. - Merged the objects and support layers into an abastracions layer.
- Added Sass entry points for each layer.
- Updated the color system.
- Adjusted breakpoints to be closer to the major third scale.
- Added the
xlbreakpoint. - Improved grid.
- Changed the
max-widthof thecontainerobject to a wider default value. - Changed names of
leadingutility classes tolh. - Improved
containerpadding. - Updated browser support.
- Renamed
mediamixins toscreento avoid confusion with the new media object. - Removed the
box,leadandmutedabstraction classes. - Removed the
messagecomponent. - Removed the
$spacervariable. - Removed unnecessary mixins and functions.
Fixes
- Fixed issue where a grid column was incorrectly pushed to the next row under certain conditions.
- Fixed issue where custom breakpoints that started with a number were not being escaped.
- Fixed loading icon color in outline buttons.
- Fixed height of hidden input in the
form-filecomponent.
0.2.2
Fix issue with grid formula when compiling with Dart Sass.
0.2.1
Fix glob pattern in files property of package.json.
0.2.0
- Simplify grid formulas.
- Update
is-lengthfunction. - Remove functions that are no longer needed.
- Add
!importantflag to utility classes. - Update the
clearfixmixin. - Update dev dependencies.
- Improve color and math functions.
- Improve color contrast in generated buttons and tables.
0.1.3
- Fix variable names in alert component.
- Add
!defaultflags to all settings and component variables. - Fix border utility classes when the value is 0.
0.1.2
Fix the .absolute utility class.