react.dev icon indicating copy to clipboard operation
react.dev copied to clipboard

Add Changelog for cache

Open kassens opened this issue 1 year ago • 3 comments
trafficstars

An alternative proposal to add a changelog to the bottom of the page to show newly added APIs.

This is similar to

  • php.net: https://www.php.net/manual/en/function.get-magic-quotes-runtime.php#refsect1-function.get-magic-quotes-runtime-changelog
  • MDN: https://developer.mozilla.org/en-US/docs/Web/API/Node/insertBefore#browser_compatibility

This approach in having 1 evergreen docs page reduces a lot of headache of having older versions that might still want occasional updates, especially with a very stable API like React.

kassens avatar Apr 15 '24 22:04 kassens

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 15, 2024 10:04pm

vercel[bot] avatar Apr 15 '24 22:04 vercel[bot]

Size changes

📦 Next.js Bundle Analysis for react-dev

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

github-actions[bot] avatar Apr 15 '24 22:04 github-actions[bot]

I like it, and we can make the later versions link to a Version History page, which we keep a pinned docs version for, for removed APIs. The Version History page would list probably just the major versions with a link to the docs for those major versions.

It can also link to the changelog entries for each version, so maybe we do include all versions there at least until the page is enormous?

rickhanlonii avatar Apr 16 '24 05:04 rickhanlonii