Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

refactor(nuxt)!: remove null handling for titleTemplate #6487

Merged
merged 1 commit into from Aug 10, 2022
Merged

Conversation

danielroe
Copy link
Member

@danielroe danielroe commented Aug 10, 2022

πŸ”— Linked issue

follow on from #6296

❓ 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

It seems we have a little leftover titleTemplate handling. I think we don't need this - was there a reason we left it in?

πŸ‘‰ Migration

If you were previously using titleTemplate: null you should update this to titleTemplate: ''.

πŸ“ Checklist

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

@danielroe danielroe added bug Something isn't working 🍰 p2-nice-to-have Priority 2: nothing is broken but it's worth addressing labels Aug 10, 2022
@danielroe danielroe requested a review from pi0 August 10, 2022 14:47
@danielroe danielroe self-assigned this Aug 10, 2022
@netlify
Copy link

netlify bot commented Aug 10, 2022

βœ… Deploy Preview for nuxt3-docs canceled.

Name Link
πŸ”¨ Latest commit a5177bf
πŸ” Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/62f3c4f5d4cf250009c13561

@pi0
Copy link
Member

pi0 commented Aug 10, 2022

Have you checked notes in #6296 (comment)? I belive it was to avoid a breaking change for null handling

@danielroe
Copy link
Member Author

Yes, I spotted that. I think an acceptable change for RC7 if you agree, but we'll need to mention in release notes.

@pi0
Copy link
Member

pi0 commented Aug 10, 2022

Do you mind to update PR as breaking change for migration guide?

@danielroe danielroe changed the title fix(nuxt): remove rest of titleTemplate handling fix(nuxt)!: remove rest of titleTemplate handling Aug 10, 2022
@pi0 pi0 changed the title fix(nuxt)!: remove rest of titleTemplate handling refactor(nuxt)!: remove null handling for titleTemplate Aug 10, 2022
@pi0 pi0 merged commit 408feba into main Aug 10, 2022
@pi0 pi0 deleted the fix/title-template branch August 10, 2022 15:46
@pi0 pi0 mentioned this pull request Aug 11, 2022
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
3.x bug Something isn't working 🍰 p2-nice-to-have Priority 2: nothing is broken but it's worth addressing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants