Skip to content

Releases: nuxt-community/amp-module

v0.5.4

24 Jan 16:35
Compare
Choose a tag to compare

🐛 Bug Fixes

  • routes
    • reorder routes to override AMP pages (#233)

v0.5.3

10 Jan 11:07
Compare
Choose a tag to compare

🐛 Bug Fixes

  • styles
    • resolve incorrect remove style regex (#225)
    • disable sanitizer for amp custom style

💖 Thanks to

v0.5.2

27 Dec 18:17
Compare
Choose a tag to compare

🚀 Features

  • module
    • Add removeInlineStyles to control component styles

🐛 Bug Fixes

  • module
    • fix AMP validator
    • disable sanitizer for amp custom styles

v0.5.0

13 Dec 15:37
Compare
Choose a tag to compare

🚀 Features

  • module
    • add option to disable validator
    • custom amp styles (#206)
  • tags
    • update amp-sticky-ads to 1.0

🐛 Bug Fixes

  • module
    • remove duplicate scripts (#199)
    • always generate canonical, remove unnecessary check of origin

🏡 Chore

  • update options table (#194)
  • use generate:page hook because export:page is deprecated
  • fix custom layout example

💖 Thanks to


BREAKING CHANGE: As of v0.5.0 amp-module will remove all styles from AMP pages and provides a css option to write styles for AMP pages.

v0.4.0

03 Sep 12:22
Compare
Choose a tag to compare

🚀 Features

  • tags
    • support amp-inline-gallery tag
    • support amp-inputmask tag

🐛 Bug Fixes

  • module
    • handle undefined routes

v0.3.0

16 Jul 23:32
Compare
Choose a tag to compare

Features

  • Support static site generation on Nuxt 2.13+ (31f27ad)
  • Upgrade amp-carousel to v0.2 (c82f49e)

Bug Fixes

  • Add amp-lightbox-gallery regex (ce43a80)

v0.2.4

25 Mar 00:01
Compare
Choose a tag to compare

Features

  • custom-routes: create an option to define AMP pages (81c5717)
  • custom-tags: introduce tags option to modify tags detection (d08b769)

v0.2.3

14 Feb 16:21
Compare
Choose a tag to compare

🐛 Bug Fixes

  • amp-fx: provide detection regex (348aad5)

v0.2.1

25 Oct 14:14
Compare
Choose a tag to compare

Features

  • 404: return 404 on unavailable amp pages (79e6d76)

v0.2.0

21 Sep 17:52
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • with introducing ampLayout there no need to force '.amp` posix foa layouts.
  • global-amp-mode: module does not provide middleware anymore

Bug Fixes

  • custom-layout: change to function factory, prevent cache (71e11e3)
  • do not add .amp posix to page layout (f5abdcb)
  • fix route generation when in combination with other modules (03ca25c)
  • fixed route processing, added condition on meta tags (492d547)
  • removed double check (fe67f00)

Features

  • global-amp-mode: configurable global default ampMode (0048a20)