-
Hi! This commit hasn't been released. The docs for paste switch are written as though this has been released. For example the prop name changed from "on" -> "checked" in the documentation. I was wondering if there were any plans to make the paste documentation view-able in the context of a specific version of paste? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @eflann You got us. You caught us red-handed. We did a whoopsie and had to do a major refactor and hoped no one would notice. The code for the latest docs are now on NPM under Paste Core V17 to install, so you should be good to just version bump and follow the latest documentation. We know there can be a delay in NPM matching the docs, and it comes up sometimes if we're not quick enough. We've toyed with the idea of a development branch which continuously deploys the docs to a different sub-domain, and the main docs domain is only ever updated after a versioning event being merged to The docs for past versions are now listed on the upgrade guide for each major release, as an example the link to the v16 docs lives here https://paste.twilio.design/core/upgrade-guide#core-16-0-0. That should help some folks who find themselves pinned to old versions longer than they should need to be. |
Beta Was this translation helpful? Give feedback.
Hi @eflann
You got us. You caught us red-handed. We did a whoopsie and had to do a major refactor and hoped no one would notice. The code for the latest docs are now on NPM under Paste Core V17 to install, so you should be good to just version bump and follow the latest documentation.
We know there can be a delay in NPM matching the docs, and it comes up sometimes if we're not quick enough. We've toyed with the idea of a development branch which continuously deploys the docs to a different sub-domain, and the main docs domain is only ever updated after a versioning event being merged to
main
. It happens so infrequently though it's hard to prioritize.The docs for past versions are now lis…