Skip to content

Releases: nuxt/components

v2.1.1

22 Feb 09:46
@pi0 pi0

Choose a tag to compare

Bug Fixes

  • pkg: change postinstall to prepare (6742b4a)

v2.1.0

17 Feb 00:00
@pi0 pi0

Choose a tag to compare

Features

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

Bug Fixes

v2.0.0

15 Feb 10:01
@pi0 pi0

Choose a tag to compare

⚠ BREAKING CHANGES

  • All components globally registred
  • Componenents prefixed by their full path

Please read migration guide

Bug Fixes

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

v2.0.0-1

13 Feb 11:09
@pi0 pi0

Choose a tag to compare

v2.0.0-1 Pre-release
Pre-release

Bug Fixes

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

v2.0.0-0

10 Feb 13:21
@pi0 pi0

Choose a tag to compare

v2.0.0-0 Pre-release
Pre-release

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

v1.2.6

01 Feb 17:21
@pi0 pi0

Choose a tag to compare

Bug Fixes

v1.2.5

01 Feb 17:21
@pi0 pi0

Choose a tag to compare

Bug Fixes

  • scan: preserve original component name for webpack chunk (82357b2)

v1.2.4

12 Jan 20:34
@pi0 pi0

Choose a tag to compare

Bug Fixes

v1.2.3

06 Jan 18:56
@pi0 pi0

Choose a tag to compare

Bug Fixes

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

v1.2.2

07 Dec 10:10
@pi0 pi0

Choose a tag to compare

Bug Fixes

  • convert const to var for ie compatibility (eac269c)