Releases: nuxt-community/amp-module
Releases · nuxt-community/amp-module
v0.5.4
v0.5.3
v0.5.2
v0.5.0
🚀 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 becauseexport:page
is deprecated - fix custom layout example
💖 Thanks to
- @tohagan (Tony OHagan)
- @BulatNsbln
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
v0.3.0
v0.2.4
v0.2.3
v0.2.1
v0.2.0
⚠ 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)