Releases: quintype/quintype-node-framework
bump amplib to fix amp gtm script bug
bump amplib to v2.4.2
v4.15.5 chore(release): 4.15.5
Updated Quintype build version
Adds ability to include cache tags based on its rules for an automated collection
When a new story gets published or updated under a nested automated collection the cache gets cleared and the changes gets reflected on the front-end - https://github.com/quintype/itsman/issues/7411
Support nested collection items limit.
Update backend version to support nested collection items limit.
https://github.com/quintype/ace-planning/issues/18
Update backend version
Update backend version to support default limit for nested collection items
Update quintype-node-backend
This is for the default collection item limit.
If there are no storyLimits
or associatedMetadata
passed for a particular collection will fall back to defaultNestedLimit
. Also if there is no defaultNestedLimit
, it will fallback to 40
.
move isAmpSupported to amplib
Ignores story API > is-amp-supported
; instead uses the helper function provided by amplib to know if a story contains unsupported story elements.
Defer the loading of onesignal sdk script to boost performance.
This release of framework includes adding a configurable timeout to defer the loading of the onesignal sdk script.
Fire GA on event `amp-next-page-scroll` for infinite scroll
This release of framework includes new version of amplib which fixes issue https://github.com/quintype/ace-planning/issues/228