Skip to content

Releases: uiwjs/react-split

v5.9.3

29 Nov 08:55
Compare
Choose a tag to compare

Buy me a coffee

Documentation v5.9.3: https://raw.githack.com/uiwjs/react-split/aaf9cf0/index.html
Comparing Changes: v5.9.2...v5.9.3

npm i @uiw/react-split@5.9.3

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

v5.9.2

29 Nov 08:15
Compare
Choose a tag to compare

Buy me a coffee

Documentation v5.9.2: https://raw.githack.com/uiwjs/react-split/8abdfe5/index.html
Comparing Changes: v5.9.1...v5.9.2

npm i @uiw/react-split@5.9.2

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

v5.9.1

03 Oct 09:19
Compare
Choose a tag to compare

Documentation v5.9.1: https://raw.githack.com/uiwjs/react-split/cb17c2e/index.html
Comparing Changes: v5.9.0...v5.9.1

npm i @uiw/react-split@5.9.1

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

v5.9.0

05 Jul 07:24
Compare
Choose a tag to compare

Documentation v5.9.0: https://raw.githack.com/uiwjs/react-split/19c7a6a/index.html
Comparing Changes: v5.8.10...v5.9.0

npm i @uiw/react-split@5.9.0

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

v5.8.10

10 Oct 08:48
Compare
Choose a tag to compare

Documentation v5.8.10: https://raw.githack.com/uiwjs/react-split/2185aea/index.html
Comparing Changes: v5.8.9...v5.8.10

npm i @uiw/react-split@5.8.10

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

v5.8.9

10 Oct 08:41
Compare
Choose a tag to compare

Documentation v5.8.9: https://raw.githack.com/uiwjs/react-split/84c4611/index.html
Comparing Changes: v5.8.8...v5.8.9

npm i @uiw/react-split@5.8.9

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

v5.8.8

09 Jul 06:47
Compare
Choose a tag to compare

Documentation v5.8.8: https://raw.githack.com/uiwjs/react-split/ef9bfbc/index.html
Comparing Changes: v5.8.7...v5.8.8

npm i @uiw/react-split@5.8.8

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

v5.8.7

26 Feb 18:15
Compare
Choose a tag to compare

npm i @uiw/react-split@5.8.7

v5.8.6...v5.8.7

Bundle Example: https://uiwjs.github.io/react-split/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>

    <link rel="stylesheet" href="https://unpkg.com/@uiw/react-split/dist/split.css">
  </head>
  <body>
    <div id="container" style="padding: 24px"></div>
    <script src="https://unpkg.com/@uiw/react-split/dist/split.min.js"></script>
    <script type="text/babel">
      import Split from '@uiw/react-split';
      const Demo = () => {
        return (
          <React.Fragment>
            <Split style={{ height: 100, border: '1px solid #d5d5d5', borderRadius: 3, marginTop: 18 }}>
              <div>
                Left Pane
              </div>
              <div>
                Center Pane
              </div>
              <div>
                Center Pane
              </div>
              <div style={{ flex: 1 }}>
                Right Pane
              </div>
            </Split>
          </React.Fragment>
        );
      }
      ReactDOM.render(<Demo />, document.getElementById('container'));
    </script>
  </body>
</html>

v5.8.6

26 Feb 17:27
Compare
Choose a tag to compare

npm i @uiw/react-split@5.8.6

v5.8.5...v5.8.6

Bundle Example: https://uiwjs.github.io/react-split/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>

    <link rel="stylesheet" href="https://unpkg.com/@uiw/react-split/dist/split.css">
  </head>
  <body>
    <div id="container" style="padding: 24px"></div>
    <script src="https://unpkg.com/@uiw/react-split/dist/split.min.js"></script>
    <script type="text/babel">
      import Split from '@uiw/react-split';
      const Demo = () => {
        return (
          <React.Fragment>
            <Split style={{ height: 100, border: '1px solid #d5d5d5', borderRadius: 3, marginTop: 18 }}>
              <div>
                Left Pane
              </div>
              <div>
                Center Pane
              </div>
              <div>
                Center Pane
              </div>
              <div style={{ flex: 1 }}>
                Right Pane
              </div>
            </Split>
          </React.Fragment>
        );
      }
      ReactDOM.render(<Demo />, document.getElementById('container'));
    </script>
  </body>
</html>

v5.8.5

10 Jan 05:32
Compare
Choose a tag to compare

npm i @uiw/react-split@5.8.5

v5.8.4...v5.8.5