Skip to content

Releases: azinasili/bytes

v1.0.4

12 Apr 13:56
Compare
Choose a tag to compare
  • Published bytes to NPM.
  • Adjusted bower install instructions

v1.0.3

30 Mar 15:26
Compare
Choose a tag to compare
  • Fixed typos in README to be more legible.
  • Fixed border-radius value to 50% in circle(). Browsers seem to create circles better this way

v1.0.2

02 Mar 15:12
Compare
Choose a tag to compare

More minor bugfixes

  • Last fix for triangle() out put CSS
  • _get-setting() checks if setting is a string.

v1.0.1

02 Mar 05:18
Compare
Choose a tag to compare

Fixes for following bugs:

#15 - center() now correctly reads $direction param
#16 - triangle() CSS fixed for 'left' and 'right' $direction param
#17 - color() respects transparency now
#18 - em() and rem() now returns a number if only 1 value is converted

README has been re-arranged a little. Global settings has also been added.

v1.0.0

28 Feb 00:48
Compare
Choose a tag to compare

Version 1.0.0 is finally here. Moved to 1.0.0 because there are a ton of additions, subtractions, and changes. New features includes:

  • Better handling of user defined settings
  • New breakpoint-check() mixin for debugging
  • New helper functions
  • Re-added list-unstyled() mixin
  • Some Mixins allow to add !important to styles
  • Removed font-size reset on hide-text() mixin.
  • Cleaned up code style and documentation

v0.5.2

20 Feb 19:02
Compare
Choose a tag to compare

This release is the public release and aims to clean up the updates introduced in versions 0.5.0 and 0.5.1. All documentation has been updated. Also instead of including Sassdocs with the package, users are encouraged to generate them. Tools are provided with Grunt to do so. Many functions and mixins have gained new params. Error handling has also been greatly improved.