Skip to content

Releases: yumma-lib/yumma-css

Yumma CSS - v2.1.0

11 Oct 01:22
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS will be documented in this file.

[2.1.0]

Added

  • Add _borders.scss, _box-model.scss, _effects.scss, _filters.scss, _flexbox.scss, _grid.scss, _layout.scss, _interactions.scss, _outlines.scss, _tables.scss and _typography.scss
  • Add _extensions.scss and _theme.scss
  • Add cursor: pointer to all <button> element
  • Add the 0 value to Opacity utility variant
  • Add the auto property to Flex utility variant

Changed

  • New baseline Align Content utility variant
  • New baseline Align Items utility variant
  • New cg-0 Column Gap and rg-0 Row Gap utilities
  • New col-resize, default, ne-resize, nesw-resize, none, nw-resize, nwse-resize, progress, row-resize, s-resize, se-resize, sw-resize, w-resize, zoom-in, zoom-out Cursor utility properties
  • New f-b Font Size base utility
  • New font-size: inherit and font-weight: inherit properties for heading and paragraph elements.
  • New fs-9xl Font Size utility variant
  • New row dense and dense row Grid Auto Flow utility variants
  • New table, inline-table and inline-grid Display utility variants
  • New text and all User Select utility variants
  • Rename Align Content utility syntax from ac-stretch to ac-s
  • Rename Align Items utility syntax from ai-stretch to ai-s
  • Rename Align Self utility syntax from as-stretch to as-s
  • Rename Justify Items utility syntax from ji-stretch to ji-st
  • Rename Justify Self utility syntax from js-stretch to ji-st
  • Rename Object Position utility syntax from op-left to op-l
  • Rename Position utility syntax from p-t to p-y
  • Rename Position utility syntax from p-y to p-st
  • Rename _miscellaneous.scss to _interactions.scss
  • Rename $yma-direction base value from 1px to 0.25rem
  • Rename color variables from $yma-colors-* to $yma-theme-*
  • Update Border Radius base value from 4px to 0.25rem
  • Update Border Width base value from 4px to 1px
  • Update Flex Basis base value from 1rem to 0.25rem
  • Update Flex utility variants
  • Update Outline Offset base value from 2px to 1px
  • Update Outline Width base value from 2px to 1px
  • Update Spacing X and Spacing Y calculations

Removed

  • Delete _utilities.scss partial
  • Remove end and start properties from Align Content utilities
  • Remove end and start properties from Align Items utilities
  • Remove end and start properties from Align Self utilities
  • Remove end, left, right and start properties from Justify Content utilities
  • Remove er Cursor variant
  • Remove flex-end, flex-start, left, normal and right properties from Justify Items utilities
  • Remove flex-end, flex-start, left, normal, right and stretch properties from Justify Self utilities
  • Remove hidden property in Border Style utilities
  • Remove hidden property in Outline Style utilities
  • Remove variable inside Spacing X and Spacing Y utilities

Yumma CSS - v2.0.0

12 Aug 18:25
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS will be documented in this file.

[2.0.0]

Added

  • Add Accent Color utilities
  • Add Aspect Ratio utilities
  • Add Backdrop Filter utilities
  • Add Border Collapse utilities
  • Add Border Style utilities
  • Add Caption Side utilities
  • Add Container utilities
  • Add Font Style utilities
  • Add Gap utilities
  • Add Grid Column utilities
  • Add Grid Row utilities
  • Add Object Fit utilities
  • Add Object Position utilities
  • Add Outline Color utilities
  • Add Outline Offset utilities
  • Add Outline Style utilities
  • Add Outline Width utilities
  • Add Spacing utilities
  • Add Table Layout utilities
  • Add Text Decoration Color utilities
  • Add Text Decoration Style utilities
  • Add Text Decoration Thickness utilities
  • Add _mixin.scss partial
  • Add core.scss file
  • Add functions.scss partial
  • Include Hover utility variants
  • Include Responsive utility variants
  • Include Silver color to the color palette

Changed

  • Border Color utilities no longer have border-style and border-width properties by default
  • Base styles are now optional
  • Colors now use HEX color format
  • Fix transparent having color variants
  • Fix conflict between float: none; (f-none) and flex: none; (f-none)
  • New Flex Basis utilities - fb-full, fb-half
  • New auto property in Margin and Padding utilities
  • New max-content and min-content properties in Grid Auto Columns, Grid Auto Rows, Height, Width, Dimension and Flex Basis
  • New xxl breakpoint utilities
  • Simplify Font Family fallbacks
  • Stylecent now covers the <optgroup>
  • Update Container syntax from cnn to cnt
  • Update Float syntax from f-*static* to flo-*
  • Update Font Family utility syntaxes from ff-d to ff-s
  • Update Font Size Extra large syntax from fs-2xl to fs-xxl
  • Update Position syntax from pos-* to p-*
  • Update Position syntax from pos-static to p-s
  • Update Position syntax from pos-sticky to p-t
  • Update cnt utility with new responsive utility rules
  • Update property values from 0.75rem to 0.25rem for Margin and Padding utilities
  • Update values in breakpoint utilities

