Skip to content

Releases: Financial-Times/n-ui-foundations

v10.1.0 - Add support for Node 18

30 Jun 14:30
e334456
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.1.0

v10.0.0

18 Apr 08:57
e8ac113
Compare
Choose a tag to compare

This release is part of the Platforms and Reliability set of scheduled breaking change releases in April.

The breaking changes in this package release are:

  • Dropping support for Node.js 14

This will not be a breaking change for your application if it:

  • Already runs on Node.js 16

If this is a breaking change for your application because it does not yet run on Node 16 you can follow this guide to migrate from Node.js 14 to Node.js 16

v9.1.0: Upgrade Origami dependencies

20 Oct 17:17
444c810
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.0...v9.1.0

Delete transitive dependencies

22 Feb 14:17
3ba4241
Compare
Choose a tag to compare

The superstore, superstore-sync, and ftdomdelegate packages have been removed from n-ui-foundations' list of dependencies. These dependencies weren't being used in n-ui-foundations at all, but were being used by dependants of the package instead of explicitly declaring these packages as dependencies of the dependant.

You should check to make sure that your package wasn't depending on n-ui-foundations' copies of these dependencies before updating. The simplest way to check is to grep for the packages in your source code to see if any require statements pull them in. If they do then you will need to manually install the ones you need into your package.json as part as the upgrade process to v9.0.0, e.g., via npm install superstore. We have a spreadsheet of packages that might be affected here. You might also find it useful to use the eslint-plugin-import plugin for ESLint with the no-extraneous-dependencies rule enabled to catch issues like this in the future.

Move Origami Components to Peer Dependencies

28 Jan 10:16
d1503e5
Compare
Choose a tag to compare
  • moves origami components to be peerDependencies

  • adds origami components as devDependencies for local development

  • requires NPM 7

v7.0.2: fix engines compatibility issues

14 Dec 15:13
6e1d2de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.1...v7.0.2

v7.0.1: adds ftdomdelegate, superstore & syperstore-sync

13 Dec 21:16
e21553b
Compare
Choose a tag to compare

Readds these dependencies that were unintentionally removed during the Bower to NPM migration

v7.0.0: Migrate Bower to NPM

13 Dec 17:27
8261b9c
Compare
Choose a tag to compare
  • removes bower and installs dependencies using npm
  • deletes resolution-buster file

Remove chai + mocha from dependencies

04 Dec 11:58
fefa00e
Compare
Choose a tag to compare

mocha and chai are now included as devDeepndencies rather than dependencies.

The versions being used were reported by Snyk as allowing a Prototype Pollution vulnerability. Although any consuming apps very unlikely to utilise chai or mocha in a way that would include it as production code (in fact this would probably be very hard to achieve), this new release has been issued so as to make clear the intent that given the knowledge of these vulnerabilities, these libraries should in no way be considered dependencies.

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