All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.5.4 (2021-01-24)
0.5.3 (2021-01-10)
- style: resolve uncorrect remove style regex (#225) (d995b23)
- disable sanitizer for amp custom style (063dc14)
0.5.2 (2020-12-27)
- add option to control inline styles (4c3e2d5)
- styling: keep Nuxt style when
css=false
(#218) (fdad34b)
- 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)
0.5.0 (2020-12-13)
- custom amp styles (#206)
- auto detect style loader (2e4fd08)
- custom amp styles (#206) (3950c70)
- module: add option to disable validator (fe3c315), closes #184
- tags: update amp-sticky-ads to 1.0 (aed2938), closes #183
- canonical: remove unnecessary check of origin (10fa0fd), closes #181
- tags: remove duplicate scripts (#198) (#199) (f069e57)
0.4.0 (2020-09-03)
- tags: support
amp-inline-gallery
tag (b95ae98), closes #161 - tags: support
amp-inputmask
tag (1210e5d), closes #162
0.3.0 (2020-07-16)
- support static site generation on Nuxt 2.13+ (31f27ad)
- upgrade amp-carousel to v0.2 (c82f49e), closes #150
0.2.4 (2020-03-24)
- 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)
- amp-fx: provide amp-fx regex (348aad5)
0.2.2 (2020-01-24)
- route-alis: preserve route previous aliases (#91) (91f3c80)
- Support amp-bind alternative syntax (#85) (b39b846)
0.2.1 (2019-10-25)
- 404: return 404 on unavailable amp pages (79e6d76)
- 404: return 404 on unavailable amp pages (#80) (fd397f3)
0.2.0 (2019-09-21)
- with introducing
ampLayout
there no need to force '.amp` posix foa layouts. - global-amp-mode: module does not provide middleware anymore
- 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)
- global-amp-mode: configurable global default ampMode (0048a20)
0.1.1 (2019-09-13)
- 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)
Initial Release