This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
Releases: Financial-Times/o-colors
Releases · Financial-Times/o-colors
patch: Move matisse under a new "partner content" palette
Move matisse under a new "partner content" palette (#303) From FT Creative: > The new partner content colour ‘Matisse’ is not part of the FT brand colour > palette - it’s entirely new colour created for Partner Content and > deliberately different from the FT’s brand colours whilst complementing them. > Therefore, if you are going to add this to Origami, could I suggest this is > clearly separate from our Brand secondary/tertiary palette and labelled so in > the index (similar to eg B2C blues which has its own section)?
minor: Add matisse to the master brand's tertiary palette.
Add matisse to the master brand's tertiary palette. (#302) This is used to indicate partner contnet (aka paid/promoted content)
patch: ensure the saturation and luminence values are percentages to stop deprecation warnings from being emitted
sass 1.32 deprecated the behaviour of allowing unitless values for saturation and luminence: >Deprecate passing non-% numbers as lightness and saturation to hsl(), hsla(), color.adjust(), and color.change(). This matches the CSS specification, which also requires % for all lightness and saturation parameters. > https://github.com/sass/dart-sass/releases/tag/1.32.0 This change makes our saturation and luminence values always be percentages, which is the correct type to use.
minor: Add ft pink to master brand palette
Removes double "in" and switches to British English for documentation. Co-authored-by: Lee Moody <[email protected]>
patch: add missing $percentage oColorsMix example
v5.2.8 add missing $percentage oColorsMix example (#278)
patch: add extension to relative imports to make the code work directly in a browser
v5.2.7 add extension to relative imports to make the code work directly in a…
patch: Add general usage to readme
Add general usage to readme (#269) Links to instructions on how to include Origami components. https://github.com/Financial-Times/origami/issues/59
patch: Add readme linting
v5.2.5 Fix heading levels
patch: Bump origami-ci-tools from 1.3.12 to 2.0.0
Bump origami-ci-tools from 1.3.12 to 2.0.0 (#261) * Bump origami-ci-tools from 1.3.12 to 2.0.0 Bumps [origami-ci-tools](https://github.com/Financial-Times/origami-ci-tools) from 1.3.12 to 2.0.0. - [Release notes](https://github.com/Financial-Times/origami-ci-tools/releases) - [Commits](https://github.com/Financial-Times/origami-ci-tools/compare/v1.3.12...v2.0.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * add stylelint config * fix stylelint issues * update to latest stylelint origami config * fix stylelint issues * fix stylelint issues * remove circle badge * update to latest stylelint origami config * remove package-lock.json file Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Jake Champion <[email protected]> Co-authored-by: Jake Champion <[email protected]>
patch: Correct demo Sass import paths.
These were incorrect due to a bug in origami-build-tools. https://github.com/Financial-Times/origami-build-tools/pull/734