question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to list all existed tags (versions) in newly published component?

See original GitHub issue

We just published vaadin-grid component: https://www.webcomponents.org/element/vaadin/vaadin-grid

  • The current behavior: only latest stable listed in the version selector:
  • The expected behavior: all tags are listed in that selector.

How can we achieve all tags listed there?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
samuellicommented, Nov 1, 2017

This has been fixed for vaadin-grid. Note that I didn’t change the actual behavior so this was more of a one-off fix.

1reaction
samuellicommented, Nov 1, 2017

@stramel: that’s odd :\

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to list all Git tags? - Stack Overflow
Listing the available tags in Git is straightforward. Just type git tag (with optional -l ...
Read more >
Git - Tagging - Git SCM
Listing the existing tags in Git is straightforward. Just type git tag (with optional -l or --list ):. $ git tag v1.0 v2.0....
Read more >
Managing releases in a repository - GitHub Docs
Click Choose a tag, type a version number for your release, and press Enter. Alternatively, select an existing tag. Enter a tag. If...
Read more >
UI Library: How to Version, Publish and Update Individual ...
dev collection where all your components are available for everyone to discover, use and collaborate on. This even goes beyond just developers, ...
Read more >
How to Manage Releases with Semantic Versioning and Git ...
Being able to easily manage and communicate changes in code releases is fundamental to the long term success of teams and projects using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found