* Allow limiting the versions shown by default in the `version-selector`
Signed-off-by: Miki <miki@amazon.com>
* Add archived versions
* Update versions.json
* Add archived versions for version selector.tpl
* Switch back to old versions
---------
Signed-off-by: Miki <miki@amazon.com>
Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
Some browser+OS combinations trigger `blur` on the version-selector before a click within the component. To mitigate this, an extra `pointerup` listener was attached but that didn't solve the problem for Safari 15.x. However, `delegatesFocus: true` makes the shadow host focusable and that helps work around this problem.
Fixes: #307
Signed-off-by: Miki <mehranb@amazon.com>