Skip to content

Releases: quintype/quintype-node-framework

bump amplib to v2.4.2

27 May 12:47
Compare
Choose a tag to compare
v4.15.5

chore(release): 4.15.5

Updated Quintype build version

17 May 06:52
Compare
Choose a tag to compare

Adds ability to include cache tags based on its rules for an automated collection

13 May 07:55
Compare
Choose a tag to compare

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.

05 May 14:41
Compare
Choose a tag to compare

Update backend version to support nested collection items limit.
https://github.com/quintype/ace-planning/issues/18

Update backend version

22 Apr 14:47
Compare
Choose a tag to compare

Update backend version to support default limit for nested collection items

Update quintype-node-backend

22 Apr 12:31
Compare
Choose a tag to compare

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

15 Apr 05:03
Compare
Choose a tag to compare

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.

08 Apr 11:06
Compare
Choose a tag to compare

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

30 Mar 09:56
Compare
Choose a tag to compare

This release of framework includes new version of amplib which fixes issue quintype/ace-planning#228

Add Render Loadable Redux Components

17 May 09:53
Compare
Choose a tag to compare

Loadable-Components is a library to solve the React code-splitting client-side and server-side.
renderLoadableReduxComponent takes chunks(react components) from your app, and it gives you the HTML string for that component.