marko-widgets
Version:
<h1 align="center"> <!-- Logo --> <br/> marko-widgets@8 <br/>
35 lines (30 loc) • 1.42 kB
Markdown
<h1 align="center">
<!-- Logo -->
<br/>
marko-widgets@8
<br/>
<!-- Language -->
<a href="http://typescriptlang.org">
<img src="https://img.shields.io/badge/%3C%2F%3E-typescript-blue.svg" alt="TypeScript"/>
</a>
<!-- Format -->
<a href="https://github.com/prettier/prettier">
<img src="https://img.shields.io/badge/styled_with-prettier-ff69b4.svg" alt="Styled with prettier"/>
</a>
<!-- CI -->
<a href="https://github.com/marko-js/ssr-to-html/actions/workflows/ci.yml">
<img src="https://github.com/marko-js/ssr-to-html/actions/workflows/ci.yml/badge.svg" alt="Build status"/>
</a>
<!-- Coverage -->
<a href="https://codecov.io/gh/marko-js/ssr-to-html">
<img src="https://codecov.io/gh/marko-js/ssr-to-html/branch/main/graph/badge.svg?token=TODO"/>
</a>
<!-- NPM Version -->
<a href="https://npmjs.org/package/ssr-to-html">
<img src="https://img.shields.io/npm/v/ssr-to-html.svg" alt="NPM Version"/>
</a>
</h1>
Install this module when upgrading from `marko@4` to `marko@5` when you have `marko-widgets@7` installed.
This package will bring back many deprecated api's with automated migrations to help smooth over the upgrade process.
This api exposes the same api surface as the original `marko-widgets` module, eg `defineComponent` and friends.
For the actual `marko-widgets` api, see the [marko@3 documentation](http://v3.markojs.com/docs/marko-widgets/).