Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 feature parity #742

Merged
merged 11 commits into from
Mar 15, 2024
Merged

V2 feature parity #742

merged 11 commits into from
Mar 15, 2024

Conversation

sserrata
Copy link
Member

Description

Ports missing features/functionality from v2

bencagri and others added 5 commits March 15, 2024 13:40
* impement redoc's x-tagGroup feature

* merge main

* update documentation

* fix filtered tags by group

* remove tracked .idea files

* add  option to readme

* merge main

* fix lint

* revert yarn.lock and linter
Co-authored-by: Christian A. Mathiesen <christian@zaveit.no>
Copy link

github-actions bot commented Mar 15, 2024

Visit the preview URL for this PR (updated for commit b11d101):

https://docusaurus-openapi-36b86--pr742-zr8xjeec.web.app

(expires Sun, 14 Apr 2024 19:48:24 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@sserrata sserrata merged commit e146cc5 into v3.0.0 Mar 15, 2024
11 checks passed
@sserrata sserrata deleted the v2-feature-parity branch March 15, 2024 19:49
if (!!value) {
const children = cb(value as T);
return render(children);
if (value === undefined || value === "") {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sserrata this change introduced a bug in 3.0.0-beta.6, when guard is called from SchemaItem/index.tsx (for renderRequired, value is a boolean.
The check on this line evaluates to false and all <SchemaItem> are rendered as required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants