port-docs
port-docs copied to clipboard
Bump docusaurus-plugin-openapi-docs from 4.0.1 to 4.1.0
Bumps docusaurus-plugin-openapi-docs from 4.0.1 to 4.1.0.
Release notes
Sourced from docusaurus-plugin-openapi-docs's releases.
v4.1.0
What's Changed
- Update dependencies for docusaurus 3.5+ by
@IanVSin PaloAltoNetworks/docusaurus-openapi-docs#931- Conditionally set col width for api doc layout by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#937- Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by
@dependabotin PaloAltoNetworks/docusaurus-openapi-docs#943- Fix bug where oneOf within anyOf would not be rendered in request schemas by
@robbieaverillin PaloAltoNetworks/docusaurus-openapi-docs#944- Dont render serverUrl on callbacks MethodEndpoint component by
@omonkin PaloAltoNetworks/docusaurus-openapi-docs#939- Expand language tab support by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#945- Import MethodEndpoint hooks from
@themeby@sserratain PaloAltoNetworks/docusaurus-openapi-docs#949- Supporting merging all user defined languageTabs options by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#952- Update README by
@Olexandr88in PaloAltoNetworks/docusaurus-openapi-docs#954- Render x-enumDescriptions in table by
@omonkin PaloAltoNetworks/docusaurus-openapi-docs#951- Add missing security schemes component by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#957- render default value as string literal instead of markdown by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#958- Fix deprecation notice by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#960- Add OpenAPI 3.1 webhooks support by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#961- Add support for custom sidebar DocItem generators supporting customisation by
@robbieaverillin PaloAltoNetworks/docusaurus-openapi-docs#963- Fix change type of Show optional parameters button by
@tuanpt-0634in PaloAltoNetworks/docusaurus-openapi-docs#969- Theme: Children interface is now ReactNode, allows
guard()andrender()to accept JSX by@robbieaverillin PaloAltoNetworks/docusaurus-openapi-docs#971- Support enum descriptions in schema object by
@tuanpt-0634in PaloAltoNetworks/docusaurus-openapi-docs#981- Use scrollLeft to avoid scrolling entire page to active code tab by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#984- Combines mergedSchemas with original to ensure no edge properties are lost in schema item by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#985- Prepare release v4.1.0 by
@sserratain PaloAltoNetworks/docusaurus-openapi-docs#986New Contributors
@robbieaverillmade their first contribution in PaloAltoNetworks/docusaurus-openapi-docs#944@omonkmade their first contribution in PaloAltoNetworks/docusaurus-openapi-docs#939@Olexandr88made their first contribution in PaloAltoNetworks/docusaurus-openapi-docs#954@tuanpt-0634made their first contribution in PaloAltoNetworks/docusaurus-openapi-docs#969Full Changelog: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/compare/v4.0.1...v4.1.0
Changelog
Sourced from docusaurus-plugin-openapi-docs's changelog.
4.1.0 (Oct 4, 2024)
High level enhancements
- Added support for rendering schema item example (#985)
- Improved support for enum descriptions (#981 and #951)
- Added support for
sidebarGenerators(#963)- Added OpenAPI 3.1 webhooks support (#961)
- Improved code snippets support(#945 and #984)
Other enhancements and bug fixes
- Merge pull request #985 from PaloAltoNetworks/edge-allof
- Combined merged schema with original to ensure no properties are lost
- Add support for rendering example to SchemaItem
- Merge pull request #984 from PaloAltoNetworks/fix-code-snippet-scroll
- Adjust offset for glow effect around active tab
- Avoid scrolling if first item in scroll area
- Use scrollLeft to avoid scrolling entire page to active code tab
- Merge pull request #981 from tuanpt-0634/support-schema-enum-descriptions
- Support enum descriptions in schema object
- Merge pull request #971 from robbieaverill/children-reactnode
- Restore fallback to empty string when children is falsy
- Revert string casting in plugin utils
- Revert changes to plugin guard() and render() methods, they will not accept ReactNode
- Children interface is now ReactNode, theme utility methods are deprecated in favour of plugin methods
- Merge pull request #969 from tuanpt-0634/fix_button_show_optional_parameters
- Fix change type of Show optional parameters button
- Merge pull request #963 from robbieaverill/feature/custom-doc-item-generator
- Move createDocItem() into a
sidebarGeneratorsobject- Add line-through style to deprecated sidebar items
- Add support for custom sidebar DocItem generators supporting customisation
- Add markdownGenerators example and update docs
- Merge pull request #961 from PaloAltoNetworks/webhooks
- Add example OpenAPI 3.1 petstore
- Add support for OpenAPI 3.1 webhooks
- Merge pull request #960 from PaloAltoNetworks/deprecation-notice
- Fix deprecation notice
- Merge pull request #958 from PaloAltoNetworks/default-values
- Ensure description comes before qualifier and default value
- Render default value after description
- Fix defaultValue and cleanup unused code
- Update packages
- Apply changes to ParamsItem
- Render default value as string literal instead of markdown
- Fix curl logoClass
- Merge pull request #957 from PaloAltoNetworks/security-schemes
- Apply border radius to summary
- Merge pull request #951 from omonk/ollie.monk/x-enumDescriptions
- Add missing security schemes component
... (truncated)
Commits
bb7f7acPrepare release v4.1.01283280combined merged schema with original to ensure no properties are lost3eed555Support enum descriptions in schema object4a81586Revert string casting in plugin utils3aa807aRevert changes to plugin guard() and render() methods, they will not accept R...a6fc12eChildren interface is now ReactNode, theme utility methods are deprecated in ...c712e7cupdate docs7a76077update docsee9790cMove createDocItem() into asidebarGeneratorsobjectcf354d0Add support for custom sidebar DocItem generators supporting customisation- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
This pull request is automatically being deployed by Amplify Hosting (learn more).
Access this pull request here: https://pr-1636.d2ngvl90zqbob8.amplifyapp.com
Superseded by #1701.