All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.2.1 (2021-08-16)
- async import template (resolves #223, resolves #225) (0fec884)
- set default for
isAsync
in template (c36fd14) - use loader for non async components only (c39a593)
2.2.0 (2021-08-11)
2.2.0-0 (2021-08-11)
- 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)
2.1.8 (2021-04-28)
2.1.7 (2021-04-28)
2.1.6 (2021-04-06)
2.1.5 (2021-04-06)
2.1.4 (2021-03-23)
2.1.3 (2021-03-11)
2.1.2 (2021-02-22)
2.1.1 (2021-02-17)
- pkg: change postinstall to prepare (6742b4a)
2.1.0 (2021-02-16)
- ignore .d.ts files (resolves #146) (1062abf)
- improve scanner (#149) (62e951c)
- scan: avoid duplicate prefix (#148) (276aa76)
2.0.0 (2021-02-15)
2.0.0-1 (2021-02-13)
2.0.0-0 (2021-02-10)
- prefix components in nested dirs with full path (#81)
- 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)
1.2.5 (2021-01-13)
- scan: preserve original component name for webpack chunk (82357b2)
1.2.4 (2021-01-12)
- 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)
1.2.2 (2020-12-07)
- convert const to var for ie compatibility (eac269c)
1.2.1 (2020-12-06)
- 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)
1.1.1 (2020-10-22)
- npm: component may require wrong webpack version (3fc657a)
1.1.0 (2020-08-04)
- invalid
webpackChunkName
for global exports (3fc3709)
1.0.7 (2020-07-05)
1.0.6 (2020-06-28)
- types: extend NuxtOptions and use 2.13 NuxtOptionsHooks (dd9ec90)
1.0.5 (2020-06-24)
1.0.4 (2020-06-23)
- ensure requireNuxtVersion skips when currentVersion is nullish (bf7dbfa)
1.0.3 (2020-06-19)
1.0.2 (2020-06-19)
1.0.1 (2020-06-19)
- plugin: add missing wrapper (9e42435)
1.0.0 (2020-06-18)
0.3.5 (2020-06-18)
0.3.4 (2020-06-12)
0.3.3 (2020-06-01)
- build: add loader entrypoint (b2275bb)
0.3.2 (2020-06-01)
0.3.1 (2020-05-29)
0.3.0 (2020-05-25)
0.2.5 (2020-05-21)
- add missing
components:extend
hook call for initial build (9a29c8b)
0.2.4 (2020-05-20)
components:extend
hook (462834f)- auto generate components.json, global plugin for tests and vetur tags (#14) (12d546d)
- support
extendComponent
option for scan (4baa840)
- 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)
- set chunk name for async components (3cb6aaa)
- remove moduleOptions to only use components key (58c7e26)
0.2.2 (2020-05-17)
- scan: use unix paths for windows (9b5e6c6)
0.2.1 (2020-05-13)
0.2.0 (2020-04-30)
0.1.2 (2020-04-24)
- fix IE compatibility (7fa2785)
0.1.1 (2020-04-23)
- add webpack entry instead of using nuxt plugin (eaa4013)