Skip to content

Releases: alexcandelas/sonata

0.3.1

24 Nov 02:39

Choose a tag to compare

Fix readme.

0.3.0

15 Nov 03:45

Choose a tag to compare

Changes

  • New form-switch component.
  • New media object class and mixin.
  • New max-width responsive 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 xl breakpoint.
  • Improved grid.
  • Changed the max-width of the container object to a wider default value.
  • Changed names of leading utility classes to lh.
  • Improved container padding.
  • Updated browser support.
  • Renamed media mixins to screen to avoid confusion with the new media object.
  • Removed the box, lead and muted abstraction classes.
  • Removed the message component.
  • Removed the $spacer variable.
  • 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-file component.

0.2.2

22 Oct 06:55

Choose a tag to compare

Fix issue with grid formula when compiling with Dart Sass.

0.2.1

21 Oct 06:26

Choose a tag to compare

Fix glob pattern in files property of package.json.

0.2.0

21 Oct 06:25

Choose a tag to compare

  • Simplify grid formulas.
  • Update is-length function.
  • Remove functions that are no longer needed.
  • Add !important flag to utility classes.
  • Update the clearfix mixin.
  • Update dev dependencies.
  • Improve color and math functions.
  • Improve color contrast in generated buttons and tables.

0.1.3

20 Oct 18:34

Choose a tag to compare

  • Fix variable names in alert component.
  • Add !default flags to all settings and component variables.
  • Fix border utility classes when the value is 0.

0.1.2

14 Jan 06:40

Choose a tag to compare

Fix the .absolute utility class.