Skip to content

Releases: enzonotario/vitepress-openapi

v0.0.3-alpha.61

03 Feb 01:58
Compare
Choose a tag to compare

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v0.0.3-alpha.60

29 Jan 14:25
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.3-alpha.59

24 Jan 18:11
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.0.3-alpha.58

23 Jan 02:34
Compare
Choose a tag to compare

   🚨 Breaking Changes

The entry points have been split into client and node. This means that you will need to update your imports to use the correct entry point.

useSidebar and usePaths are now available in the node entry point:

import { useSidebar, usePaths } from 'vitepress-openapi'

All other functions are available in the client entry point:

import { theme, useTheme, useOpenapi } from 'vitepress-openapi/client'

The isDark prop has been removed and is now taken from VueUse. This means that you will need to remove the isDark prop from OAOperation and OASpec components.

-<OAOperation :isDark="isDark" :operation="operation" />
+<OAOperation :operation-id="operationId" />
-<OASpec :isDark="isDark" :spec="spec" />
+<OASpec :spec="spec" />

   🐞 Bug Fixes

    View changes on GitHub

v0.0.3-alpha.57

11 Jan 18:25
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.0.3-alpha.56

11 Jan 01:24
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.3-alpha.55

30 Dec 02:11
116e2f9
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.3-alpha.54

21 Dec 01:47
584ab85
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.3-alpha.53

15 Dec 01:38
2eb3794
Compare
Choose a tag to compare

   🚀 Features

    View changes on GitHub

v0.0.3-alpha.52

12 Dec 02:31
8e24335
Compare
Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub