Skip to content

Commit

Permalink
0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
despatates committed Oct 12, 2020
1 parent 7c61770 commit 96bf1b5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -130,4 +135,4 @@

### 2017-12-20

* Initial commit
* Initial commit
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 96bf1b5

Please sign in to comment.