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

Fix fallback extension section in docs #237

Merged
merged 1 commit into from
Aug 12, 2023
Merged

Fix fallback extension section in docs #237

merged 1 commit into from
Aug 12, 2023

Conversation

rustamwin
Copy link
Member

Q A
Is bugfix? ✔️/❌
New feature? ✔️/❌
Breaks BC? ✔️/❌
Fixed issues #236

@rustamwin rustamwin added the type:docs Documentation label Aug 11, 2023
@rustamwin rustamwin linked an issue Aug 11, 2023 that may be closed by this pull request
@what-the-diff
Copy link

what-the-diff bot commented Aug 11, 2023

PR Summary

  • Enhanced View Rendering
    This change adds new functionality to the way our software renders (displays) views. Earlier, specifying a file extension was mandatory while naming views. We have now implemented a feature that allows views to be named without a file extension, potentially enhancing usability and speeding up workflow.

  • New Methods for Fallback Extensions
    We have introduced two new methods: getFallbackExtensions and withFallbackExtension. These can be used to manage these 'fallback' extensions, which will now be used when a view is named without an explicit file extension. The software will choose the first available fallback extension for view rendering.

Overall, these changes should help to streamline the workflow, making it easier to name and manage views in our system.

@rustamwin rustamwin requested a review from a team August 11, 2023 15:31
@vjik vjik merged commit 78a477f into master Aug 12, 2023
0 of 2 checks passed
@vjik vjik deleted the fix-236 branch August 12, 2023 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:docs Documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adjust docs to fallback extension changes
2 participants