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

Releases: Financial-Times/o-colors

patch: Move matisse under a new "partner content" palette

01 Jun 15:10
405f375
Compare
Choose a tag to compare
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.

01 Jun 14:43
0a05a6e
Compare
Choose a tag to compare
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

04 Jan 14:09
Compare
Choose a tag to compare
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

28 Oct 10:55
Compare
Choose a tag to compare
Removes double "in" and switches to British English for documentation.

Co-authored-by: Lee Moody <[email protected]>

patch: add missing $percentage oColorsMix example

17 Sep 13:56
36b7d76
Compare
Choose a tag to compare
v5.2.8

add missing $percentage oColorsMix example (#278)

patch: add extension to relative imports to make the code work directly in a browser

04 Sep 15:18
Compare
Choose a tag to compare
v5.2.7

add extension to relative imports to make the code work directly in a…

patch: Add general usage to readme

07 Aug 10:51
2d9545c
Compare
Choose a tag to compare
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

03 Jun 17:06
Compare
Choose a tag to compare
v5.2.5

Fix heading levels

patch: Bump origami-ci-tools from 1.3.12 to 2.0.0

06 May 11:27
8ee1546
Compare
Choose a tag to compare
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.

17 Apr 10:42
Compare
Choose a tag to compare
These were incorrect due to a bug in origami-build-tools.
https://github.com/Financial-Times/origami-build-tools/pull/734