File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 33
44A 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
818We're excited to announce the beta release of v0.30.0 which includes:
919- Full TypeScript rewrite
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments