Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 1.91 KB

Change Log

v2.0.0b2 (July 7, 2019 GMT)

  • Added the "firstDayOfWeek" option to define a start day of one week on the timeline.
  • Added the "truncateLowers" property in the ruler option to ignore outputting lower ruler scale than global scale.
  • Fixed the bug when zooming the scale.
  • Changed the default preloading animation to indicator type from strings type.
  • Added the "loadingMessage" option for using the custom loader content (by @Guillaume-Bo , PR#37)
  • Became to able to include the initial events to the plugin option by the "eventData" option.
  • Added the "mixed" type to be able to place the events of bar and point type together on the timeline.
  • Added some properties that "presentTime", "stripedGridRow", "horizontalGridStyle", "verticalGridStyle".
  • Added a property of "custom" to output the custom datetime format.
  • Added the events to be able to swipe the timeline container on the PC browser too.
  • Supported to summer time (Daylight Savings Time).
  • Fixed the bugs that broke some layouts.
  • Fixed some internal processing bugs and stabilized the operation of various methods.

v2.0.0b1 (May 21, 2019 GMT)

  • Added tasks into gulp for deploying on production.
  • Added new methods named "dateback" and "dateforth".
  • Added new option named "effects" for timeline UI enhancement.
  • Fixed a bug that does not remove specific events on "removeEvent" method.
  • Fixed a bug that the vertical position of the relation line deviates in multiple rows of containers.
  • Fixed a bug that method chain did not work due to asynchronous initialization.

v2.0.0a3 (Dec 13, 2018 GMT)

  • Fixed a bug that not working the "openEvent" method.
  • Added a page for making contribution to plugin development to Github pages.

v2.0.0a2 (Nov 13, 2018 GMT)

  • Added new method named "zoomScale".

v2.0.0a1 (Nov 6, 2018, GMT)

  • Launch the developer version 2.0.0 alpha-1