Skip to content

Latest commit

 

History

History
371 lines (171 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

371 lines (171 loc) · 17.1 KB

Changelog

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 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)

Features

Bug Fixes

  • types: make prefetch/preload optional (#207) (48b9247)

2.1.8 (2021-04-28)

Bug Fixes

  • pkg: explicitly export package.json (resolves #191) (5949790)

2.1.7 (2021-04-28)

Bug Fixes

2.1.6 (2021-04-06)

Bug Fixes

  • use parent dir name for index.[ext] components without pathPrefix (#178) (6ba6d22)

2.1.5 (2021-04-06)

Bug Fixes

2.1.4 (2021-03-23)

Bug Fixes

  • use wrapper for lazy-loaded functional components (#172) (0210066)

2.1.3 (2021-03-11)

Bug Fixes

  • use hyphenate instead of kebabCase (fixes #165) (3de27ff)

2.1.2 (2021-02-22)

Bug Fixes

  • avoid using .md for templates (resolves nuxt/nuxt.js#8860) (9e6e180)

2.1.1 (2021-02-17)

Bug Fixes

  • pkg: change postinstall to prepare (6742b4a)

2.1.0 (2021-02-16)

Features

  • allow disabling prefix by path using pathPrefix option (#150) (2a2acdf)

Bug Fixes

2.0.0 (2021-02-15)

Bug Fixes

  • register global components with lazy prefix (ae7249f), closes #139

2.0.0-1 (2021-02-13)

Bug Fixes

  • allow components to be in multilevel nested folders (#141) (9aa52f4)

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

1.2.3 (2021-01-06)

Bug Fixes

  • transform to PascalCase only on first lower letter or name contains hyphens (#129) (2c819e6)

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 webpackChunkName for 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

  • disable module if no components option provided (#60) (8be7b26)

1.0.4 (2020-06-23)

Bug Fixes

  • ensure requireNuxtVersion skips when currentVersion is nullish (bf7dbfa)

1.0.3 (2020-06-19)

Bug Fixes

  • installComponents: avoid function shorthand for IE support (fixes #56) (201914b)

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

  • add missing comma for multiple global components (#54) (2822a44)

0.3.5 (2020-06-18)

0.3.4 (2020-06-12)

Features

Bug Fixes

  • disable telemetry for example (73fe953)
  • provide default value for versions (16eb18a)

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

  • components array and simplify usage (#27) (6fc2ba0)

0.3.0 (2020-05-25)

Features

0.2.5 (2020-05-21)

Bug Fixes

  • add missing components:extend hook call for initial build (9a29c8b)

0.2.4 (2020-05-20)

Features

  • components:extend hook (462834f)
  • auto generate components.json, global plugin for tests and vetur tags (#14) (12d546d)
  • support extendComponent option 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

  • implements new specs (#2) (f4e5972)
  • throw error if nuxt version not supported (757af3c)

0.1.2 (2020-04-24)

Bug Fixes

0.1.1 (2020-04-23)

Bug Fixes

  • add webpack entry instead of using nuxt plugin (eaa4013)

0.1.0 (2020-04-22)