Skip to content

Releases: Financial-Times/n-ui-foundations

v6.0.3: actually use Node v12

02 Oct 13:20
d5cac68
Compare
Choose a tag to compare
Merge pull request #87 from Financial-Times/use-node-v12

Use Node v12

v6.0.2: use Node v12

02 Oct 07:36
b001971
Compare
Choose a tag to compare
Merge pull request #85 from Financial-Times/upgrade-node-to-v14

Upgrade Node to v14

v6.0.1: Upgrade to Node v14

30 Sep 15:02
b001971
Compare
Choose a tag to compare

This package is client-side code only; Node is used only for meta tasks, e.g. build, test, deploy commands. Therefore this change introduces no changes to the exported code.

Do not output a snappy grid by default.

04 Jun 12:22
2c451ba
Compare
Choose a tag to compare
Merge pull request #79 from Financial-Times/remove-forced-snappy-grid

Do not output a snappy grid by default.

Fonts changes - Adds Financier Medium, Removes Metric Medium

22 Apr 10:08
62be704
Compare
Choose a tag to compare
  • Adds font: financier-display medium weight
  • Removes font: metric medium weight
  • Adds a .github/settings.yml file

Release v4.0.0

06 Dec 15:33
b4e44d8
Compare
Choose a tag to compare

Origami major cascade release

v4.0.0-beta.2

25 Nov 15:34
8a6441f
Compare
Choose a tag to compare
v4.0.0-beta.2 Pre-release
Pre-release

Removes all colour use case definitions to avoid conflicts.

v4.0.0-beta.1

25 Nov 13:46
b530e18
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

This bumps all Origami dependencies to their latest major versions. In addition:

  • All article-, n-lists, page, and fast-ft color use cases have been removed.
  • Remaining color use cases have been updated to use o-colors namespacing, e.g. link is now link/regular.
  • The .n-ui-text-* rules have been removed.
  • The getColor() and getColorFor() Sass functions have been removed.

allow importing mixins on their own

15 Nov 10:09
1213d97
Compare
Choose a tag to compare

instead of doing:

$n-ui-foundations-applied: true;
@import 'n-ui-foundations/main';

apps & components can now do:

@import 'n-ui-foundations/mixins';

this communicates the intent of the import more clearly, and doesn't require apps to know an implementation detail of n-ui-foundations.

v3.1.1: Merge pull request #65 from notlee/patch-1

07 Jun 10:52
3d05ed0
Compare
Choose a tag to compare