Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Releases: typographist/core

v9.1.0

26 Jan 21:35
Compare
Choose a tag to compare

9.1.0 (2019-01-26)

Features

v9.0.0

24 Jan 19:12
Compare
Choose a tag to compare

9.0.0 (2019-01-24)

Code Refactoring

  • remove helpers and modular-scale (b294ded)

BREAKING CHANGES

  • remove fuctions modular-scale, camelize,
    normalizeString, toCebabCase, toPxIfHasEm, toSnakeCase, isNumeric

v8.0.0

23 Jan 19:49
Compare
Choose a tag to compare

8.0.0 (2019-01-23)

Code Refactoring

  • make-breakpoints: remove safe-make-breakpoints (ef3d8ea)

BREAKING CHANGES

  • make-breakpoints: make breakpoints function no longer
    returns the Maybe type. The associative array is returned

v7.0.1

23 Jan 12:00
Compare
Choose a tag to compare

7.0.1 (2019-01-23)

Bug Fixes

  • error-messages: fix error messages (0ea8058)
  • error-messages: fix error messages (ef26a60)

v7.0.0

23 Jan 11:21
Compare
Choose a tag to compare

7.0.0 (2019-01-23)

Code Refactoring

  • safe-make-breakpoints: safe-make-breakpoints (185af95)

BREAKING CHANGES

  • safe-make-breakpoints: safe-make-breakpoints returns Maybe monad

v6.1.0

23 Jan 09:28
Compare
Choose a tag to compare

6.1.0 (2019-01-23)

Bug Fixes

  • flow: add flow types for makeBreakpoints (ba7d0c1)

Features

  • flow: add type BreakpointsMap (0f630b2)

v6.0.0

23 Jan 08:57
Compare
Choose a tag to compare

6.0.0 (2019-01-23)

Code Refactoring

  • make-breakpoints: change the output of the breakpoints (32ccd4d)

BREAKING CHANGES

  • make-breakpoints: breakpoints are not an array but an associative array

v5.1.2

21 Jan 22:03
Compare
Choose a tag to compare

5.1.2 (2019-01-21)

Bug Fixes

  • models: fix type for user-config (43ad00b)

v5.1.1

21 Jan 18:56
Compare
Choose a tag to compare

5.1.1 (2019-01-21)

Bug Fixes

  • percentage: add the type of 'string[]' to the function parameter (e4794b0)

v5.1.0

18 Jan 14:15
Compare
Choose a tag to compare

5.1.0 (2019-01-18)

Bug Fixes

  • hepers: fix path for isNumeric function (b221f70)

Features

  • rollup: add rollup-plugin-flow-entry (aff17f7)