Releases: CoreMedia/coremedia-headless-client-react
Releases · CoreMedia/coremedia-headless-client-react
Spark for CoreMedia Content Cloud v10 - 2107.1
Features:
- Changed augmentation queries to work without commerce connection for faster responses
- Added support for automatic persisted queries
- Simplified and enhanced RootQuery to show CMTeasables in collections in the navigation and to reduce the payload of the request
- Added CSS based text shortening for banners
- Added support for non-responsive images
- Added view-dispatchers for Products
- Added SEO Header component for
title
,description
, andkeywords
- Added optional environment variable
REACT_APP_MEDIA_FQDN
for media urls - Store collapsed status of fragment preview in localStorage
- Enhanced
Preview Driven Editing
in CoreMedia Studio
Breaking Changes:
- Updated
schema.json
,interfaces.json
,metadata.json
possibleTypes.json
to CoreMedia Content Cloud v10 - 2107.1 - Updated commerce mocks to schema changes
Bugfixes and Changes:
- Updated
Typescript
to 4.3 - Updated
dotenv
to 10 - Updated all other minor dependencies
- Removed dependency
fs-extra
in mocking server
Spark for CoreMedia Content Cloud v10 - 2104.1
Features:
- Added new server components
stichting
andmocking
. Forwarded Commerce data
calls have been removed from headless server and are replaced by mocked data
from themocking
server.
To have one endpoint, thestitching
server aggregates both schemas. - All components can be started concurrently in the root folder with
yarn start
. - Added new component ShoppableVideo.
Breaking Changes:
- Updated
schema.json
,interfaces.json
,metadata.json
possibleTypes.json
to CoreMedia Content Cloud v10 - 2104.1 - Renamed
@scope
of packages from@coremedia
to@coremedia-labs
- Restructured workspace. Both apps moved to folder
apps
. - It is mandatory to run the app with the
stitching
server as endpoint.
Bugfixes and Changes:
- Fixed links to product detail pages for popups and CTAs
- Switched from
node-sass
todart-sass
- Updated
Typescript
to 4.1 - Updated all other minor dependencies
Spark for CoreMedia Content Cloud v10 - 2101.1
Breaking Changes:
- Updated
schema.json
,interfaces.json
,metadata.json
possibleTypes.json
to CoreMedia Content Cloud v10 - 2101.1
Features:
- Added support for
CMExternalLink
- Added support for
CMProduct
as banner - Added Time Dependent Visibility for pages
- Added
rootSegment
to Preview (for link building) - Added a locale / language chooser to header
Bugfixes:
- Fixed Time Dependent Visibility Preview
- Fixed
z-index
for slideshows and image maps in slideshows - Updated React to v17
- Updated Jest to v26
- Updated and unified Webpack to v4
- Updated CRA / React Scripts to 4
- Updated CRACO to v6
- Updated all other minor dependencies
Spark for CoreMedia Content Cloud v10 - 2010.1
This is the initial release of Spark. It contains examples and guidance for some common use cases of data from a CoreMedia Content Cloud system:
- app - Provides guidance for frontend developers that are building single-page applications, progressive web apps and other applications based on the CoreMedia Content Cloud and its Headless server with code examples and documentation on:
- Preview Driven Editing
- Time Travel
- Placement Highlighting
- Content Search
- Fragment Preview and many others
- app-standalone-fragment - Demonstrates the ability to load fragments from a CoreMedia Content Cloud and render it on an external website. For example, by injecting resources client side through a tag management solution like the Google Tag Manager.