Releases: helpscout/seed-typography
Seed Typography - v0.4.0
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
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
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
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
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
Change log
- Updates includePaths of index.js
- Updates build.js script
Seed Typography - v0.0.2
Seed Typography - v0.0.1
Initial release!! 🎉