Removed

  • Remove Column utilities
  • Remove Offset Gap utilities
  • Remove Row utility
  • Remove _grid.scss partial
  • Remove badge-* component
  • Remove btn-* component
  • Remove btn-otl-* component
  • Remove card-* component
  • Remove ff-i utility
  • Remove nav-* component
  • Remove Components folder
  • Remove extra small value for breakpoint utilities

Yumma CSS - v1.2.0

22 Mar 09:26
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS Library will be documented in this file.

v1.2.0

Added

  • Added fit-content to Height and Width classes.
  • Added Max Dimension and Min Dimension classes.
  • Added auto, full, and half value to the Flex classes.
  • Added Indigo color to the color palette.
  • Added transparent to the color palette.
  • Added none property to Box Shadow class.
  • Added .max-dim-{} and .min-dim-{} classes.
  • Added responsive media queries to .dim-{},.max-dim-{} and .min-dim-{} classes.
  • Added Line Height classes.
  • The .btn{} component is now smaller by default.
  • Improvements to the _base.scss partial file.
  • Improvements in the Direction classes.
  • Improvements to Grid Template Columns classes.
  • Improvements to Grid Template Rows classes.
  • Improvements to the Flex Shrink clasess.
  • Improvements to the Font Sizes classes.
  • Improvements to the Flex classes.
  • Color palette redesign.

Changed

  • Viewports units are not dynamic.
  • Removed default shadow in the .nav{} component.
  • Border Radius default value is now 4px instead of 8px.
  • Removed .bs{} class from Box Shadow.

Fixed

  • None

Deprecated

  • Removed complement button component.
  • Removed the !default flag from all variables.
  • Magenta color is deprecated.
  • The showVer() function is no longer available.

Yumma CSS - v1.1.0

24 Jan 18:20
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS Library will be documented in this file.

v1.1.0

Added

  • Added responsive classes for utility classes.
  • Added transition property to button component.
  • Added extra small variant for font size classes.
  • Added .dim-{value} classes.

Changed

  • Updated syntax for column responsive classes.
  • Updated box shadow syntax from bs-xsm to bs-xs and bs-xlg to bs-xl.
  • Updated font sizes syntax from fs-xlg to fs-xl.
  • Updated columns syntax from col-{value} to cols-{value}.

Fixed

  • Fixed list style type syntax from tst-{value} to lst-{value}.
  • Fixed fs-md class not working.
  • Fixed caret color variants.

Deprecated

  • None

Yumma CSS - v1.0.3

09 Jan 16:55
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS Library will be documented in this file.

v1.0.3

Added

  • None

Changed

  • Minified CSS file moved to the /dist folder.

Fixed

  • None

Deprecated

  • None

Yumma CSS - v1.0.2

05 Jan 23:32
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS Library will be documented in this file.

v1.0.2

Added

  • None

Changed

  • Small CSS resetting improvements.

Fixed

  • Fixed viewport classes from not working.
  • Fixed caret color light and dark variations.

Deprecated

  • None

Yumma CSS - v1.0.1

04 Jan 16:02
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS Library will be documented in this file.

v1.0.1

Added

  • None

Changed

  • Changing Height and Width viewports from dynamic to standard.

Fixed

  • Updated minify version.

Deprecated

  • None

Yumma CSS - v1.0.0

03 Jan 14:45
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS Library will be documented in this file.

v1.0.0

Added

  • Added flow-root property to Display classes.
  • Added inline-start and inline-end properties to Float classes.
  • Added justify-all and match-parent properties to Text Align classes.
  • Added overline property to Text Decoration Line classes.
  • Added flex-start and flex-end properties to Align Items classes.
  • Added end, flex-start, flex-end, left, right, normal and stretch properties to Justify Content classes.
  • Added .mx and .my Margin classes.
  • Added .px and .py Padding classes.
  • Added viewport values for Height and Width classes.
  • Added the color lead in the Color Palette.
  • Added Align Content classes.
  • Added Align Self classes.
  • Added Flex Basis classes.
  • Added Flex Grow classes.
  • Added Grid Auto Columns classes.
  • Added Grid Auto Flow classes.
  • Added Grid Auto Rows classes.
  • Added Justify Items classes.
  • Added Justify Self classes.
  • Added Cursor classes.
  • Added List Style Type classes.
  • Added Appearance classes.
  • Added Pointer Events classes.
  • Added User Select classes.
  • Added Caret Colors classes.
  • Added Font Family classes.
  • Added Text Decoration classes.

Changed

  • Updated display class syntax from dis-{value} to d-{value}.
  • Updated hover state class syntax from {value}-h-{value} to h:{value}.
  • Updated greet() function name to showVer().
  • Color palettes now use RGB.

Fixed

  • Small CSS resetting improvements.

Deprecated

  • Removed break-all and keep-all properties from Overflow Wrap classes.
  • Removed duplicate classes for Justify Content classes.
  • Removed class nav-l from navbar.scss.

Yumma CSS - v0.2.0

23 Nov 21:47
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS Library will be documented in this file.

v0.2.0

Added

  • Added the !default flag to variables and maps in the _variables.scss file

Changed

  • None

Fixed

  • None

Deprecated

  • None

Yumma CSS - v0.1.1

07 Nov 15:36
Compare
Choose a tag to compare

Changelog

All notable changes to the Yumma CSS Library will be documented in this file.

v0.1.1

Added

  • None

Changed

  • Updated readme file

Fixed

  • None

Deprecated

  • None