Skip to content

Releases: helpscout/seed-typography

Seed Typography - v0.4.0

17 Jul 16:25

Choose a tag to compare

Changes

Breakpoint/responsive classes that previously had a suffix of --at-size has been updated to use @size. This change was inherited from the Seed Breakpoints v0.3.0 update

Seed Typography - v0.3.0

17 Jul 16:06

Choose a tag to compare

Changes

This updates the namespace of all text classes from t- to tx-. Following the ITCSS convention, t- is reserved for "theme" classes.

I still feel like text/type classes/utils deserve their own namespace, instead of relying on the constraints of .u- for utility.

Many thanks to @alisdair for his collaborations!

Seed Typography - v0.2.0

14 Jul 14:29

Choose a tag to compare

Changes

Updates seed-breakpoint / prop-map

Removes the extra hyphen at the end of classnames to support how the new prop-maps works (yay).
Adjusted config maps to properly support this.

This change means that the previous usage of the function t-heading(1) will be updated to t-heading(h1).

Seed Typography - v0.1.0

13 Jul 18:36

Choose a tag to compare

Important note for Packs!

The previous pack structure had a namespace issue that could potentially prevent the importing of .scss files of the same name.

This update fixes that issue, and renames the __all.scss main file to __index.scss.

The new @import method will be like:

@import "pack/seed-salad/_index";

The scheme works like:
pack -> Namespace to identify that this is a seed pack
seed-salad -> The name of the seed pack
_index -> The file(s) to import

Example of new naming scheme for importing mixins (of the same name) files from multiple packs:

@import "pack/seed-hamburger/mixins/sauces";
@import "pack/seed-pizza/mixins/sauces";
@import "pack/seed-hotdog/mixins/sauces";

See https://github.com/helpscout/seed-cli/releases/tag/0.2.0

Seed Typography - v0.0.5

11 Jul 13:44

Choose a tag to compare

Changes

Refactors file naming/structure + code

Adds additional text utility classes, including:

  • alignment
  • break
  • decoration
  • smooth
  • transform
  • truncate
  • wrap

Updates seed-breakpoints to latest version

Seed Typography - v0.0.3

08 Jul 00:40

Choose a tag to compare

Change log

  • Updates includePaths of index.js
  • Updates build.js script

Seed Typography - v0.0.2

07 Jul 23:43

Choose a tag to compare

Changes

screen shot 2016-07-07 at 7 34 26 pm

This abstracts the complexity from the "scripts" within package.json. It also allows for proper includePath of seed-props, which allows this pack to "drop" it as a direct dependency

Seed Typography - v0.0.1

07 Jul 21:32

Choose a tag to compare

Initial release!! 🎉