Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.
/frameworkPublic archive

docs: disable transitions by default - #8434

Merged
pi0 merged 1 commit into
mainfrom
docs/disable-transitions
Oct 24, 2022
Merged

docs: disable transitions by default#8434
pi0 merged 1 commit into
mainfrom
docs/disable-transitions

Conversation

@danielroe

@danielroedanielroe commented Oct 24, 2022

Copy link
Copy Markdown
Member

🔗 Linked issue

hotfix to work around nuxt/nuxt#15239

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

I do not believe we are currently using transitions so we probably should disable these anyway. This also serves to seriously reduce a memory leak that we're looking into.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroe
danielroe requested a review from pi0October 24, 2022 08:30
@danielroedanielroe self-assigned this Oct 24, 2022
@codesandbox

Copy link
Copy Markdown

CodeSandbox logoCodeSandbox logo Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@danielroedanielroe added the documentation Improvements or additions to documentation label Oct 24, 2022
@netlify

netlifyBot commented Oct 24, 2022

Copy link
Copy Markdown

Deploy Preview for nuxt3-docs ready!

NameLink
🔨 Latest commit5cb6985
🔍 Latest deploy loghttps://app.netlify.com/sites/nuxt3-docs/deploys/63564d1efa3dc600085ee9ac
😎 Deploy Previewhttps://deploy-preview-8434--nuxt3-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

pi0
pi0 approved these changes Oct 24, 2022

@pi0pi0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM. /cc @atinux

@pi0
pi0 merged commit 6de1431 into mainOct 24, 2022
@pi0
pi0 deleted the docs/disable-transitions branch October 24, 2022 08:34
@atinux

Copy link
Copy Markdown
Member

Thanks @danielroe

Shall we simply disable transitions by default in Nuxt 3? 🤔

@danielroe

Copy link
Copy Markdown
MemberAuthor

There is merit in that. They cause issues like nuxt/nuxt#13471 when many users may not be using them at all ...

wdyt @pi0?

@atinux

Copy link
Copy Markdown
Member

It also brings Nuxt 3 as light as possible when starting

@pi0

pi0 commented Oct 24, 2022

Copy link
Copy Markdown
Member

Makese sense to disable transitions by default. We only need proper way to guide users to enable it back

@TheAlexLichter

Copy link
Copy Markdown
Member

I think disabling them by default is a good idea to reduce friction, as long as docs cover how to use them (e.g. with an extra section).

@pi0pi0 mentioned this pull request Nov 3, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3.xdocumentationImprovements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@danielroe@atinux@pi0@TheAlexLichter