Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.66 KB

CHANGELOG.md

File metadata and controls

54 lines (40 loc) · 2.66 KB

Change Log

v2.0.0b4 (September 2, 2019 GMT)

  • Changed the order of priority of overwriting to "hook function > event params > colorScheme.event object".
  • Fixed a bug that does not hide the loader when empty event.
  • Fixed a bug that does not overflow the event container.
  • Added optional option type definition to the documentation of an esdoc.

v2.0.0b3 (August 23, 2019 GMT)

  • Fixed a bug that occurred error if an option does not have the ruler settings when binding the Timeline.
  • Changed to use webpack for deploying the scripts.
  • Synchronized several internal processing during timeline initialization by the Promise.
  • Added the "colorScheme" option for setting the default color of every event. (by @Guillaume-Bo, PR#37)

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