Skip to content

JavaScript Event Calendar version 1.1

Latest
Compare
Choose a tag to compare
@serhiipylypchuk1991 serhiipylypchuk1991 released this 14 Feb 13:16
· 149 commits to master since this release

Released on November 10, 2022

Review of release on the blog

New functionality

  • An ability to view events in the Year and Agenda modes (Example)
  • An ability to highlight the grid cells via API (Example)
  • An ability to use the multiselet and radio types of editor (Example)

Updates

  • Methods

    • The setMode() method of Event Calendar is updated
  • Properties

    • The templates property of Event Calendar is extended by the yearEvent, agendaEvent and agendaDate parameters (Example)

    • The config property of Event Calendar is extended by the cellCss parameter (Example)

    • The editorShape property is extended by the multiselect and radio types (Example)

    • The mode property of Event Calendar is extended by the year and agenda parameters (view modes)