Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 3.79 KB

Changelog

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

1.1.0 (2021-11-15)

Features

  • ✨ add base layout component (8ee5136)
  • ✨ split plugin in client and server (13de739)
  • module: 🚚 rename default plone view names (6f30c30)

1.0.1 (2021-11-02)

Bug Fixes

  • module: 🐛 don’t fail if sitemap or generate routes are missing (ad942f5)

1.0.0 (2021-10-26)

Features

  • module: ✨ add basic plone layout config (6de755b)
  • module: ✨ add option to extend sitemap routes (2c4c51e)
  • module: ✨ allow some languages to fail when generating routes (5f94e8e)
  • module: ✨ get all result items for collection like content types (7f8950d)
  • module: ✨ load all items from folderish content when generating static pages (96e05f3)
  • module: ✨ show info about failed generated routes and their origins (6786077)
  • ✨ add support for nuxt-image (d5d1117)
  • plugin: 🥅 provide better result for getNavigation including error information (48fc936)
  • plugin: ✨ enable retry plugin and caching for server processing (e430e6a)
  • plugin: ✨ return items with a path property when fetching navigation (fe54195)
  • plugin: implement getLocalURL (f83e675)
  • plugin: implement getSiteInfo (ff83fc9)

Bug Fixes

  • docs: 🐛 correct image paths (b509b99)
  • docs: 🐛 use correct published url (80be902)
  • module: 🐛 default language should be '/' (1fcbfc0)
  • plugin: 🐛 don’t supress axios related errors when fetching items (7ededc6)