Event Timeline - Vaadin Add-on Directory
A timeline clone for event planningIssue Tracker
Source Code
Online Demo
Discussion Forum
Event Timeline version 0.3.0
null
Event Timeline version 0.4.0
- added maven build config
- band adjuster is only visible when hovering over the band area
- the grid color can now be set using CSS3 style rgba values
- bands automatically expand to maximum available height
- added first support for event updates
- events are correctly sorted according their start and end times (fixes issue #5)
- improved positioning of band adjuster (fixes issue #6)
Event Timeline version 0.5.0
- added support for dynamically adding / removing bands (fixes issue #7)
contributed by Florian Pirchner
- added support for band selection (fixes issue #9)
contributed by Florian Pirchner
- added support for paging of event bands
contributed by Florian Pirchner
- event label description can now be any HTML content (fixes issue #2)
- added support for explicitly setting the band height (fixes issue #8)
Event Timeline version 0.5.1
- fixed problems when refreshing the browser: resend event bands
0.5.0:
- added support for dynamically adding / removing bands (fixes issue #7)
contributed by Florian Pirchner
- added support for band selection (fixes issue #9)
contributed by Florian Pirchner
- added support for paging of event bands
contributed by Florian Pirchner
- event label description can now be any HTML content (fixes issue #2)
- added support for explicitly setting the band height (fixes issue #8)
Event Timeline version 0.6.0
- improved initialization procedure (reduced steps and requests)
- fixed lock selection when data updates are received
- added getEvents(String) method to TimelineEventProvider
- remove band only once, contributed by Florian Pirchner