Starcounter / Starcounter.VisualStudio

Starcounter Visual Studio development support
0 stars 0 forks source link

Update dom-bind template for Polymer 2 #25

Closed alshakero closed 6 years ago

alshakero commented 6 years ago

As in move from

<template>
    <template is="dom-bind">
        ...
    </template>
</template>

To

<template>
    <dom-bind>
        <!-- `is` attribute is optional for Polymer 1 backwards compatibility -->
        <template is="dom-bind">
            ...
        </template>
     </dom-bind>
</template>
warpech commented 6 years ago

@PatrykSzwer can you pls do it? @alshakero will review.

warpech commented 6 years ago

After it is done please ping @ubbeK to release a new version of the extension.

warpech commented 6 years ago

Closing as done in #26

warpech commented 6 years ago

Release in Visual Studio marketplace is tracked in https://github.com/Starcounter/Starcounter.VisualStudio/issues/27

warpech commented 6 years ago

Can be marked as Finished when the extension is installable in Visual Studio (see https://github.com/Starcounter/Starcounter.VisualStudio/issues/27#issuecomment-356971462).