Skip to content

Releases: nuxt/hints

v1.1.3

Choose a tag to compare

@huang-julien huang-julien released this 13 Jun 21:01
f7852b4

🩹 Fixes

  • Ignore style serialization-only hydration diffs (#352)

❤️ Contributors

v1.1.2

Choose a tag to compare

@huang-julien huang-julien released this 18 May 18:10
de5e5f5

🚀 Enhancements

  • rpc: Implement wrapBroadcast function to enhance RPC error handling (#343)

❤️ Contributors

v1.1.1

Choose a tag to compare

@huang-julien huang-julien released this 05 May 07:45
7b71ce7

🩹 Fixes

  • module: Make features config partial to allow selective overrides (#331)

❤️ Contributors

v1.1.0

Choose a tag to compare

@huang-julien huang-julien released this 03 May 11:40
1881ee1

🩹 Fixes

  • Respect app.baseURL in devtools iframe src (#322)

💅 Refactors

  • Move SSE to devtools RPC (#314)
  • Move SSE to devtools RPC (#318)

❤️ Contributors

v1.0.3

Choose a tag to compare

@huang-julien huang-julien released this 02 Apr 19:46
354d198

🩹 Fixes

  • third-party: Wrap hookable callHook with promise.resolve (#310)

❤️ Contributors

v1.0.2

Choose a tag to compare

@huang-julien huang-julien released this 20 Mar 21:38
949fb6f

🩹 Fixes

  • Write hints-config.mjs to fs (#296)

❤️ Contributors

v1.0.1

Choose a tag to compare

@huang-julien huang-julien released this 19 Mar 20:37
a35e2d6

🩹 Fixes

  • Prevent circular reference stack overflow in payload.__hints (#289)
  • Fix #hints-config alias resolution (#292)

🏡 Chore

  • README: Add modules options explanaition (#285)

❤️ Contributors

v1.0.0

Choose a tag to compare

@huang-julien huang-julien released this 12 Mar 11:27
d468c8b

Nuxt Hints v1.0.0

We are very excited to move Nuxt hints from alpha stage to 1.0.0 !

Developer experience in Nuxt is truly something we treasure and we hope this module will help you out on finding different ways to make your Nuxt application more performant.
We also want to thank every contributors and users of the modules. It is thanks to them that @nuxt/hints is reaching 1.0.0

Vision

Our vision at Nuxt has always been that better DX will have an impact on end-user's UX. By releasing this module, the goal is to help Nuxt developers to improve their Nuxt applications.

Roadmap

  • Production build integration
    • Having runtime warning in production could help users to actually get what happens in production
  • Font and scripts performance hints
  • Your ideas !
    • Nuxt is what it is thanks to it's incredible community. Your ideas and feedbacks are always welcomed and have an impact on the future of Nuxt.

Features

v1.0.0 comes with several improvement:

🚀 Enhancements

  • Html-validate integration (#253)
  • hydration: Improve hydration log (#258)
  • client: Allow to open potential lazy load components in editor (#270)
  • Add feature related configuration (#261)

🩹 Fixes

  • lazy-load: Avoid wrapping glob imports (#264)
  • TDZ violation in lazy-hydration plugin with .client components (#265)
  • web-vitals: Report all changes for CLS (#266)
  • client: Remove shiki fit content style (#272)
  • web-vitals: Correct next-gen image format detection logic (#273)
  • Set correct tsconfig.json (#274)

❤️ Thank you to all contributors

v1.0.0-alpha.10

Choose a tag to compare

@huang-julien huang-julien released this 28 Feb 13:18
1fe7365

🚀 Enhancements

  • Make features configurable (#246)

🩹 Fixes

  • Revert unocss config (#250)

🏡 Chore

  • Use npmx.dev links (#249)

✅ Tests

  • Patch test-utils and force dev mode (#248)

❤️ Contributors

v1.0.0-alpha.9

Choose a tag to compare

@huang-julien huang-julien released this 26 Feb 15:38
bbfb1ea

🩹 Fixes

  • lazy-load: Fix potential TMZ violation (#243)

💅 Refactors

  • Move from NuxtApp augment to NuxtPayload (#240)

❤️ Contributors