Skip to content

Commit 9b3b118

Browse files
committed
0.30.0-beta.3
1 parent 7d93cd1 commit 9b3b118

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33

44
A modern and responsive React timeline component.
55

6-
**🎉 Version 0.30.0-beta.1 Now Available!**
6+
**🎉 Version 0.30.0-beta.3 Now Available!**
7+
8+
Latest release includes:
9+
- [Use buffer prop to calculate when to redraw canvas](https://github.com/namespace-ee/react-calendar-timeline/pull/936)
10+
- [fix start and end of day when there is daylight saving](https://github.com/namespace-ee/react-calendar-timeline/pull/727)
11+
- [fix timeSteps don't work properly](https://github.com/namespace-ee/react-calendar-timeline/pull/951)
12+
- [Add option do drop new tasks to the timeline from an external component](https://github.com/namespace-ee/react-calendar-timeline/pull/941)
13+
- [fix few other issues](https://github.com/namespace-ee/react-calendar-timeline/pull/944):
14+
- Resolved an issue where the timeline would scroll left even when there were no items present
15+
- Addressed a problem where anonymous renderers caused headers to unmount and lose their state
16+
- Cleaned up unnecessary demo files following updates in the new release.
717

818
We're excited to announce the beta release of v0.30.0 which includes:
919
- Full TypeScript rewrite

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.30.0-beta.2",
3+
"version": "0.30.0-beta.3",
44
"description": "react-calendar-timeline",
55
"packageManager": "[email protected]",
66
"scripts": {

0 commit comments

Comments
 (0)