diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f8e2520..339b86474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Coming npm version +## v0.2.8 + +* Build new package with the latest commits. +* Fixed empty file `/lib/css/style.css` (copied from previous release) + ### Some day * An add-more data bug @@ -130,4 +135,4 @@ ### 2017-12-20 -* Initial commit \ No newline at end of file +* Initial commit diff --git a/README.md b/README.md index 1a7d7cef9..71e19da59 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# despatates/react-big-scheduler + +Original project [StephenChou1017/react-big-scheduler](https://github.com/StephenChou1017/react-big-scheduler) seems abandoned. Latest build on npm doesn't integrate latest commits. + +I forked the repo to embed them in a build (personally affected by issue [#200](https://github.com/StephenChou1017/react-big-scheduler/issues/200)). + +Install it with: + +```sh +npm install https://github.com/despatates/react-big-scheduler +``` + +If the original repo is maintained again in the future, use it. + # react-big-scheduler ![npm](https://img.shields.io/npm/v/react-big-scheduler.svg?style=plastic) A scheduler and resource planning component built for React and made for modern browsers (IE10+), IE needs babel-polyfill. diff --git a/package.json b/package.json index 60e0f3816..834acf409 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-big-scheduler", - "version": "0.2.7", + "version": "0.2.8", "description": "A scheduler and resource planning component built for React and made for modern browsers (IE10+)", "keywords": [ "scheduler",