Right now the version selector for Start says
Latest or v2.
Because we're in RC, and "v2" soon will become "latest" i'd like to be more explicit here, and set the labels to:
I hit a SolidBase limitation here. I need labels that are project (Start) specific. I'd like to not change Solid core's labels from Latest and v2 (although they could benefit from similar imrpovemnts) - I would just like to have SolidStart show v1 and v2 (RC), to make that distinction clear.
The existing routes.version.values metadata is shared by every project. I tried adding separate Start version values with the same paths, but then /solid-start no longer matches because an empty version segment only resolves to the axis default. This broke the SolidStart top-nav link.
E.g. override mechanism might solve it.
Right now the version selector for Start says
Latestorv2.Because we're in RC, and "v2" soon will become "latest" i'd like to be more explicit here, and set the labels to:
v1v2 (RC)I hit a SolidBase limitation here. I need labels that are project (Start) specific. I'd like to not change Solid core's labels from
Latestandv2(although they could benefit from similar imrpovemnts) - I would just like to have SolidStart showv1andv2 (RC), to make that distinction clear.The existing
routes.version.valuesmetadata is shared by every project. I tried adding separate Start version values with the same paths, but then/solid-startno longer matches because an empty version segment only resolves to the axis default. This broke the SolidStart top-nav link.E.g. override mechanism might solve it.