Skip to content

Commit bf5b9dc

Browse files
committed
update codesandbox
1 parent bcc026c commit bf5b9dc

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A clear and concise description of what the bug is.
1010

1111
_Please provide one or both of the following:_
1212

13-
Code (If you have a branch somewhere that shows your issue) or link to codesandbox example. [Here's a base template for this library](https://codesandbox.io/s/lyjr9p0119):
13+
Code (If you have a branch somewhere that shows your issue) or link to codesandbox example. [Here's a base template for this library](https://codesandbox.io/s/w6xvqzno4w):
1414

1515
OR
1616

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
77

88
## Unreleased
99

10+
## 0.22.0
11+
1012
### Fixed
1113

1214
* Provided a new key `groupLabelKey` to allow splitting of the key used to render the Sidebar and the InfoLabel visible during drag operations. `groupTitleKey` continues to be used to render the Sidebar. #442 @thiagosatoshi

examples/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Below are links to Codesandbox instances for examples of how to use this repo. F
66

77
Basic functionality of the timeline, included panning, zooming and rendering of items
88

9-
[Example Codesandbox](https://codesandbox.io/s/zr5r289rm4)
9+
[Example Codesandbox](https://codesandbox.io/s/w6xvqzno4w)
1010

1111
## Item Moving and Resizing
1212

1313
Moving and Resizing examples. Clicking and dragging can move items into different groups. Notice the `handleItemMove` and `handleItemResize` handlers passed to the Timeline.
1414

15-
[Example Codesandbox](https://codesandbox.io/s/6vo2jkov23)
15+
[Example Codesandbox](https://codesandbox.io/s/q3rkx1478q)
1616

1717
## Custom Item Rendering
1818

1919
The `itemRenderer` component allows you to customize what contents are shown in the item on the calendar.
2020

21-
[Example Codesandbox](https://codesandbox.io/s/1p8m477w7)
21+
[Example Codesandbox](https://codesandbox.io/s/k0wn41y0o7)
2222

2323
<!-- ## Custom Item Rendering using `timelineContext` - position sub items
2424
@@ -36,30 +36,30 @@ Using `itemRenderer` [docs] you can render different components based on the `ti
3636

3737
You can restrict the moving and resizing of items at the item level by providing a `canMove` and `canResize` property with an item.
3838

39-
[Example Codesandbox](https://codesandbox.io/s/o4vv33913y)
39+
[Example Codesandbox](https://codesandbox.io/s/lp887wv6l)
4040

4141
## Right Sidebar
4242

4343
Adding a right sidebar is as easy as passing in a couple of props `rightSidebarWidth` and `rightSidebarContent`. Content in the right column is populated from the `rightTitle` property on the group.
4444

45-
[Example Codesandbox](https://codesandbox.io/s/5v6j37non4)
45+
[Example Codesandbox](https://codesandbox.io/s/j3wrw6rl4v)
4646

4747
## Linked Timelines
4848

4949
By managing the the `visibleStartTime` and `visibleEndTime` for multiple timelines, you can syncronize scroll across multiple timelines.
5050

51-
[Example Codesandbox](https://codesandbox.io/s/323vvq4j06)
51+
[Example Codesandbox](https://codesandbox.io/s/6j04z5rjjr)
5252

5353
## Tree Groups
5454

5555
Through group manipulation, you can achieve tree group views.
5656

57-
[Example Codesandbox](https://codesandbox.io/s/k9qyx9zp2o)
57+
[Example Codesandbox](https://codesandbox.io/s/r1mxzj581m)
5858

5959
Note that this is the user code manipulating groups to achieve tree group functionality. This example is an illustration of how you can achieve this functionality. This is not a feature that is directly supported by the library.
6060

6161
## Programmatically Scrolling
6262

6363
Using `scrollRef` you can trigger scrolling and create an animation. This is an alternative to setting `visibleStartTime` and `visibleEndTime`.
6464

65-
[Example Codesandbox](https://codesandbox.io/s/mm29lv9kvj)
65+
[Example Codesandbox](https://codesandbox.io/s/3kq2503y8p)

0 commit comments

Comments
 (0)