Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Latest commit

History

History
270 lines (210 loc) 路 10.8 KB

CHANGELOG.md

File metadata and controls

270 lines (210 loc) 路 10.8 KB

HEAD

2.10.1 (September 7, 2015)

  • Fixed a bug that allows you to remove underlines from links altogether i.e. for default and hover state. (#172).

2.10.0 (August 21, 2015)

  • Added a new setting to remove the bottom spacing half for H4鈥揌6 headings, if this setting is false the base bottom spacing will be used as per the H1鈥揌3 headings (#168).
  • Fixed whitespace coming between the semi-colon and the end of the property value in the Font Size mixin (#167).
  • Fixed a typo in the _media.scss file (#165).
  • Added an .editorconfig file (#30).

2.9.0 (July 4, 2015)

  • Added tint and shade functions to lighten and darken colours (#158).
  • Fixed a bug where the Container Layout module was using incorrect variable names for the generate-at-breakpoints() mixin. Thanks to @kllevin. (#159).

2.8.0 (June 18, 2015)

  • Made all single line declarations be on there own line which is the start of the work to update the code base to be inline with some of the new CSS Guidelines (#114).
  • Added corner versions to the Arrow object (#149).

2.7.0 (June 17, 2015)

  • Added a browserlist file (#150).
  • Adding more styling options to the Base link which came about from this bug: "Base link mixin doesn't work very well" (#132).

2.6.0 (June 16, 2015)

  • Fixed a typo in the Components README (#151).
  • Listed all the available classes for each Object, in the intro block (like utilities) (#136).
  • Applied a new format for mixin names when inside comments (#128).

2.5.0 (May 25, 2015)

  • Updates to the List object:

    • Make the left indent optional.
    • A new option to apply hanging bullets.

    (#135)

  • Add an @import for the new text-input-placeholder-colour() mixin file in the main README master stylesheet example (#146).

  • Update the license attribute in the 'package.json' file. Thanks to @pdehaan. (#148).

2.4.0 (May 21, 2015)

  • New modifier for the Drop Down object which positions the drop down target to the right (#125).
  • Added the dialog element and alphabetised the list of elements in the margin, padding, and border reset block (#134).
  • Fixed a bug where the lis in the List Inline -> Flex Fit modifier object didn't have the flex-grow property (#137).
  • Fixed typos and removed all instances of the // endif comment (#138).

2.3.1 (May 15, 2015)

  • Adding a missing reference to the 'Mega' Spacing utility in the intro block comments.

2.3.0 (May 15, 2015)

  • New text-input-placeholder-color() mixin to override the browser default color style of the input placeholder attribute and resets Firefox's opacity value of '0.4' to '1' (#117).
  • A new Mega spacing utility (#58).

2.2.0 (May 12, 2015)

  • Added a new global setting to set the resolution for targeting hi-dpi (retina) devices which feeds into the newly created respond-retina() mixin and the already existing retina-bg-image() mixin. The retina-bg-image() mixin also got some other handy updates such as being able to specify the auto keyword for the bg image width and/or height. Thanks to @stowball. (#123).

2.1.0 (May 7, 2015)

  • Strip units on passed in values to all functions and mixins (#80).

2.0.2 (May 5, 2015)

  • Updating the font-size() mixin to fix the issue of Scally not compiling with LibSass, thanks to @stowball (#120).

2.0.1 (April 30, 2015)

  • Remove test.css from package json files.

2.0.0 (April 29, 2015)

  • Non-backwards compatible: Create a new section called Objects and convert some utilities to objects (#47).
  • Non-backwards compatible: Updates to the Button component (#70).
  • Non-backwards compatible: Change all setting instances of "colour" to "color" (#67).
  • Non-backwards compatible: Remove a bunch of utilities (#60).
  • Non-backwards compatible: Name spacing components (#41).
  • Non-backwards compatible: Make it so that all positioning utilities can be applied by one class (#59).
  • Check wrapping at 80 chars on all files (#55).
  • Non-backwards compatible: Renamed Flex Embed utility (#50).
  • Beef up the comments in each utility and layout-module partials (#36).
  • Updating the CSS for the GPU accelerated utility (06cdda).
  • Non-backwards compatible: Removing colour and line-height utilities from the Text utility (b807ba).
  • Listing all the utility selectors in the intro comment blocks (06cdda).
  • Non-backwards compatible: Removing CSS Table vertical alignment method from the Alignments utility (cfb41d).
  • Add !important to ALL utilities (#66).
  • Non-backwards compatible: Removing Debug from Core (058713).
  • Remove rem units for border, border-radius, box-shadow, and text-shadow and replace with px units (#79).
  • Non-backwards compatible: Make Button Group component optional (#77).
  • Apply HTML5 Boilerplate CSS updates where applicable (#43).
  • Make sure all Sass units are being applied correctly (#93).
  • A new text utility for OSX font smoothing as it's now optional on the html element (#88).
  • Non-backwards compatible: Make the .ios class in Core -> Base -> Forms customisable (#109).
  • Have an option in Core -> Base -> Forms to make text inputs full bleed (#87).
  • Rewrite documentation for V2 (#87).

1.10.0 (April 25, 2015)

1.9.1 (April 25, 2015)

1.8.2 (April 23, 2015)

  • Correctly handle Sass units for the html element, thanks to @HugoGiraudel. PR: #95.

1.8.1 (April 22, 2015)

  • Correctly handle Sass units for the to-em-or-rem mixin, thanks to @HugoGiraudel. PR: #91.
  • Correctly handle Sass units for the to-em and to-rem functions, thanks to @HugoGiraudel. PR: #90.

1.8.0 (April 21, 2015)

  • Made Scally compatible with LibSass by fixing 2 of Scally's mixins: "Target headings" and "Generate percentage classes at breakpoints", thanks to @stowball. PR: #81.
  • Converted the to-em and to-rem mixins into one generic mixin and made some improvements, thanks to @stowball. PR: #85.

1.7.2 (April 9, 2015)

1.6.2 (April 3, 2015)

1.6.1 (March 30, 2015)

  • Adding the ability to apply a more terse format to the percentage width classes e.g. instead of: .u-one-half it can be: .u-50pc.
  • Issue #57 applied.
  • Another update to Issue #45: adding 9th and 11ths.

1.4.0 (March 23, 2015)

1.3.0 (March 2, 2015)

1.2.2 (January 31, 2015)

  • Fixed a bug where the Text utility was using an incorrect apply at breakpoints setting.

1.2.1 (January 29, 2015)

1.2.0 (January 27, 2015)

  • Updated the package JSON files to exclude certain files.

1.1.0 (January 26, 2015)

  • Setup an NPM package for Scally.
  • Adding a .version file.
  • bower.json updates:
    • Adding version number.
    • Updating authors email addresses.

1.0.0 (January 18, 2015)