Skip to content

Releases: element-plus/element-plus-nuxt

v1.1.0

02 Nov 06:46
7444576
Compare
Choose a tag to compare

   🚨 Breaking Changes

   🚀 Features

    View changes on GitHub

Migration Guide

If you have previously configured the imports attribute, you need to rewrite the configuration as follows.

export default defineNuxtConfig({
  modules: [
    '@element-plus/nuxt'
  ],
  elementPlus: {
    imports: [
-     'useLocale'
+     ['useLocale', 'es/hooks/use-locale/index.mjs']
    ],
  }
})

v1.0.10

24 Aug 12:05
dc97b6c
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v1.0.9

20 Apr 06:55
f17e7f3
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v1.0.8

23 Mar 04:34
14f24d5
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.0.7

19 Nov 06:38
89d468d
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.0.6

12 Sep 13:48
197b6ae
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v1.0.5

13 May 10:54
a2c44e4
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v1.0.4

10 Mar 06:29
d97843c
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v1.0.3

31 Jan 02:59
770215a
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.0.2

17 Jan 02:40
e549273
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub