Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Releases: Financial-Times/n-gage

Upgrades eslint-config-next

11 Sep 13:33
be40116
Compare
Choose a tag to compare

upgrades eslint-config-next to version 2.0.0 that has dependencies working correctly

Uses eslint-config-next

09 Sep 18:08
dde7837
Compare
Choose a tag to compare

This release uses the ESLint shareable configuration for Next projects eslint-config-next.

"There's a hole in my bucket, dear Eliza"

07 Sep 08:38
06fc954
Compare
Choose a tag to compare

Review app assets

#233 Heroku review apps now deploy their assets to a separate S3 bucket. Since review apps currently host their own assets, this is not a breaking change.

Apps should migrate to using assets from this S3 bucket so the review app environment is closer to production. See https://github.com/Financial-Times/next-static/pull/159/files for an example migration.

Documentation rewrite

The README has been rewritten to our new documentation format.

v6.0.1

29 Jul 09:17
6e923bc
Compare
Choose a tag to compare
  • Fix warning from eslint-plugin-react about version (#230)

v6.0.0

27 Jul 16:03
5e3929a
Compare
Choose a tag to compare

Remove deploy-hashed-assets step in deploy which looks for a asset-hashes.json file in the project.

Check if you have a asset-hashes.json file, if you do not, there is nothing to do.

If you do have a asset-hashes.json file, migrate to using public/manifest.json which is generated by Page Kit by default.

See the n-heroku-tools release for more details: https://github.com/Financial-Times/n-heroku-tools/releases/tag/v10.0.0

Pull request: #229

v5.1.2

05 May 12:06
c101078
Compare
Choose a tag to compare
  • Update Vault documentation URL (#225)
  • Fix issues for users with a space in their PATH (#226)

Fix broken PATH on some Mac environments

20 Apr 14:53
309d3a3
Compare
Choose a tag to compare

v5.1.0 Beta 1

20 Apr 10:11
4e64648
Compare
Choose a tag to compare

This is a beta release for testing purposes.

Add flag for disabling configuration of git hooks (#223).

v5.1.0

20 Apr 11:06
4e64648
Compare
Choose a tag to compare

Add flag for disabling configuration of git hooks (#223).

v5

09 Mar 15:25
a354a4b
Compare
Choose a tag to compare
v5
  • checks for the new Husky format and migrates apps to it #221
  • runs staging smoke tests on https for consistency with review apps #222