@craftercms/classes
Advanced tools
Changelog
1.2.4
flatten
for the content_store/descriptor
endpoint (via the config argument of the function).parseDescriptor
be able to handle the deserialization products of the recent crafter-source
& crafter-source-content-type-id
attribute additions.repaintPencils
before the dependency loader has been configured to avoid incorrect paths to load scripts/css from.Changelog
1.2.3
package.json
to react
folder for prettier import usage and module bundler supportparseDescriptor
functionpreParseSearchResults
functionbrowser
field from package.json
files so bundlers can make use of es6 modules and tree shakingChangelog
1.2.2
reportNavigation
util for SPAs to report the current URL as the app navigates.Changelog
1.2.1
getICEAttributes
parseDescriptor
getItem
service parsing and component detection algorithms for getItem
and getDescriptor
getTree
response into a flat content instance arraygetChildren
response recognition and throws with non-parsable responsesChangelog
1.2.0
parseDescriptor
method which parses a getDescriptor
, getItem
or GraphQL
response into a Content Instance (@see models/Content Instance).import { getIceAttributes } from '@craftercms/ice';
import { getDropZoneAttributes } from '@craftercms/ice';
import { repaintPencils, fetchIsAuthoring, addAuthoringSupport } from '@craftercms/ice';
as neededimport { useICE } from '@craftercms/ice/esm5/react';
import { useDropZone } from '@craftercms/ice/esm5/react';
<script/>
tags, use the umd build
<script src="{path-to-your-scripts}/ice/bundles/ice.umd.js"></script>
<!-- ice/react requires the main ice script -->
<script src="{path-to-your-scripts}/ice/bundles/react/index.umd.js"></script>
index.js
to fesm distributions