Recently, Microsoft started with a new X-Tag library to create custom elements. The website says,
X-Tag is a Microsoft supported, open source, JavaScript library that wraps the W3C standard Web Components family of APIs to provide a compact, feature-rich interface for rapid component development. While X-Tag offers feature hooks for all Web Component APIs (Custom Elements, Shadow DOM, Templates, and HTML Imports), it only requires Custom Element support to operate. In the absence of native Custom Element support, X-Tag uses a set of polyfills shared with Google's Polymer framework. You can view our package options in the Builds section
As far as I remember, not so long ago, even Mozilla had a similar project with the exact same name X-Tag.
How are these projects different from each other? Or are they the same project with a renewed branding?