Skip to content

Releases: unplugin/unplugin-auto-import

v0.11.3

24 Oct 09:19
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.11.2

18 Aug 15:40
Compare
Choose a tag to compare

   🚀 Features

  • Add recoil preset  -  by @Enside in #254
    View changes on GitHub

v0.11.1

06 Aug 15:57
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Add @solidjs/router alongside solid-app-router  -  by @Vexcited in #248
    View changes on GitHub

v0.11.0

04 Aug 14:09
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.10.3

29 Jul 22:15
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.10.2

27 Jul 17:38
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Add missing types fields in exports  -  by @JounQin in #241
    View changes on GitHub

v0.10.1

24 Jul 10:15
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.10.0

22 Jul 05:44
Compare
Choose a tag to compare

Breaking Changes

  • dirs option only scan for one-level modules now. To support nested modules, configure it like:
dirs: [
   './composables/**' // all nested modules,
   // or
   './composables/*/index.{js,ts,jsx,tsx}', // one-level nested index file (previous behaviour)
]

Refer to:

    View changes on GitHub

v0.9.4

21 Jul 13:37
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.9.3

14 Jul 09:51
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub