Changelog
August 16, 2021 · View on GitHub
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.1 (2021-08-16)
Bug Fixes
- async import template (resolves #223, resolves #225) (0fec884)
- set default for
isAsyncin template (c36fd14) - use loader for non async components only (c39a593)
2.2.0 (2021-08-11)
2.2.0-0 (2021-08-11)
Features
- explicit async loading (#212) (5adefb9)
- remove numeric prefix from component names (#222) (a615dd1)
- support webpack magic comments (#197) (4e88e8f)
- types: export hook types (#208) (64e10cc)
Bug Fixes
2.1.8 (2021-04-28)
Bug Fixes
2.1.7 (2021-04-28)
Bug Fixes
2.1.6 (2021-04-06)
Bug Fixes
2.1.5 (2021-04-06)
Bug Fixes
2.1.4 (2021-03-23)
Bug Fixes
2.1.3 (2021-03-11)
Bug Fixes
2.1.2 (2021-02-22)
Bug Fixes
2.1.1 (2021-02-17)
Bug Fixes
- pkg: change postinstall to prepare (6742b4a)
2.1.0 (2021-02-16)
Features
Bug Fixes
- ignore .d.ts files (resolves #146) (1062abf)
- improve scanner (#149) (62e951c)
- scan: avoid duplicate prefix (#148) (276aa76)
2.0.0 (2021-02-15)
Bug Fixes
2.0.0-1 (2021-02-13)
Bug Fixes
2.0.0-0 (2021-02-10)
⚠ BREAKING CHANGES
- prefix components in nested dirs with full path (#81)
Features
- components always available globally (hybrid loader) (#126) (7a855dc)
- included pattern to ignore mixins (#136) (aa6da2f)
- prefix components in nested dirs with full path (#81) (84a5de7)
1.2.6 (2021-02-01)
Bug Fixes
1.2.5 (2021-01-13)
Bug Fixes
- scan: preserve original component name for webpack chunk (82357b2)
1.2.4 (2021-01-12)
Bug Fixes
- scan: generate chunkName based on componentName and use upath (1b5139a), closes nuxt/content#711
- types: fix generated types (57d6eb5)
1.2.3 (2021-01-06)
Bug Fixes
1.2.2 (2020-12-07)
Bug Fixes
- convert const to var for ie compatibility (eac269c)
1.2.1 (2020-12-06)
Bug Fixes
- module: avoid adding global directory if manually added (#120) (dad04f7)
- don't use implicit dependencies (#119) (ceaaaec)
- ie compatibility (resolves #109) (04bea9b)
1.2.0 (2020-11-23)
Features
1.1.1 (2020-10-22)
Bug Fixes
- npm: component may require wrong webpack version (3fc657a)
1.1.0 (2020-08-04)
Features
Bug Fixes
- invalid
webpackChunkNamefor global exports (3fc3709)
1.0.7 (2020-07-05)
Bug Fixes
1.0.6 (2020-06-28)
Bug Fixes
- types: extend NuxtOptions and use 2.13 NuxtOptionsHooks (dd9ec90)
1.0.5 (2020-06-24)
Bug Fixes
1.0.4 (2020-06-23)
Bug Fixes
- ensure requireNuxtVersion skips when currentVersion is nullish (bf7dbfa)
1.0.3 (2020-06-19)
Bug Fixes
1.0.2 (2020-06-19)
1.0.1 (2020-06-19)
Bug Fixes
- plugin: add missing wrapper (9e42435)
1.0.0 (2020-06-18)
Bug Fixes
0.3.5 (2020-06-18)
0.3.4 (2020-06-12)
Features
Bug Fixes
0.3.3 (2020-06-01)
Bug Fixes
- build: add loader entrypoint (b2275bb)
0.3.2 (2020-06-01)
Features
Bug Fixes
0.3.1 (2020-05-29)
Features
0.3.0 (2020-05-25)
Features
0.2.5 (2020-05-21)
Bug Fixes
- add missing
components:extendhook call for initial build (9a29c8b)
0.2.4 (2020-05-20)
Features
components:extendhook (462834f)- auto generate components.json, global plugin for tests and vetur tags (#14) (12d546d)
- support
extendComponentoption for scan (4baa840)
Bug Fixes
- don't override imports if extendComponent already provided (01959b1)
- properly resolve components dir name and warn about non existent dirs (#12) (1ffea77)
0.2.3 (2020-05-18)
Features
- set chunk name for async components (3cb6aaa)
Bug Fixes
- remove moduleOptions to only use components key (58c7e26)
0.2.2 (2020-05-17)
Bug Fixes
- scan: use unix paths for windows (9b5e6c6)
0.2.1 (2020-05-13)
Features
0.2.0 (2020-04-30)
Features
0.1.2 (2020-04-24)
Bug Fixes
- fix IE compatibility (7fa2785)
0.1.1 (2020-04-23)
Bug Fixes
- add webpack entry instead of using nuxt plugin (eaa4013)