diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 0b76ccb7..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -# These are supported funding model platforms - -github: streamich diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8a15f983..00000000 --- a/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -.idea -node_modules/ -/.idea/ -/.nyc_output/ -/coverage/ -package-lock.json -/lib/ -/modules/ -/.vscode/ -.DS_Store -/dist_docs/ -_book/ -/storybook-static/ -yarn-error.log diff --git a/.storybook/addons.js b/.storybook/addons.js deleted file mode 100644 index 6aed412d..00000000 --- a/.storybook/addons.js +++ /dev/null @@ -1,2 +0,0 @@ -import '@storybook/addon-actions/register'; -import '@storybook/addon-links/register'; diff --git a/.storybook/config.js b/.storybook/config.js deleted file mode 100644 index 972c1bde..00000000 --- a/.storybook/config.js +++ /dev/null @@ -1,9 +0,0 @@ -import {configure} from '@storybook/react'; - -const req = require.context('../src/', true, /.*(stories|story)\.(js|jsx|ts|tsx)?$/); - -const loadStories = () => { - req.keys().forEach((filename) => req(filename)); -}; - -configure(loadStories, module); diff --git a/.storybook/webpack.config.js b/.storybook/webpack.config.js deleted file mode 100644 index 9043b15b..00000000 --- a/.storybook/webpack.config.js +++ /dev/null @@ -1,30 +0,0 @@ -const path = require('path'); -const {compilerOptions} = require('../tsconfig.json'); - -const SRC_PATH = path.join(__dirname, '../src'); - -module.exports = { - module: { - rules: [ - { - test: /\.tsx?$/, - loader: 'ts-loader', - include: [ - SRC_PATH, - ], - options: { - transpileOnly: true, // use transpileOnly mode to speed-up compilation - compilerOptions: { - ...compilerOptions, - declaration: false, - }, - }, - } - ] - }, - - resolve: { - extensions: ['.ts', '.tsx', '.js', '.jsx'], - enforceExtension: false - } -}; diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 850c82b3..00000000 --- a/.travis.yml +++ /dev/null @@ -1,25 +0,0 @@ -language: node_js -os: - - linux -cache: - yarn: true - directories: - - ~/.npm -notifications: - email: false -node_js: - - '8' -script: - - yarn test - - yarn build - - yarn build:modules -matrix: - allow_failures: [] - fast_finish: true -after_success: - - npx ci-scripts github-post - - npx ci-scripts slack - - yarn semantic-release -branches: - except: - - /^v\d+\.\d+\.\d+$/ diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index def13f51..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,374 +0,0 @@ -## [2.13.3](https://github.com/streamich/libreact/compare/v2.13.2...v2.13.3) (2020-06-15) - - -### Bug Fixes - -* 🐛 update tslib dependency ([7be746b](https://github.com/streamich/libreact/commit/7be746b)) - -## [2.13.2](https://github.com/streamich/libreact/compare/v2.13.1...v2.13.2) (2019-09-23) - - -### Bug Fixes - -* 🐛 call .laodMore() on multiple short pages ([fe73c91](https://github.com/streamich/libreact/commit/fe73c91)) - -## [2.13.1](https://github.com/streamich/libreact/compare/v2.13.0...v2.13.1) (2019-04-05) - - -### Bug Fixes - -* 🐛 call onElement from componentDidMount ([95fd86f](https://github.com/streamich/libreact/commit/95fd86f)) - -# [2.13.0](https://github.com/streamich/libreact/compare/v2.12.2...v2.13.0) (2019-04-04) - - -### Features - -* 🎸 don't blur elements with data-modal-ignore attribute ([718c1df](https://github.com/streamich/libreact/commit/718c1df)) - -## [2.12.2](https://github.com/streamich/libreact/compare/v2.12.1...v2.12.2) (2019-02-12) - - -### Bug Fixes - -* typo in LocalStorage.md ([ff1c8a8](https://github.com/streamich/libreact/commit/ff1c8a8)) - -## [2.12.1](https://github.com/streamich/libreact/compare/v2.12.0...v2.12.1) (2019-02-08) - - -### Bug Fixes - -* example referred to incorrect component ([cfa0671](https://github.com/streamich/libreact/commit/cfa0671)) - -# [2.12.0](https://github.com/streamich/libreact/compare/v2.11.0...v2.12.0) (2019-02-05) - - -### Bug Fixes - -* 🐛 avoide React use "key" warnings ([66fad9b](https://github.com/streamich/libreact/commit/66fad9b)) - - -### Features - -* 🎸 add component ([c9d767a](https://github.com/streamich/libreact/commit/c9d767a)) -* 🎸 improve and add reference to docs ([d95444d](https://github.com/streamich/libreact/commit/d95444d)) - -# [2.11.0](https://github.com/streamich/libreact/compare/v2.10.1...v2.11.0) (2019-01-27) - - -### Features - -* 🎸 add polling to scroll sensor and infinite scroll ([dbc5646](https://github.com/streamich/libreact/commit/dbc5646)) - -## [2.10.1](https://github.com/streamich/libreact/compare/v2.10.0...v2.10.1) (2018-12-30) - - -### Bug Fixes - -* 🐛 fix and data type ([cd51a81](https://github.com/streamich/libreact/commit/cd51a81)) - -# [2.10.0](https://github.com/streamich/libreact/compare/v2.9.3...v2.10.0) (2018-12-25) - - -### Bug Fixes - -* 🐛 fix when threshold not spec ([a486bec](https://github.com/streamich/libreact/commit/a486bec)) -* 🐛 improve viewport sensors and speed up Storybook ([16d1603](https://github.com/streamich/libreact/commit/16d1603)) - - -### Features - -* 🎸 add component ([0768958](https://github.com/streamich/libreact/commit/0768958)) -* 🎸 preload items 100px before the reach end ([cb2990b](https://github.com/streamich/libreact/commit/cb2990b)) -* 🎸 use window resize in ViewportScrollSensor ([9004447](https://github.com/streamich/libreact/commit/9004447)) - -## [2.9.3](https://github.com/streamich/libreact/compare/v2.9.2...v2.9.3) (2018-12-22) - - -### Bug Fixes - -* snapshot must be object or null ([a1eaca6](https://github.com/streamich/libreact/commit/a1eaca6)) - -## [2.9.2](https://github.com/streamich/libreact/compare/v2.9.1...v2.9.2) (2018-12-22) - - -### Bug Fixes - -* don't coerce to false ([d8748b9](https://github.com/streamich/libreact/commit/d8748b9)) - -## [2.9.1](https://github.com/streamich/libreact/compare/v2.9.0...v2.9.1) (2018-12-22) - - -### Bug Fixes - -* define shouldUpdate function ([2277cfe](https://github.com/streamich/libreact/commit/2277cfe)) -* ensure we always return boolean from shouldComponentUpdate ([f2776ab](https://github.com/streamich/libreact/commit/f2776ab)) - -# [2.9.0](https://github.com/streamich/libreact/compare/v2.8.1...v2.9.0) (2018-12-22) - - -### Features - -* 🎸 improve component ([baae6ea](https://github.com/streamich/libreact/commit/baae6ea)) - -## [2.8.1](https://github.com/streamich/libreact/compare/v2.8.0...v2.8.1) (2018-11-20) - - -### Bug Fixes - -* 🐛 fire onMount event before attempting to play video ([cde669a](https://github.com/streamich/libreact/commit/cde669a)) -* 🐛 remove testing code ([ac8c487](https://github.com/streamich/libreact/commit/ac8c487)) - -# [2.8.0](https://github.com/streamich/libreact/compare/v2.7.0...v2.8.0) (2018-11-20) - - -### Features - -* 🎸 reset