Skip to content

Latest commit

 

History

History
165 lines (93 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

165 lines (93 loc) · 3.87 KB

kouto swiss: changelog

0.11.11 / 2015-04-03

  • Support multiple values in rem() function

0.11.10 / 2015-03-25

  • Update documentation for position sticky
  • Implement box-shadow vendors mixin

0.11.9 / 2015-03-16

  • Remove grunt as peerDependency

0.11.8 / 2015-02-24

  • Update dev dependencies
  • Fix position mixins when using !important keyword

0.11.7 / 2015-02-05

  • Update Stylus to 0.50.0, update dev dependencies.
  • Fix some grammatical/spelling errors
  • Add user-select vendor prefixing
  • Add position: sticky vendor prefixing

0.11.6 / 2014-11-27

  • Implementing no-conflict mode
  • Add ratio-box mixin

0.11.5 / 2014-11-21

  • Implement & support WOFF2 by default for font-face mixin

0.11.4 / 2014-11-20

  • Fix additional parameters support in clear & overflow utilities
  • Fix support for additional parameters support in flex mixins

0.11.3 / 2014-11-19

  • Fix index glob collision in importing

0.11.2 / 2014-11-08

  • Add js-compiled Gruntfile

0.11.1 / 2014-11-08

  • List contributors in package.json
  • Fix possible collision for row and column values in flex-flow and flex-direction mixin
  • Fix some grammatical/spelling errors
  • Add docs section for webstorm IDEs
  • Add editorconfig file

0.11.0 / 2014-11-08

  • Refactor flex mixins
  • Aliasing color-fallback mecanism, changing global support variable name
  • Aliasing all the functions & mixins
  • Fix typos and grammers in README
  • Update Stylus to 0.49.3, update dev dependencies.

0.10.3 / 2014-10-07

  • Update Stylus to 0.49.1, update dev dependencies.

0.10.2 / 2014-09-29

  • Fix perspective vendor prefixing when using in a transform property context.

0.10.1 / 2014-09-29

  • Fix variables in media query mixin bug.

0.10 / 2014-08-18

0.9.9 / 2014-08-09

  • Update documentation.

0.9.8 / 2014-08-05

  • Fixing bug with 0 value in size & position mixin.

0.9.7 / 2014-08-03

  • Add global importation state variable (useful for third-party plugins).

0.9.6 / 2014-08-02

  • Update documentation.

0.9.5 / 2014-08-02

0.9.4 / 2014-07-30

  • Add conditions in size mixin.

0.9.3 / 2014-07-29

  • Add documentation for ellipsis mixin.
  • Add conditions in position mixin.

0.9.2 / 2014-07-25

  • Update Stylus to 0.47.3.

0.9.1 / 2014-07-19

0.9.0 / 2014-07-19

  • Change calling format of media queries, allows to skip it for legacy browsers.

0.8.8 / 2014-07-15

  • Implement more vendors features, allows to disable the caniuse data's usage.

0.8.7 / 2014-07-14

0.8.6 / 2014-07-11

  • Fix hsl support in luminosity() function.

0.8.5 / 2014-07-08

  • Allow users to disable autoprefixing (as suggered in issue #5).

0.8.4 / 2014-07-08

  • Add custom vendors prefixes support (as asked in issue #5).

0.8.3 / 2014-07-05

  • Update Stylus to 0.47.1. Fix an issue caused by a bug introduced in Stylus 0.47.

0.8.2 / 2014-07-04

  • Small fix in docs & tests for calc(), according to specs (issue #4). Thanks to PunKeel.

0.8.1 / 2014-06-30

  • Add changelog
  • Add contributing document
  • Add some grunt tasks to help contributing
  • Fix typo in docs page
  • Add ios-type scroll in docs page for navigation column

0.8.0 / 2014-06-30

First stable version of the lib, ready for production, with website and documentation.


The versions before 0.8.0 were strict development version and don't really need to appears here.