<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Mobiscroll Releases</title>
    <link>file://mobiscroll.com/releases</link>
    <description>Mobiscroll Releases</description>
    <language>en-US</language>
    <lastBuildDate>Thu, 09 Jul 2026 19:15:26 +0200</lastBuildDate>
    <item>
      <guid isPermaLink="false">6.1.2</guid>
      <link>file://mobiscroll.com/releases%23product-v612</link>
      <title>6.1.2 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Eventcalendar&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue where drag &amp; drop did not work correctly in the calendar view when all labels were displayed and the calendar body had been scrolled before starting the drag.&lt;/li&gt;&lt;li&gt; We fixed an issue where, in controlled mode, the internally tracked selected date could drift away from the value supplied through the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;selectedDate&lt;/code&gt; option when switching between views. The component no longer overwrites the controlled &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;selectedDate&lt;/code&gt; on a view change.&lt;/li&gt;&lt;li&gt; We fixed an issue where the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onSelectedDateChange&lt;/code&gt; event was fired on a view switch even though the selected date did not change. It is now only emitted when the selected date actually changes.&lt;/li&gt;&lt;li&gt; We fixed an issue where the calendar header content was duplicated, if a custom header renderer was set after initialization (JavaScript and jQuery versions).&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Popup&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue in anchored display mode where the popup could overlap an input anchor element when there was not enough space to fit it above or below. The popup now stays below the anchor.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Scheduler&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue in the Angular scheduler view where events rendered after the initial load (e.g. when the event or resource data was updated asynchronously) lost their DOM elements on the next re-render. This broke drag &amp; drop (the drag froze after the first movement) and made the event element passed to the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onEventClick&lt;/code&gt; handler unusable as a popup anchor.&lt;/li&gt;&lt;li&gt; We fixed an issue where the calendar header content was duplicated, if a custom header renderer was set after initialization (JavaScript and jQuery versions).&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed the automatic vertical scrolling when an external item was dragged into the timeline grid.&lt;/li&gt;&lt;li&gt; We fixed an issue where a timed event completely outside the visible hour range was still rendered with a minimum width instead of being hidden.&lt;/li&gt;&lt;li&gt; We fixed an issue where a multi-day event starting after the visible end time was incorrectly positioned on the next day instead of at the beginning of the first visible hour.&lt;/li&gt;&lt;li&gt; We fixed an issue where the calendar header content was duplicated, if a custom header renderer was set after initialization (JavaScript and jQuery versions).&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6.1.1</guid>
      <link>file://mobiscroll.com/releases%23product-v611</link>
      <title>6.1.1 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;All&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; Fixed compatibility with Angular 22, which removed the deprecated ComponentFactoryResolver API.&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6.1.0</guid>
      <link>file://mobiscroll.com/releases%23product-v610</link>
      <title>6.1.0 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;All&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We updated the Angular components to make them compatible with Angular 22.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Datepicker&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added templating / custom renderer support for the picker header using the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderHeader&lt;/code&gt; (React, jQuery, JavaScript), &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;headerTemplate&lt;/code&gt; (Angular) and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;popupHeader&lt;/code&gt; (Vue) options.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Popup&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added templating / custom renderer support for the popup header using the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderHeader&lt;/code&gt; (React, jQuery, JavaScript), &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;headerTemplate&lt;/code&gt; (Angular) and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;header&lt;/code&gt; (Vue) options.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Scheduler&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; In case of grouping (by date or by resource) we made the group headers sticky to keep them visible in long views with horizontal scroll.&lt;/li&gt;&lt;li&gt; We display the month and year for the actually visible viewport, when a longer view includes days from multiple months.&lt;/li&gt;&lt;li&gt; We added unified day headers and support for grouping by resource for single day views as well.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed the vertical scrollbar of the scheduler grid, which appeared even when not necessary.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Select&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added templating / custom renderer support for the picker header using the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderHeader&lt;/code&gt; (React, jQuery, JavaScript), &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;headerTemplate&lt;/code&gt; (Angular) and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;popupHeader&lt;/code&gt; (Vue) options.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added week day classes (&lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;.mbsc-timeline-column-mon&lt;/code&gt;, &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;.mbsc-timeline-column-tue&lt;/code&gt;, etc.) for timeline day columns to allow custom styles for specific week days.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue where the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderTimelineDay&lt;/code&gt;, &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;timelineDayTemplate&lt;/code&gt;, &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;timelineDay&lt;/code&gt; slot received the same date as argument, when used with shifted days.&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6.0.1</guid>
      <link>file://mobiscroll.com/releases%23product-v601</link>
      <title>6.0.1 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Calendar&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; Non all-day event labels now use shortened round-hour times in AM/PM format (for example &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;1 AM&lt;/code&gt; instead of &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;1:00 AM&lt;/code&gt;) to save space in compact views.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Datepicker&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed the focus styling of calendar controls where the outline could be cut off when range controls were visible.&lt;/li&gt;&lt;li&gt; We fixed anchored arrow positioning near popup edges.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Popup&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed anchored arrow positioning near popup edges.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Scheduler&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; The event popover now shows only the time (without the date) for single-day events, reducing visual clutter.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed sticky event titles so they correctly follow grid container scrolling.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Select&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed anchored arrow positioning near popup edges.&lt;/li&gt;&lt;li&gt; We fixed an issue where multi-select could scroll unexpectedly when multiple values were selected.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; The event popover now shows only the time (without the date) for single-day events, reducing visual clutter.&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">6.0.0</guid>
      <link>file://mobiscroll.com/releases%23product-v600</link>
      <title>6.0.0 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;All&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We introduced CSS variables across all components for theme customization.&lt;/li&gt;&lt;li&gt; We added legacy CSS and SCSS theme files to keep the old theme appearance if needed.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We improved the npm package definitions to align with the latest standards.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Removed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We dropped support for IE11.&lt;/li&gt;&lt;li&gt; We dropped support for &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;node-sass&lt;/code&gt;.&lt;/li&gt;&lt;li&gt; We dropped support for HTML markup in strings for improved security. It is only supported in jQuery and JavaScript render functions.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Changed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We updated the minimum supported browser versions to Chrome 56, Firefox 32, iOS/Safari 13, and Edge 79.&lt;/li&gt;&lt;li&gt; We renamed the following npm packages to align with current ecosystem standards: &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;angular-ivy&lt;/code&gt; to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;angular&lt;/code&gt; (Angular 13+), &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;angular&lt;/code&gt; to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;angular-legacy&lt;/code&gt; (Angular 9-12), &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;react&lt;/code&gt; to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;react-legacy&lt;/code&gt; (React &lt; 18), and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;react-next&lt;/code&gt; to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;react&lt;/code&gt;.&lt;/li&gt;&lt;li&gt; We updated the minimum framework versions to Angular 9, React 17, Vue 3, and TypeScript version to TypeScript 4.&lt;/li&gt;&lt;li&gt; We migrated from the deprecated Sass functions and updated the minimum Sass version to 1.80.0.&lt;/li&gt;&lt;li&gt; We rewrote the built-in themes based on the latest Windows (Fluent), Material (Material 3), and iOS (Liquid Glass) design systems.&lt;/li&gt;&lt;li&gt; We restructured the CSS architecture across all components to use CSS variables.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Agenda&lt;/h2&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Changed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We changed the default value of the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;refDate&lt;/code&gt; option from &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'1970-01-01'&lt;/code&gt; to today's date.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderEvent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderAgendaEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;eventTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;agendaEventTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;event&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;agendaEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderEventContent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderAgendaEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;eventContentTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;agendaEventContentTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;eventContent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;agendaEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderDay&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderAgendaDay&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;agendaDayTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;day&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;agendaDay&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Datepicker&lt;/h2&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Removed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We dropped the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;weeks&lt;/code&gt; option. The &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarSize&lt;/code&gt; option can be used instead.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Changed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We changed the default value of the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;refDate&lt;/code&gt; option from &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'1970-01-01'&lt;/code&gt; to today's date.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Eventcalendar&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onEventClick&lt;/code&gt;, &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onEventDoubleClick&lt;/code&gt;, and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onEventRightClick&lt;/code&gt; events, which were also firing the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onCellClick&lt;/code&gt;, &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onCellDoubleClick&lt;/code&gt;, and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onCellRightClick&lt;/code&gt; events.&lt;/li&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onLabelClick&lt;/code&gt; event, which fired the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onCellClick&lt;/code&gt; as well.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Changed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We changed the default value of the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;refDate&lt;/code&gt; option from &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'1970-01-01'&lt;/code&gt; to today's date.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderLabel&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderCalendarEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;labelTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarEventTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;label&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderLabelContent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderCalendarEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;labelContentTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarEventContentTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;labelContent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderEvent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderPopoverEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;eventTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;popoverEventTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;event&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;popoverEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderEventContent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderPopoverEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;eventContentTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;popoverEventContentTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;eventContent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;popoverEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderDay&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderCalendarDay&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarDayTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;day&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarDay&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderDayContent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderCalendarDayContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayContentTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarDayContentTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayContent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;calendarDayContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Forms&lt;/h2&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Removed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We dropped notification functions from React. Only components can be used.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Popup&lt;/h2&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Removed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We dropped support for HTML markup inside the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;headerText&lt;/code&gt; option.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Scheduler&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added support for relative day offsets (negative suffix for start, positive suffix for end) in the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;view&lt;/code&gt; option’s &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;startTime&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;endTime&lt;/code&gt; properties to seamlessly span across midnight (for example &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'20:00-1'&lt;/code&gt;, &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'06:00+1'&lt;/code&gt;).&lt;/li&gt;&lt;li&gt; We virtualized scheduler scrolling, making it possible to work with large data sets across long periods and many resources without degrading interaction performance on mobile or desktop.&lt;/li&gt;&lt;li&gt; We added the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;onVirtualLoading&lt;/code&gt; lifecycle event, which is triggered when a new virtual page is loaded on both horizontal and vertical scrolling. This enables on-demand loading of events and resources as users scroll through the scheduler.&lt;/li&gt;&lt;li&gt; We added the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dragTimeStepBase&lt;/code&gt; option to set the base for &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dragTimeStep&lt;/code&gt; calculation. If set to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'viewStart'&lt;/code&gt;, it takes the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;startTime&lt;/code&gt; property of the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;view&lt;/code&gt; option as reference instead of the beginning of the day.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an alignment issue with the date display in the header when using the Windows theme in RTL mode.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Changed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderScheduleEvent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderSchedulerEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduleEventTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedulerEventTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduleEvent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedulerEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderScheduleEventContent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderSchedulerEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduleEventContentTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedulerEventContentTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduleEventContent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedulerEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderDay&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderSchedulerDay&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedulerDayTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;day&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedulerDay&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderDayContent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderSchedulerDayContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayContentTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedulerDayContentTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayContent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedulerDayContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;schedule&lt;/code&gt; prop to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduler&lt;/code&gt; under the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;view&lt;/code&gt; option with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added support for relative day offsets (negative suffix for start, positive suffix for end) in the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;view&lt;/code&gt; option’s &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;startTime&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;endTime&lt;/code&gt; properties to seamlessly span across midnight for single-day view (for example &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'20:00-1'&lt;/code&gt;, &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'06:00+1'&lt;/code&gt;).&lt;/li&gt;&lt;li&gt; We added the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;eventDisplay&lt;/code&gt; prop (values: &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'exact'&lt;/code&gt; | &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'fill'&lt;/code&gt;) under the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;view&lt;/code&gt; option, marking the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;eventList&lt;/code&gt; as deprecated.&lt;/li&gt;&lt;li&gt; We added the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dragTimeStepBase&lt;/code&gt; option to set the base for &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dragTimeStep&lt;/code&gt; calculation. If set to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;'viewStart'&lt;/code&gt;, it takes the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;startTime&lt;/code&gt; property of the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;view&lt;/code&gt; option as reference, otherwise the beginning of the day.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Removed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We dropped the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;resolution&lt;/code&gt; prop under the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;view&lt;/code&gt; option. Only &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;resolutionHorizontal&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;resolutionVertical&lt;/code&gt; are supported.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #f00f00; font-weight: bold; padding: 3px; color: #fff;"&gt;Changed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderScheduleEvent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderTimelineEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduleEventTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;timelineEventTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduleEvent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;timelineEvent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderScheduleEventContent&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderTimelineEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduleEventContentTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;timelineEventContentTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;scheduleEventContent&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;timelineEventContent&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderDay&lt;/code&gt; option to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderTimelineDay&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayTemplate&lt;/code&gt; option (Angular) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;timelineDayTemplate&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;li&gt; We renamed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;day&lt;/code&gt; slot (Vue) to &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;timelineDay&lt;/code&gt; with backward compatibility, marked as deprecated.&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5.35.5</guid>
      <link>file://mobiscroll.com/releases%23product-v5355</link>
      <title>5.35.5 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Scheduler&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt;We fixed an issue where the current-time indicator could appear in the wrong position around DST changes when using Day.js.&lt;/li&gt;&lt;li&gt;We fixed an issue where event length around DST transitions was calculated incorrectly when using the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayjsTimezone&lt;/code&gt; plugin.&lt;/li&gt;&lt;li&gt; We fixed an issue where calling the navigate method could scroll to an incorrect time when timezones were used.&lt;/li&gt;&lt;li&gt; We fixed an issue where event buffers were not properly considered during layout calculation, resulting in incorrect event positioning and sizing in some cases.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue where the current-time indicator could appear in the wrong position around DST changes when using Day.js.&lt;/li&gt;&lt;li&gt;We fixed an issue where event length around DST transitions was calculated incorrectly when using the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dayjsTimezone&lt;/code&gt; plugin.&lt;/li&gt;&lt;li&gt;We fixed  an issue where calling the navigate method could scroll to an incorrect time when timezones were used.&lt;/li&gt;&lt;li&gt; We fixed an issue where event buffers were not properly considered during layout calculation, resulting in incorrect event positioning and sizing in some cases.&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5.35.4</guid>
      <link>file://mobiscroll.com/releases%23product-v5354</link>
      <title>5.35.4 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Scheduler&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue in the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;navigate&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;navigateToEvent&lt;/code&gt; methods where timezone was not being applied correctly, causing navigation to potentially display incorrect dates when using timezone-aware configurations.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Select&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue where the Select component didn't scroll to the selected item when opening the dropdown, making it difficult to locate the currently selected option in long lists.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue in the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;navigate&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;navigateToEvent&lt;/code&gt; methods where timezone was not being applied correctly, causing navigation to potentially display incorrect dates when using timezone-aware configurations.&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5.35.3</guid>
      <link>file://mobiscroll.com/releases%23product-v5353</link>
      <title>5.35.3 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Eventcalendar&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue where multi-day event labels were not appearing on the first day of a new week when the event ended on that day, causing labels to be hidden on overflow days in the month view.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; Optimized timezone conversion performance when processing large numbers of events with timezone support enabled.&lt;/li&gt;&lt;li&gt; We fixed an issue where short events displayed with incorrect minimum width in daily resolution views, even when falling outside the visible time range defined by &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;startTime&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;endTime&lt;/code&gt; options. Also improved the event minimum width calculation for larger horizontal resolutions.&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5.35.2</guid>
      <link>file://mobiscroll.com/releases%23product-v5352</link>
      <title>5.35.2 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Agenda&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;updateRecurringEvent&lt;/code&gt; function wasn't updating the resource and slot properties in case of "all" update mode.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Datepicker&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; Resolved an issue where clearing the selected range from the Start tab in the Date Range Calendar could cause the browser tab to freeze in Firefox.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Eventcalendar&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed multi-day event labels no longer display an extra border and background on the last visible day when the event was focused.&lt;/li&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;updateRecurringEvent&lt;/code&gt; function wasn't updating the resource and slot properties in case of "all" update mode.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Scheduler&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue where the scheduler header incorrectly displayed weekdays when resources were dynamically loaded.&lt;/li&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;updateRecurringEvent&lt;/code&gt; function wasn't updating the resource and slot properties in case of "all" update mode.&lt;/li&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;navigate&lt;/code&gt; method to correctly scroll to the specified date and time on the first call.&lt;/li&gt;&lt;li&gt; We fixed an issue where the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;min&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;max&lt;/code&gt; options did not update dynamically when their values changed, causing invalid areas to not display correctly.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; Added the rendered day as a parameter to the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderSidebar&lt;/code&gt;, and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderResourceEmpty&lt;/code&gt; functions when &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;verticalResolution: 'day'&lt;/code&gt; is applied.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; In Angular cell templates, the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;args.date&lt;/code&gt; parameter was missing the specific cell time.&lt;/li&gt;&lt;li&gt; We fixed an issue where built-in button texts weren't updating when the locale changed.&lt;/li&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;updateRecurringEvent&lt;/code&gt; function wasn't updating the resource and slot properties in case of "all" update mode.&lt;/li&gt;&lt;li&gt; We fixed an issue with the hide empty rows feature, which did not work correctly with hierarchical resources and vertical days.&lt;/li&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;navigate&lt;/code&gt; method/&lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;selectedDate&lt;/code&gt; update to correctly scroll to the specified date and time on the first call.&lt;/li&gt;&lt;li&gt; We fixed the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;navigate&lt;/code&gt; method/&lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;selectedDate&lt;/code&gt; update to correctly scroll to the specified date during external drag interactions.&lt;/li&gt;&lt;li&gt; We fixed an issue where the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;min&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;max&lt;/code&gt; options did not update dynamically when their values changed, causing invalid areas to not display correctly.&lt;/li&gt;&lt;li&gt; We fixed an issue where changing the parent resource row heights was not working when variable event heights were used.&lt;/li&gt;&lt;li&gt; Resolved an issue where the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;renderSidebar&lt;/code&gt; function was not displayed when resources were not defined.&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
    <item>
      <guid isPermaLink="false">5.35.1</guid>
      <link>file://mobiscroll.com/releases%23product-v5351</link>
      <title>5.35.1 released</title>
      <description>&lt;h1&gt;What's New&lt;/h1&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Agenda&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; Fixed event sorting to fallback to default ordering instead of alphabetical when event &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;order&lt;/code&gt; properties are equal.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Datepicker&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue where re-selecting a date range in the Date Range Calendar could cause the browser tab to freeze in Firefox.&lt;/li&gt;&lt;li&gt; Resolved an issue in Angular, where multiple year titles appeared in the month selection view when using the page option.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Eventcalendar&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added support for dragging items out of the Calendar, enabling sorting and dropping into external lists through the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dragulaDraggable&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;sortableJsDraggable&lt;/code&gt; plugins.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; Fixed event sorting to fallback to default ordering instead of alphabetical when event &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;order&lt;/code&gt; properties are equal.&lt;/li&gt;&lt;li&gt; External event drag operations no longer throw errors in views that don't support event drag &amp; drop (such as the Year view or in cases where page size is increased).&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Scheduler&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added support for dragging items out of the Scheduler, enabling sorting and dropping into external lists through the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dragulaDraggable&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;sortableJsDraggable&lt;/code&gt; plugins.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed the navigation behavior to correctly handle cases when the target date or resource is hidden.&lt;/li&gt;&lt;li&gt; The &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;hideInvalidColumns&lt;/code&gt; property of the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;view&lt;/code&gt; option now correctly hides resource headers in Angular when the scheduler is configured to group by date.&lt;/li&gt;&lt;li&gt; Fixed event sorting to fallback to default ordering instead of alphabetical when event &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;order&lt;/code&gt; properties are equal.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Select&lt;/h2&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We fixed an issue where selecting a group wheel value failed to scroll the second wheel if no initial value was set.&lt;/li&gt;&lt;/ul&gt;&lt;br&gt;&lt;h2 style="margin-bottom: 16px;"&gt;Timeline&lt;/h2&gt;&lt;span style="background: #178B20; font-weight: bold; padding: 3px; color: #fff;"&gt;New&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; We added support for dragging items out of the Timeline, enabling sorting and dropping into external lists through the &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;dragulaDraggable&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;sortableJsDraggable&lt;/code&gt; plugins.&lt;/li&gt;&lt;/ul&gt;&lt;span style="background: #ff8400; font-weight: bold; padding: 3px; color: #fff;"&gt;Fixed&lt;/span&gt;&lt;ul style="margin-top: 16px;"&gt;&lt;li&gt; Fixed event sorting to fallback to default ordering instead of alphabetical when event &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;order&lt;/code&gt; properties are equal.&lt;/li&gt;&lt;li&gt; &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;Invalid&lt;/code&gt; and &lt;code style="padding: 2px 4px;font-size: 90%;color: #c7254e;background-color: #f9f2f4;border-radius: 4px;"&gt;color&lt;/code&gt; ranges inside non-displayed parts of the timeline are now hidden correctly (previously they were still rendered with minimum with, e.g., when falling fully within the startTime/endTime range).&lt;/li&gt;&lt;/ul&gt;</description>
      <a10:updated>2026-07-09T19:15:26+02:00</a10:updated>
    </item>
  </channel>
</rss>