Skip to content

Latest commit

 

History

History
156 lines (84 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

156 lines (84 loc) · 4.81 KB

Changelog

All notable changes to this project will be documented in this file.

v0.10.0...v0.11.0

compare changes

⚠️ Breaking Changes

  • unplugin-vue-router: ⚠️ Skip top-level route layout for index route children (#137)

❤️ Contributors

v0.9.1...v0.10.0

compare changes

🚀 Enhancements

  • Use fastest plugin available based on options (8e76bad)

🩹 Fixes

  • Synchronize the logic of clientLayout to defaultLayout, close #130 (#132, #130)

📖 Documentation

  • Add config for unplug-vue-router (5542aa7)

🏡 Chore

  • Add simpler example with unplugin-vue-router (cae7638)
  • Fix eslint (d10ac31)

❤️ Contributors

v0.9.0...v0.9.1

compare changes

🩹 Fixes

  • ClientSideLayout: More user-friendly virtual ID, close #126 (#127, #126)

❤️ Contributors

v0.8.0...v0.9.0

compare changes

⚠️ Breaking Changes

  • ⚠️ Remove vue2, vite2 and vite3 (db752fa)

🚀 Enhancements

  • Add no layout support (eaaa8c3)
  • Add client-side (c278c0d)
  • Alternative getRoutes that filters layouts (31d3474)
  • Support layout dir globs (1cead57)

🩹 Fixes

  • Layouts on nested routes / unplugin-vue-router (406a402)
  • Only watch pages and layouts dir for module reloading (526fbf6)

📖 Documentation

🏀 Examples

  • Added vitesse for easier testing (9f4419d)

❤️ Contributors

[0.8.0] - 2023-02-18

  • Vite 4.0 support

[0.7.0] - 2022-07-24

  • Vite 3.0 support

[0.6.0] - 2022-02-04

Added

Breaking Change layoutsDir option is now called layoutsDirs

Fixed

[0.5.0] - 2021-09-21

Added

  • New option to specify default layout name

Fixed

  • Added vue2 peer dependency (closed #38) - @byoungd

[0.4.1] - 2021-09-03

Fixed

  • Accidentally moved type declaration import to wrong place

[0.4.0] - 2021-09-02

Fixed

  • Changed plugin name
  • Merged typings changes
  • Updated dependencies

[0.3.1] - 2021-05-06

Fixed

  • Removed postinstall command that slipped in

[0.3.0] - 2021-05-04

Fixed

  • Layout changes before Page on slow connections - @ctholho
  • default.vue layout always runs - @ctholho

Changed

  • import changed from layouts-generated to virtual:generated-layouts to be consistent with other Vite plugins (old still works for non-breaking) - thanks @ctholho.

[0.2.2] - 2021-02-14

Added

  • Initial releases