line_push/node_modules/@nuxt/components/CHANGELOG.md
2022-07-17 13:16:16 +08:00

7.5 KiB

Changelog

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

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)