Skip to content

Commit 32f9e92

Browse files
committed
0.22.0
1 parent a984f05 commit 32f9e92

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ and this project adheres (more or less) to [Semantic Versioning](http://semver.o
99

1010
### Fixed
1111

12-
* 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.
12+
* 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
1313
* fix scroll left/right causes item move/edit to be at incorrect time #401 @acemac
1414
* now `getResizeProps` take `leftClassName` and `rightClassName` and returns className for left and right props @acemac
15+
* fix functionality of `itemTitle` and `itemDivTitle` [issue](https://github.com/namespace-ee/react-calendar-timeline/issues/429#issuecomment-426456693) @acemac
1516

1617
### 0.21.0
1718

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,13 @@ An array specifying keys in the `items` and `groups` objects. Defaults to
141141
groupIdKey: 'id',
142142
groupTitleKey: 'title',
143143
groupRightTitleKey: 'rightTitle',
144+
groupLabelKey: 'title', // key for what to show in `InfoLabel`
144145
itemIdKey: 'id',
145146
itemTitleKey: 'title', // key for item div content
146147
itemDivTitleKey: 'title', // key for item div title (<div title="text"/>)
147148
itemGroupKey: 'group',
148149
itemTimeStartKey: 'start_time',
149-
itemTimeEndKey: 'end_time'
150+
itemTimeEndKey: 'end_time',
150151
}
151152
```
152153

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-calendar-timeline",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"description": "react calendar timeline",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)