Skip to content

Releases: uiwjs/react-run-web

v2.0.0

07 Dec 07:40
Compare
Choose a tag to compare

Buy me a coffee npm bundle size

npm i @uiw/react-run-web@2.0.0

v1.0.15...v2.0.0

v1.0.15

05 May 01:40
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.15

v1.0.14...v1.0.15

v1.0.14

28 Feb 04:10
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.14

v1.0.13...v1.0.14

Bundle Example: https://uiwjs.github.io/react-run-web/bundle.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <script src="https://unpkg.com/@babel/standalone@7.17.x/babel.min.js" crossorigin></script>
    <script src="https://unpkg.com/react@17.x/umd/react.development.js" crossorigin></script>
    <script src="https://unpkg.com/react-dom@17.x/umd/react-dom.development.js" crossorigin></script>
    <script src="https://unpkg.com/@uiw/codepen-require-polyfill/index.js" crossorigin></script>
  </head>
  <body>
    <a href="https://uiwjs.github.io/react-run-web">@uiw/react-run-web</a>
    <div id="container" style="padding: 24px"></div>
    <script src="https://unpkg.com/@uiw/react-run-web/dist/run-web.min.js"></script>
    <script type="text/babel">
      import RunWeb from '@uiw/react-run-web';
      const Demo = () => {
        return (
          <RunWeb
            css="div {color:red;}"
            js="console.log('hello world!')"
            html="<div>hello world!</div>"
          />
        );
      }
      ReactDOM.render(<Demo />, document.getElementById('container'));
    </script>
  </body>
</html>

v1.0.13

28 Feb 03:45
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.13

v1.0.12...v1.0.13

v1.0.12

28 Feb 03:34
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.12

v1.0.11...v1.0.12

v1.0.11

20 Sep 02:47
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.11

v1.0.10...v1.0.11

v1.0.10

14 Sep 21:11
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.10

v1.0.9...v1.0.10

v1.0.9

10 Sep 08:58
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.9

v1.0.8...v1.0.9

  • πŸ’„ chore(deps): update dependency tsbb to v3.1.5 (#34) 22d110c @renovate[bot]
  • πŸ’„ chore(deps): update dependency @uiw/react-markdown-preview to v3.3.2 (#33) 9074e25 @renovate[bot]
  • πŸ’„ chore(deps): update dependency @uiw/react-textarea-code-editor to v1.4.9 (#29) 8aada9d @renovate[bot]
  • πŸ’„ chore(deps): update dependency @uiw/react-github-corners to v1.5.3 (#36) 268ea78 @renovate[bot]
  • πŸ’„ chore(deps): update dependency prettier to v2.4.0 (#35) ef4a769 @renovate[bot]
  • πŸ’„ chore: update tsconfig.json 3cdcf0f

v1.0.8

08 Sep 19:33
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.8

v1.0.7...v1.0.8

v1.0.7

02 Sep 06:26
Compare
Choose a tag to compare

npm bundle size

npm i @uiw/react-run-web@1.0.7

v1.0.6...v1.0.7

  • πŸ’„ chore(deps): update dependency tsbb to v3.0.3 dac20e2