Skip to content

Releases: quintype/quintype-amp

Visual story: Added support for 3 default themes

03 Jun 09:58
Compare
Choose a tag to compare

Bugfix: incompatableBanner crashes if node version is less than 11

27 May 12:46
Compare
Choose a tag to compare

amplib was using function array.flatMap() that works on node version 11 and above. Some publishers are on node 10, and so amp pages were crashing for those publishers.
As a fix, replaced array.flatMap() with lodash flatten

move isAmpSupported to amplib

15 Apr 05:01
Compare
Choose a tag to compare

This release adds a helper function which takes a story object and checks if all the story elements in it are supported by amplib. If not supported, show the banner on top
quintype/framework also uses this helper function to decide whether to render amp page or to redirect to non-amp page

Fire GA on event `amp-next-page-scroll` for infinite scroll

30 Mar 09:53
Compare
Choose a tag to compare

Fixes https://github.com/quintype/ace-planning/issues/228
Request GA pageview on amp-next-page-scroll event instead of on visible event if infinite scroll is present.
This is because google AMP has a bug because of which GA doesn't get fired correctly inside infinite scroll if triggered on event visible

Override RelatedStories and Nested Submenu

27 May 11:55
Compare
Choose a tag to compare
0.1.26

Bump package version

Stable release with a few config fixes

26 May 15:48
Compare
Choose a tag to compare
v1.0.23

chore(amp): Bump up version

Pre - release for Vikatan testing

08 May 05:53
Compare
Choose a tag to compare
Pre-release
  • Render text story for any template
  • font sizes fix
  • Navbar hamburger icon color
  • convert unix timestamp to IST
  • Unsupported story elements banner fix
  • adding color and valid href to links
  • analytics

ampifyStory returning a string again

29 Apr 15:15
Compare
Choose a tag to compare

Custom templates, new components

21 Apr 05:11
8ba7e4e
Compare
Choose a tag to compare

Ad story elements, atoms & molecules, ampify-story can take custom story templates

Initial release

20 Mar 11:31
Compare
Choose a tag to compare
1.0.0

Bump package version