Skip to content

Latest commit

 

History

History
151 lines (77 loc) · 8.39 KB

CHANGELOG.md

File metadata and controls

151 lines (77 loc) · 8.39 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.4 (2021-01-24)

Bug Fixes

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

0.5.3 (2021-01-10)

Bug Fixes

  • style: resolve uncorrect remove style regex (#225) (d995b23)
  • disable sanitizer for amp custom style (063dc14)

0.5.2 (2020-12-27)

Features

  • add option to control inline styles (4c3e2d5)
  • styling: keep Nuxt style when css=false (#218) (fdad34b)

Bug Fixes

  • validator: add isAMP to req object (40d4954)
  • disable sanitizer for amp custom styles (93a0964)
  • styles: do not remove external styles of font providers (#217) (c71406b)

0.5.1 (2020-12-15)

Bug Fixes

  • add templates directory to npm publish (#212) (661d8e3)

0.5.0 (2020-12-13)

⚠ BREAKING CHANGES

  • custom amp styles (#206)

Features

Bug Fixes

0.4.0 (2020-09-03)

Features

  • tags: support amp-inline-gallery tag (b95ae98), closes #161
  • tags: support amp-inputmask tag (1210e5d), closes #162

Bug Fixes

  • module: handle undefined routes (bceda93), closes #166

0.3.0 (2020-07-16)

Features

  • support static site generation on Nuxt 2.13+ (31f27ad)
  • upgrade amp-carousel to v0.2 (c82f49e), closes #150

Bug Fixes

  • add amp-lightbox-gallery regex (ce43a80), closes #153

0.2.4 (2020-03-24)

Features

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

0.2.3 (2020-02-14)

Bug Fixes

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

0.2.2 (2020-01-24)

Bug Fixes

  • route-alis: preserve route previous aliases (#91) (91f3c80)
  • Support amp-bind alternative syntax (#85) (b39b846)

0.2.1 (2019-10-25)

Features

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

0.2.0 (2019-09-21)

⚠ 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)

0.1.1 (2019-09-13)

Bug Fixes

  • amp-validator: fix amp detection in render hook (9b3a168)
  • remove empty space in youtube tag (#43) (cb4406b)
  • nuxt-generate: generate canonical link using module option (0f5e5ad)

0.1.0 (2019-09-10)

Initial Release