github enzonotario/vitepress-openapi v0.0.3-alpha.36

latest releases: v0.1.9, v0.1.8, v0.1.7...
11 months ago

   🚨 Breaking Changes

If anyone prefers the previous style, can create a style.css file and import it after import 'vitepress-openapi/dist/style.css', with the following styles:

.VPSidebarItem:has(.OASidebarItem) .is-link:hover, .VPSidebarItem:has(.OASidebarItem) .is-active {
    @apply bg-gray-200 text-gray-900 dark:bg-gray-800 dark:text-gray-100 rounded;
}
.VPSidebarItem:has(.OASidebarItem) .is-link {
    @apply text-gray-500 dark:text-gray-400 hover:bg-gray-200 dark:hover:bg-gray-800 rounded;
}
.VPSidebarItem:has(.OASidebarItem) .is-active .OASidebarItem-text {
    @apply font-semibold;
}
.OASidebarItem-text {
    @apply truncate max-w-[170px] text-gray-800 dark:text-gray-100;
}

   🚀 Features

  • operation: Allows to specify which Badges include to Operation Header (deprecated, operationId)  -  by @enzonotario (5c02d)
  • useTheme: Allows to configure i18n  -  by @enzonotario (a28f5)
    View changes on GitHub

Don't miss a new vitepress-openapi release

NewReleases is sending notifications on new releases.