Skip to content

Latest commit

 

History

History
105 lines (63 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

105 lines (63 loc) · 2.79 KB

Sass & CSS v2.0.0:

date: 2014-10-07

changes:

  • Issue 16: Namespacing. Helps to avoid collisions w/other libs and frameworks.
  • Vendor prefix Sass loop for OpenType @mixins.
  • Updates CSS port to match Sass v2.0.0 port.
  • Issue 26: Custom build of Typeplate. Separates into Sass partials.
  • Removes obsolete HTML tags for hyphens.
  • Removes hypens on form inputs due to a bug in iOS
  • Includes markup file for implementation studies.
  • KSS-esque commenting system.
  • Removes custom variable file.
  • Issue 27 : Headings now use maps and allows for use cases where authors ned to adjust inside media queries

Sass & CSS v1.1.4:

date: 2014-05-19

changes:

  • Issue 19: Margin calculation for pixel fallback incorrect. Measure Margin and Type Scale function now report correct values for varying units supplied w/fallbacks where required such as rem. Special thanks to @craigmdennis for the filing and assistance.
  • Issue 17: Allow Typeplate to compile with libsass. Thanks to @malept for the fix.

CSS v1.1.3:

date: 2014-03-06

changes:

  • Issue 139: Pixel fallback for bottom margin on headers. Smaller Copyright Block and Harry Roberts Shoutout.

Sass v1.1.3:

date: 2014-03-06

changes:

  • Issue 139: Pixel fallback for bottom margin on headers. Smaller Copyright Block and Harry Roberts Shoutout.

CSS v1.1.2:

date: 2014-01-11

changes:

  • Issue 138: Small Unit bug for bottom margin on line 211. Now uses ems instead of rems.

Sass v1.1.2:

date: 2013-11-20

changes:

  • Boolean for Paragraph Styling with Whitespace.

v1.0.2:

date: 2013-05-11

changes:

  • New Web Font Helper for Sass port.
  • Better Explanation for Heading Type Scale
  • All Sass variables now have the !default flag allowing authors to override these defaults from outside the typeplate file (Also works with Stylus but with a different implementation).
  • Cleaner comments and formatting for Typeplate's CSS port.
  • Now adds Grunt to project as a secondary option to Codekit.
  • New Demo Toggles inspired by TopCoat
  • General site styling improvements.
  • Customizeable variables for Sass Drop Cap @mixin.
  • Removed Stats Tabs - Issue #57 typeplate/typeplate.github.io#57.
  • Better Contributor Docs - Issue #99 typeplate/typeplate.github.io#99.

v1.0.1:

date: 2013-03-11

changes:

  • Indenting subsequent paragraphs
  • misc. spelling corrections
  • Compiling errors fixed for LESS and Stylus.

v1.0.0:

date: 2013-02-27

changes:

  • Initial release of 1.0.0.