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

Releases: guardian/types

v3.0.0

21 Jan 17:14
Compare
Choose a tag to compare
  • Merge pull request #61 from guardian/oliver/PrintShop-Design 79f0b72
  • Added PrintShop Design type b5a0296

v2.0.0...v3.0.0

v2.0.0

19 Jan 16:42
Compare
Choose a tag to compare

Changes

  • Merge pull request #26 from guardian/tw-update-readme-for-publishing d5474b6
  • Fix typo 284c78d
  • Update publish instruction for np 1445644
  • Merge branch 'main' into tw-update-readme-for-publishing b7ad13f
  • Merge pull request #54 from guardian/dependabot/npm_and_yarn/np-7.2.0 19175c7
  • Bump np from 7.0.0 to 7.2.0 c1d120b
  • Merge pull request #53 from guardian/dependabot/npm_and_yarn/jest-26.6.3 0eb211b
  • Merge pull request #55 from guardian/dependabot/npm_and_yarn/eslint-plugin-prettier-3.3.1 da2d510
  • Merge pull request #65 from guardian/dependabot/npm_and_yarn/guardian/eslint-config-typescript-0.4.2 e4c2acf
  • Bump eslint-plugin-prettier from 3.1.4 to 3.3.1 cd7c6cd
  • Bump jest from 26.2.2 to 26.6.3 8b2879a
  • Bump @guardian/eslint-config-typescript from 0.4.1 to 0.4.2 61ec497
  • Merge pull request #64 from guardian/dependabot/npm_and_yarn/eslint-config-prettier-7.2.0 9d9e15c
  • Merge pull request #63 from guardian/dependabot/npm_and_yarn/typescript-eslint/parser-4.14.0 a7298f7
  • Bump eslint-config-prettier from 7.1.0 to 7.2.0 5f7b0df
  • Bump @typescript-eslint/parser from 4.12.0 to 4.14.0 2af849f
  • Merge pull request #62 from guardian/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.14.0 b9123a6
  • Merge pull request #57 from guardian/dependabot/npm_and_yarn/eslint-7.18.0 714ee7b
  • Bump @typescript-eslint/eslint-plugin from 4.12.0 to 4.14.0 1dbbe1d
  • Bump eslint from 7.17.0 to 7.18.0 c109bab
  • Bump eslint from 7.14.0 to 7.17.0 (#51) c88e057
  • Bump ts-jest from 26.1.4 to 26.4.4 (#48) 816a4e5
  • Add publishing to NPM instructions to README 0fa17ac

Breaking

  • Merge pull request #60 from guardian/oliver/remove-AdvertisementFeature f9ae601
  • Remove AdvertisementFeature. Use Labs Theme instead 5f7cce1
  • Merge pull request #59 from guardian/oliver/just-enums 19cb051

v2.0.0-0...v2.0.0

v2.0.0-0

18 Jan 16:21
Compare
Choose a tag to compare
v2.0.0-0 Pre-release
Pre-release
  • Don't export const enums 3ddcf24
  • Bump eslint-config-prettier from 6.15.0 to 7.1.0 (#46) a0d8f6d

v1.2.0...v2.0.0-0

v1.2.0

13 Jan 09:24
Compare
Choose a tag to compare
  • Merge pull request #52 from guardian/dependabot/npm_and_yarn/guardian/prettier-0.4.2 e4ca564
  • Merge pull request #42 from guardian/oliver/labs-pillar 2cbf5e9
  • Bump @guardian/prettier from 0.4.1 to 0.4.2 c20ea14
  • Added Labs Pillar value 3bd7179

v1.1.0...v1.2.0

v1.1.0

08 Jan 14:04
Compare
Choose a tag to compare
  • Merge pull request #39 from guardian/add-np a24e034
  • Bump actions/setup-node from v2.1.2 to v2.1.4 (#50) cd4f43c
  • Bump @typescript-eslint/eslint-plugin from 4.9.0 to 4.12.0 (#47) 1ff7879
  • Bump @typescript-eslint/parser from 4.9.0 to 4.12.0 (#45) aefa5b1
  • Bump @types/jest from 26.0.8 to 26.0.20 (#44) 71f725b
  • Dependabot check for Github Actions (#49) 7c355a7
  • Create dependabot.yml (#43) 03f64ec
  • Merge pull request #40 from guardian/oliver/photoessay-design 37a6850
  • Added PhotoEssay design df7ec6f
  • this is not a test 4aa81ce
  • add np 9b6db26
  • Merge pull request #36 from guardian/explicit-type-export 40896dc
  • const enums cant be type exports f8b285a
  • Merge branch 'main' of github.com:guardian/types into explicit-type-export 68dbbb6
  • Merge pull request #37 from guardian/add-eslint-config 007f250
  • Merge branch 'add-eslint-config' of github.com:guardian/types into add-eslint-config 5ca8b92
  • typscript version peerdep ec73e9c
  • didn’t mean to remove this 1fe2e3e
  • Update src/result.test.ts 95e79e5
  • lint 999796c
  • add eslint b2f86e2
  • explicity export types af001a7

v1.0.0...v1.1.0

v1.0.0

30 Nov 12:40
7c57081
Compare
Choose a tag to compare

First stable (🤞) release.

Guardian Package Recommendations

Brought the library into line with the @guardian packages recommendations, as seen in #34. Everything is now exported at the top level via an index.ts file. The library is also built to ES2020 with TS declaration files using a prepare script that runs at install time.

Role Type

Added and expanded on the Role type (#33) that previously existed in image-rendering. @oliverlloyd made it clear that this type is more generic as it can also apply to atoms and other content.

v0.5.2

20 Oct 11:36
da18ca1
Compare
Choose a tag to compare

Export Special type

v0.5.1

20 Oct 10:11
375df68
Compare
Choose a tag to compare

Export Theme type

v0.5.0

14 Oct 10:11
53df161
Compare
Choose a tag to compare

Replaces pillar with theme to represent pillars or the special report palette

v0.4.5

07 Oct 08:40
a4d7cb1
Compare
Choose a tag to compare
  • Add Ophan types (extracted from DCR)