@financial-times/cp-content-pipeline-client 0.6.13 → 0.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/lib/generated/index.d.ts +24323 -5888
- package/lib/generated/index.js +40 -0
- package/lib/generated/index.js.map +1 -1
- package/lib/schema-version.d.ts +1 -1
- package/lib/schema-version.js +1 -1
- package/package.json +2 -2
- package/queries/article.graphql +40 -0
- package/src/generated/index.ts +182 -37
- package/src/schema-version.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -174,6 +174,25 @@
|
|
|
174
174
|
* devDependencies
|
|
175
175
|
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.9 to ^0.7.10
|
|
176
176
|
|
|
177
|
+
## [0.6.14](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.13...cp-content-pipeline-client-v0.6.14) (2023-06-28)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Features
|
|
181
|
+
|
|
182
|
+
* add deep-portrait topper component ([96cb28d](https://github.com/Financial-Times/cp-content-pipeline/commit/96cb28d8b329d29cd14221e9421ef782fcddb254))
|
|
183
|
+
* add podcast topper to support their headshots (podcast thumbnail) ([144ea1c](https://github.com/Financial-Times/cp-content-pipeline/commit/144ea1cdc74446cd495262ee6eee3de5e32a305e))
|
|
184
|
+
* add support for deep landscape images and topper ([3627767](https://github.com/Financial-Times/cp-content-pipeline/commit/36277677ae031a55d88243458f76ecb99b59754e))
|
|
185
|
+
* add support for different sizes for the same image format ([b4c8088](https://github.com/Financial-Times/cp-content-pipeline/commit/b4c80883833cfaf72d3a4697b847f7800fc6953c))
|
|
186
|
+
* add typedef for portrait images ([734216d](https://github.com/Financial-Times/cp-content-pipeline/commit/734216d5fb197137f67e741e0eafa833a31b9321))
|
|
187
|
+
* support images' new text shadow and background box style options ([02938c0](https://github.com/Financial-Times/cp-content-pipeline/commit/02938c0466628ea1fab2dd162b1047b3f97e7b13))
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
### Dependencies
|
|
191
|
+
|
|
192
|
+
* The following workspace dependencies were updated
|
|
193
|
+
* devDependencies
|
|
194
|
+
* @financial-times/cp-content-pipeline-schema bumped from ^0.7.12 to ^0.7.13
|
|
195
|
+
|
|
177
196
|
## [0.6.13](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-client-v0.6.12...cp-content-pipeline-client-v0.6.13) (2023-06-13)
|
|
178
197
|
|
|
179
198
|
|