Change log
Scheduler
Release history for Bryntum Scheduler
Version 4.0.7, 2021-01-12
FEATURES / ENHANCEMENTS
- Scheduler now supports per resource row height, by setting
resource.rowHeight
. The value is used as the actual row height for pack and overlap event layouts, and as input for the row height calculation with stack layout. It is also possible to control the setting from a column renderer. If no value is supplied, the height configured on the Scheduler is used (Fixed #2158) - Also added per resource event layout support, by setting the new corresponding
resource.eventLayout
field. It accepts the same options asscheduler.eventLayout
(stack, pack, none), and if the field is unspecified it will use the layout configured on the Scheduler (Fixed #176).
BUG FIXES
- Fixed #410 - Resized element goes invisible if dragged to be zero width
- Fixed #1220 - Scheduler time axis is empty after switching between schedulers
- Fixed #2140 - WebSocket demo shows incorrect action info in Toast messages
- Fixed #2157 - Recreating Scheduler Angular component when resources are bound fails in production mode with build optimizer enabled
- Fixed #2182 - Virtual scroller jumps to 0 on first zoom
- Fixed #2184 - zoomToLevel doesn't return current zoom level
- Fixed #2185 - Responsive tickSize is not applied to the timeline
- Fixed #2197 - Broken styles in React demos
- Fixed #2200 - scrollEventIntoView throws error when event belongs to resource in a collapsed parent
Version 4.0.6, 2020-12-29
BUG FIXES
- Fixed #1741 - Modifying assigned resources of Recurring events does not update UI
- Fixed #1821 - Events multi drag&drop via schedulers works incorrect
- Fixed #2108 - Update of recurring event creates another repeat of event
- Fixed #2120 - Filterable function not able to access "property".
- Fixed #2121 - Zooming in configuration demo breaks time axis.
Version 4.0.5, 2020-12-15
FEATURES / ENHANCEMENTS
- You can now change partnership of Scheduler panels at runtime using
addPartner
/removePartner
APIs (Fixed #2042) - EventTooltip now updates itself if its event record updates while tooltip is visible (Fixed #2077)
BUG FIXES
- Fixed #1314 - Fix for ASPNET demo build in Windows cmd environment
- Fixed #1369 - Simpleeditor is not aligned with record after create
- Fixed #2082 - Not possible to configure a config object or Tooltip instance as EventResize#tip
Version 4.0.4, 2020-12-09
FEATURES / ENHANCEMENTS
- A new Scheduler feature
StickyEvents
enables the textual content of event bars to "stick" within the scrolling viewport until the event itself is out of view. (Fixed #390) - Added
groupRecord
,groupField
,groupValue
toGroupSummary.renderer
config andSummaryFormatter.generateHtml
method (Fixed #1897) - A new config
discardPortals
on the React wrapper, that controls the behaviour of cell renderers using React components. Set tofalse
(default) to enhance performance. Set totrue
to limit memory consumption. - With the TimeRanges feature, you can now easily configure current time indicator to show any text using the updated
showCurrentTimeLine
object config - New fields
resourceMargin
andbarMargin
was added toResourceModel
, allowing for per row adjustment of the resource margin and the bar margin respectively (Fixed #2014).
API CHANGES
- EventEdit feature now exposes an 'isEditing' boolean to detect if the editor is currently visible (Fixed #1935)
- You can now specify the date to scroll into view initially, using the new
visibleDate
config. - Task and event renderings that return HTML are now placed in a
<span>
. Previously, such text was placed inside a<div>
but the block-level element caused undesirable wrapping. This applies to simple cases such as names with an ampersand ('&'
) character. Simple text is still rendered as a text node. (See #1989) - [DEPRECATED] The
getSourceEvent()
andgetTargetEvent()
functions inDependencyModel
was deprecated in favor of thefromEvent
andtoEvent
getters.
BUG FIXES
- Fixed #70 - Summary and GroupSummary column lines misaligned when autoAdjustTimeAxis is set to false
- Fixed #1303 - Store sorting improvements
- Fixed #1374 - Dark theme tab bar has wrong background
- Fixed #1398 - Error when update current timeline if scheduler is hidden
- Fixed #1763 - Excel exporter demo doesn't really customize exported columns
- Fixed #1812 - Make tables look better in docs
- Fixed #1880 - Crash when dragging right demo splitter
- Fixed #1889 - Settings not applied for scheduler configured with ViewPreset config object
- Fixed #1892 - beforeRemove event doesn't cancel Event removal
- Fixed #1906 - Scheduler resourceTimeRangeStore config doesn't work
- Fixed #1907 - ResourceTimeRanges feature doesn't support recurring ranges
- Fixed #1911 - Runtime error with disabled startTimeField or endTimeField for EventEdit
- Fixed #1930 - Scheduler vertical cell borders missing in vertical mode
- Fixed #1935 - Add isEditing flag to TaskEdit + EventEdit features
- Fixed #1944 - relayAll targets not cleaned up on destroy
- Fixed #1986 - Pan feature should be able to coexist with other mouse input features
- Fixed #1989 - Scheduler XSS issues with event/task double encoding HTML-encoded (XSS-safe) content and
EventTooltip
title - Fixed #2030 - Event edit breaks rendering if beforeEventAdd listener returns false
- Fixed #2036 - Strange drag behavior when using eventDragSelect with multi assignments
Version 4.0.3, 2020-11-17
FEATURES / ENHANCEMENTS
- A new Scheduler widget type
undoredo
has been added which, when added to thetbar
of a scheduling widget (such as aScheduler
,Gantt
, orCalendar
), provides undo and redo functionality. - A new config,
collapseToHeader
on theGroupSummary
feature makes the headers row of a collapsed group contain the summary data for the group. Be aware that the group title is limited in width in a collapsed group header with this set so that it does not overflow into summary cells. (Fixed #1355) - Added example to columns localization on guide. (Fixed #1846)
- New
suspendAutoSync()
andresumeAutoSync()
methods addedProjectModel
to prevent CrudManager sync operations temporarily. (Fixed #1853)
BUG FIXES
- Fixed #1286 - Event Drag/Drop not working for very small unresizable events
- Fixed #1856 - Scheduler is not defined in menu customization guide
- Fixed #1870 - Vertical mode example UX issues
- Fixed #1879 - Incorrect request URL when CrudManager URL contains query string
Version 4.0.2, 2020-11-04
BUG FIXES
- Fixed #1307 - Localization for topDateFormat doesn't apply in dayAndWeek and weekAndDay mode
- Fixed #1529 - Task Editor fields should not marked invalid at initial show
Version 4.0.1, 2020-11-03
BUG FIXES
- Fixed #1706 - Toolbar should not be exported
- Fixed #1712 - Skip non-exportable columns in export dialog window
- Fixed #1740 - Event name is not shown in Scheduler when using dataSource for the name field
- Fixed #1744 - eventEdit
items
config should not be of type Array - Fixed #1747 - Crash when long pressing splitter on touch devices
- Fixed #1759 - eventColor in eventRenderer is buggy with HEX colors
Version 4.0.0, 2020-10-19
FEATURES / ENHANCEMENTS
- [BREAKING] Dropped Support for Edge 18 and older. Our Edge <=18 fixes are still in place and active, but we will not be adding more fixes. Existing fixes will be removed in a later version.
- [BREAKING] Parts of the Scheduler data layer now use async operations, matching how Scheduler Pro and Gantt works. This affects manipulations of dates and durations, where the UI will not be updated immediately after data manipulations but instead moments later. See the upgrade guide for more information.
- Scheduler now optionally can be configured with a
project
. A project is an entity that holds all the stores used by the Scheduler, a concept moved down from Gantt & Scheduler Pro. If no project is supplied, one is created internally. Please see the upgrade guide for more details. - [BREAKING] Multi-assignment was made a first class feature of Scheduler. The Scheduler now always uses an
AssignmentStore internally. If none is assigned one will be created automatically. This change enables
multi-assignment to work with more features, since it is now the only mode of operation internally.
It still supports single assignment using the
resourceId
field on events, by automatically creating assignment records in an internal AssignmentStore on load/add/change. We recommend transitioning to always use assignments, asresourceId
might get deprecated in the future. - [BREAKING] The
Core/adapter
directory has been removed. There are no longer any Widget adapters. All Widget classes register themselves with theWidget
class, and theWidget
class is the source of Widgettype
mapping and Widget registration and lookup byid
. - [BREAKING] The way recurring events are inserted into a Scheduler's timeline has changed. Instead of occurrences
being dynamically generated upon every data change and change of a scheduler's time axis, no extra events are added
into the store. Occurrences of recurring events are ephemeral and are returned from the new
EventStore.getEvents
API when necessary. This should not affect the default operations of apps, but the differences may be apparent in more sophisticated apps. To change an occurrence useoccurrence.beginBatch
, then make changes to including setting itsrecurrence
to null if it's to be a one-off exception, then useoccurrence.endBatch
. That will update the data and the UI. See the upgrade guide in the documentation. - [BREAKING] The
Default
,Light
andDark
themes were renamed toClassic
,Classic-Light
andClassic-Dark
. This change highlights the fact that they are variations of the same theme, and that it is not the default theme (Stockholm is our default theme since version 2.0). - Context menu features refactoring, please see the upgrade guide for details (Fixed #128): - naming was simplified by removing the word "Context" in feature names and in event names. - introduced named objects for menu items, allowing easier customization. - split context menu features by area of responsibility. - introduced TimeAxisHeaderMenu feature and made it responsible for header menu of TimeAxis column.
- Added support for toggling
constrainDragToResource
dynamically (Fixed #542). - The HeaderContextMenu feature was refactored and renamed to TimeAxisHeaderMenu (Fixed #8783).
- Column lines are now drawn using divs instead of images + divs. Only divs for lines in view are available in DOM. This allows for easier styling and testing of column lines, while only having a very minor impact on performance.
- TimeRanges can now show an icon using the
iconCls
field in the data model. - A new event style "rounded" was added, try the updated
eventstyles
demo to see it in action. - Added Docker image of the PDF Export Server. See server README for details. (Fixed #905)
- Added new config
verticalTimeAxisColumn
that allows configuring theVerticalTimeAxisColumn
instance used in vertical mode with any Column options that apply to it. Changed "vertical" example to use the newverticalTimeAxisColumn
configuration with a field to search values (Fixed #1136) - Added a new demo + guide showing how to create a custom event editor (Fixed #957).
- Events have acquired an extra internal element,
.b-sch-event-content
. It is used to allowtext-overflow: ellipsis
, padding without affecting minimum width and to allow us to much easier place labels for milestones. It also gives you more styling options for your custom look, having an additional element to leverage. Note though that it might affect any custom event styling you are using. - Scheduler CrudManager PHP demo now supports multiple resource assignment.
- The 3d-bars demo was removed. It has a history of being broken in many releases and was deemed not worth keeping.
- Scheduler now extends
Panel
instead ofContainer
. This allows you to easily add toolbars to it (Fixed #1417) - Added XSS protection to default renderers (based on
StringHelper.encodeHtml
andStringHelper.xss
). - Added support to export events to ICS format with the new
TimeSpan#exportToICS
method. Demonstrated in the newexporttoics
example. - Added
scheduler.lite.umd.js
module that does not includePromise
polyfill. This module is primarily intended to be used with Angular to preventzone.js
polyfills overwrite. - Added experimental support for Salesforce Locking Service (Fixed #359). The distributed bundle only supports modern browsers (no IE11 or non-chromium based Edge), since Salesforce drops support for these in January 1st 2021 too.
- Added Lightning Web Component demo, see
examples/salesforce/src/lwc
- Dependencies feature has a new public method to get a dependency record from the corresponding DOM element. See
resolveDependencyRecord
docs for details.
API CHANGES
- [BREAKING] The
dependencies
feature no longer holds its own store, instead it is configured on Scheduler or in a project along with the other stores used by Scheduler. The same applies if configuring it with inline data, thedependencies
config was moved to Scheduler to match how inline data is supplied for other stores. - [BREAKING] Events triggered by the EventDrag feature now always supplies assignment records and event records. If you currently use multi-assignment, you might need to adjust your listeners.
- [BREAKING]
RecurringEvents
feature was removed. Use theenableRecurringEvents
boolean config on the Scheduler. - [BREAKING]
RecurringTimeSpans
feature was removed as no longer needed for displaying recurring events. - [BREAKING] Event selection now more clearly distinguishes between selected assignments and selected events. Previously
for example
scheduler.selectedEvents
would return events or assignments depending on mode. Now it always returns events, and assignments are returned byscheduler.selectedAssignments
. The same thinking applies to the events triggered by selection, there is now a newassignmentSelectionChange
event in addition to the existingeventSelectionChange
. - [BREAKING] The
removeUnassignedEvent
config was moved from Scheduler to EventStore. If you have it explicitly configured withfalse
or are using a standalone EventStore you might have to add/move it in your code. If you rely on an event record being available after being unassigned, you should configure withremoveUnassignedEvent: false
. - [BREAKING] An EventStore is no longer directly linked to a ResourceStore or an AssignmentStore. Nor does it handle the date normalization on its own. If you are using standalone stores (not connected to a Scheduler), you have to use a project to hold the stores. See the upgrade guide for more information.
- [BREAKING] Event records can no longer be shared between multiple stores. The stores can still be shared.
- [BREAKING] Field
serialize
functionthis
has been changed to refer the field definition (it used to refer the model instance before). - [BREAKING] A clarification to changes in alpha-1, regarding async date manipulation: Dates and durations are also
calculated async when data is loaded or new events are added. To simplify the transition to this approach new
awaitable
addAsync()
andloadDataAsync()
functions were added to project stores. See upgrade guide for more information (Fixed #1505). - [DEPRECATED]
context.draggedRecords
argument ofScheduler.feature.EventDrag.validatorFn
function is deprecated. Usecontext.eventRecords
instead. - [DEPRECATED] The
tplData
param in theeventRenderer
function was deprecated in favor of the newrenderData
param - [DEPRECATED] abstract
TimeSpanRecordContextMenuBase
class was deprecated, in favor ofTimeSpanMenuBase
. - [DEPRECATED]
HeaderContextMenu
feature was deprecated.TimeAxisHeaderMenu
was introduced instead. - [DEPRECATED]
EventContextMenu
feature was renamed toEventMenu
. - [DEPRECATED]
ScheduleContextMenu
feature was renamed toScheduleMenu
. - [DEPRECATED]
occurrencesready
event has been removed. - [DEPRECATED] To avoid risk of confusing the Scheduler instance with the calculation engine,
schedulerEngine
has been deprecated in favor ofschedulerInstance
in all framework wrappers (Angular, React, Vue). Fixed #776 - Event elements no longer use cryptic ids (like
id="scheduler-57-r2-x"
). If you need a CSS selector for a specific event, you can instead use[data-event-id="myid"]
. Following this simplification, thegetResourceRecordFromDomId()
andgetEventRecordFromDomId()
functions has been removed. - The
WidgetColumn.onBeforeWidgetSetValue
andWidgetColumn.onAfterWidgetSetValue
functions was made public to allow greater control - Model fields in derived classes are now merged with corresponding model fields (by name) in super classes. This allows
serialization and other attributes to be inherited when a derived class only wants to change the
defaultValue
or other attribute of the field. - The
dateFormat
config fortype='date'
model fields has been simplified toformat
. - Model date fields are serialized by default according to the field
format
(Fixed #273) - Schedulers "main" stores (EventStore, ResourceStore, AssignmentStore and DependencyStore) has had their event
triggering modified to make sure data is in a calculated state when relevant events are triggered. This affects the
timing of the
add
,remove
,removeAll
,change
andrefresh
events. Please see the upgrade guide for more information (Fixed #1486). - The following previously deprecated members/classes were removed:
-
ResourceImageColumn.imagePath
andResourceImageColumn.defaultImageName
-EditBase.extraWidgets
-ViewPreset
, compatibility layer introduced in 3.0 was removed -TimelineDateMapper.getDateFromX()
-TimelineEventRendering.tickWidth
-beforeZoomChange
andzoomChange
events forTimelineViewPresets
BUG FIXES
- Fixed #520 - Preventing sync request throws uncatchable exception
- Fixed #592 - Row disappear when scrolling a lot
- Fixed #911 - React custom event editor demo improvements
- Fixed #996 - Type of EditBase#items config docs are wrong
- Fixed #1009 - Time axis misaligned in vertical mode if scheduler is scrolled
- Fixed #1087 - Events disappear after a vertical scroll
- Fixed #1199 - Vertical bold tick line is missing when show only working time and Sunday is filtered out
- Fixed #1249 - Columns lines are not exported correctly
- Fixed #1252 - Adding predecessor removes dependency line to the successor
- Fixed #1260 - Scheduler freezes after drag drop with many events
- Fixed #1266 - Gantt+Scheduler demo: First scheduler resource row animates into view
- Fixed #1227 - Crash after undoing event deletion
- Fixed #1337 - Export columns look strange in demo
- Fixed #1342 - Scheduler throws when dragging event out of the view on filtered time axis
- Fixed #1345 - Assignment store changes are not in sync request
- Fixed #1365 - Editing two events, second edit affects first
- Fixed #1371 - Possible to change event start date with readonly mode enabled
- Fixed #1373 - EventEditor demo event styling broken
- Fixed #1376 - Drag create breaks leaving visible proxy
- Fixed #1378 - Recurring time ranges missing from recurring time ranges demo
- Fixed #1384 - Dependency not redrawn on new assignment
- Fixed #1391 - Scheduler throws when trying to navigate a filtered event store
- Fixed #1392 - Scheduler throws when trying to remove recurrent event
- Fixed #1396 - eventStore.getEvents could go into infinite loop if recurrence feature is enabled.
- Fixed #1399 - Improve EventEdit docs* Fixed #1375 - Vertical mode does not fill viewport correctly
- Fixed #1418 - Fields missing from AssignmentModel docs
- Fixed #1419 - An error when using custom renderer for schedulerTooltip
- Fixed #1431 - Recurring events don't render on load
- Fixed #1447 - Scheduler big data set example doesn't sort on column click
- Fixed #1462 - BigDataset demo fails when few resources
- Fixed #1464 - Bug on Unassign action in Drag from grid demo
- Fixed #1466 - Newly created event has bad top label in Labels demo
- Fixed #1473 - Scheduler validation example no longer validates properly
- Fixed #1483 - Fixed time format with AM/PM removing the "0" changing from 09:00 PM to 9:00 PM. Changed viewPreset
hourAndDay
onmiddleDateFormat
toK
for en-US locale - Fixed #1487 - Dependency lines are not removed when regenerating dataset
- Fixed #1497 - Event added using Plus button on the TopBar loses some data
- Fixed #1499 - Cannot edit standalone event having startDate + duration
- Fixed #1542 - Scheduler put inside of panel gets narrow with overlay scrollbar
- Fixed #1546 - Cannot drag drop narrow events
- Fixed #1548 - [ANGULAR] Investigate zone.js loading order and set it to Angular default
- Fixed #1552 - ExtJS Scheduler demo: Uncaught TypeError: Cannot read property 'getTime' of null
- Fixed #1564 - scrollToNow() results in wrong timeline headers
- Fixed #1570 - Events disappear when scrolling
- Fixed #1576 - Setting resourceId via set method does not update assignment
- Fixed #1582 - Next valid drag after invalid drag is broken in Safari
- Fixed #1590 - Summary feature redundant refreshing
- Fixed #1607 - constrainDragToTimeSlot does not maintain event start date while dragging
- Fixed #1642 - Scheduler.scrollToNow() during paint broken when part of TabPanel
Version 3.1.9, 2020-08-26
BUG FIXES
- Fixed #779 - Working time: Crash when dragging event starting & ending outside timeaxis
- Fixed #1351 - EventStore + syncDataOnLoad = crash
- Fixed #1353 - Exporting scheduler with groups to excel crashes
Version 3.1.8, 2020-08-11
BUG FIXES
- Re-Fixed #1175 - Resize cursor stuck after clicking event resize handle
- Fixed #1244 - Initial export options are shown incorrectly in the export dialog
- Fixed #1263 - eventStyle 'colored' not populated for hex color codes
Version 3.1.7, 2020-07-24
FEATURES/ENHANCEMENTS
- Added new exporter: MultiPageVertical. It fits content horizontally and then generates vertical pages to fit vertical content. (Fixed #1092)
BUG FIXES
- Fixed #402 - Export UI should validate date range fields
- Fixed #460 - Make RecurrenceConfirmationPopup buttons handlers public
- Fixed #563 - Tick size cannot be set less than certain value
- Fixed #910 - Crash when exporting to PDF if schedule area has no width
- Fixed #953 - Load mask appearing on top of export progress
- Fixed #969 - Multi page export of more than 100 tasks fails
- Fixed #972 - Export feature does not export dependencies unless visible first
- Fixed #973 - Export feature does not respect left grid section width
- Fixed #1093 - DatePicker should respect weekStartDay timeline config
- Fixed #1172 - Wrapper should not relay store events to the instance
- Fixed #1175 - Resize cursor stuck after clicking event resize handle
- Fixed #1180 - Exported grid should end with the last row
- Fixed #1198 - Resizing left handle outside schedule area to the left stretches event width
- Fixed #1201 - Event not refreshed if dropping it back in same position in Websocket demo
- Fixed #1249 - Columns lines are not exported correctly
- Fixed #1252 - Adding predecessor removes dependency line to the successor
- Fixed #1256 - Initial animation aborted
- Fixed #1260 - Scheduler freezes after drag drop with many events
Version 3.1.6, 2020-07-10
FEATURES/ENHANCEMENTS
- Added Docker image of the PDF Export Server. See server README for details. (Fixed #905)
API CHANGES
- [DEPRECATED] To avoid risk of confusing the Scheduler instance with the calculation engine,
schedulerEngine
has been deprecated in favor ofschedulerInstance
in all framework wrappers (Angular, React, Vue). Fixed #776
BUG FIXES
- Fixed #897 - Splitter does not work on iPads
- Fixed #974 - Cannot hide Delete button in EventEditor
- Fixed #1005 - Vertical mode not working in Vue
- Fixed #1067 - VerticalTimeAxisColumn header should be not focusable
- Fixed #1095 - Time header get blank when changing view preset after export
Version 3.1.5, 2020-06-09
FEATURES/ENHANCEMENTS
- Updated Font Awesome Free to v5.13.0
- Updated ScheduleTooltip docs to show how to customize the tip content (Fixed #809)
- ScheduleTooltip is now shown also when Scheduler is readOnly, set the feature to disabled to hide it completely.
- [DEPRECATED] ScheduleTooltip#getHoverTipHtml is now deprecated in favor of the new
generateTipContent
method allowing you to completely customize the markup shown inside it. - Removed React and Vue CDN demos in favor of existing framework examples (Fixed #840)
- Moved localization from
'GridBase.serverResponseLabel
to'CrudManagerView.serverResponseLabel
- Renamed localization from
RecurrenceCombo.Custom...
toRecurrenceCombo.Custom
BUG FIXES
- Fixed #780 - removeRow text missing
- Fixed #791 - Dependency creation tooltip is always invalid in angular when module bundle is used instead of umd #791
- Fixed #846 - No scheduleclick event triggered in IE in area next to splitter
- Fixed #865 - afterEventDrop is not fired when event is dropped outside the timeline
- Fixed #881 - Tooltip is blinking in Firefox when hoverDelay is specified
- Fixed #886 - commit triggered twice after event dragged from partner
- Fixed #896 - Event element is left when reassign is used on the event model and autoCommit is enabled
Version 3.1.4, 2020-05-19
BUG FIXES
- Fixed #772 - undefined query parameter in CrudManager URLs
Version 3.1.3, 2020-05-14
FEATURES / ENHANCEMENTS
- Scrolling in a dataset with varying row heights has been improved. Scheduler now pre-calculates heights up to a configurable row count limit and populates a row height map used to estimate the total scroll height better.
BUG FIXES
- Fixed #322 - Fields with complex mapping are not updated properly on sync
- Fixed #539 - Scrollbar changes position during scroll when row heights vary greatly in a small dataset
- Fixed #553 - Loadmask not hidden after load fails
- Fixed #554 - Safari shows wrong dates in event editor
- Fixed #565 - Scheduler Export to PDF failed with grouping enabled
- Fixed #570 - Scrolling with touch doesn't work on events
- Fixed #572 - CrudMananger load GET request has Content-Type header set to json
- Fixed #583 - CrudManager should load URL provided in requestConfig
- Fixed #603 - Resource images in ResourceInfoColumn flicker after record update
- Fixed #638 - constrainToTimeSlot setting not cleared when drag starts
Version 3.1.2, 2020-04-17
FEATURES / ENHANCEMENTS
- The scheduler.module.js bundle is now lightly transpiled to ECMAScript 2015 using Babel to work with more browsers out of the box
- Should be possible to toggle constrainDragToResource dynamically. Fixed #542
- The PDF Export feature scrolls through the dataset in a more efficient manner. Fixed #578
BUG FIXES
- Fixed #443 - Failed CrudManager load/sync should show failure message just like Store loading does
- Fixed #464 - Dependencies are not refreshed after filtering with schedule region collapsed
- Fixed #471 - CrudManager + AjaxHelper sends wrong content type
- Fixed #515 - Dependencies cannot be created in scheduler web component
- Fixed #572 - CrudMananger load GET request has Content-Type header set to json
Version 3.1.1, 2020-03-27
BUG FIXES
- Fixed #120 - Vertical mode misses 'renderTimeSpan' method.
- Fixed #314 - Load mask is not hidden after receiving unsuccessful response
- Fixed #369 - Resource time range title changes on scrolling in vertical mode
- Fixed #404 - Crash in CrudManager demo after saving updated event
- Fixed #409 - Crash when clicking next time arrow in event editor if end date is cleared
- Fixed #441 - Recurrence dialog is too narrow
- Fixed #445 - React: Scheduler crashes when features object passed as prop
- Fixed #454 - "No records to display" shown during loading
- Fixed #457 - Docker container with gantt ASP.NET Core demo cannot connect to MySQL container
- Fixed #459 - Event editor should be scrollable if it does not fit in viewport
- Fixed #466 -
constrainDragToResource
should be supported in vertical mode
Version 3.1.0, 2020-03-10
FEATURES / ENHANCEMENTS
- New Recurring Events React+TypeScript demo (Fixed #655)
- New Recurring Events Angular 9 demo (Fixed #654)
- Added new demo showing integration with .NET backend (Fixed #299)
- Added new demo showing integration with .NET Core backend (Fixed #299)
- Font Awesome 5 Pro was replaced with Font Awesome 5 Free as the default icon font (MIT / SIL OFL license)
BUG FIXES
- Fixed #083 - Drag selection element position wrong if page is scrolled
- Fixed #320 - Resource margin does not affect milestone size
- Fixed #346 - Cascading combo box not editable
- Fixed #347 - Crash if starting timerange drag while previous drag operation is finalizing
- Fixed #348 - Tooltip misaligned after clicking add in tasks demo
- Fixed #380 - Vue custom event editor shows editor only once
- Fixed #384 - Dependencies not repainted after group collapse / expand
- Fixed #385 - Ghost event element remains in view after adding new event/resource and syncing changes to backend
- Fixed #403 - Aborted fetch should not create exception in console
Version 3.0.4, 2020-02-24
FEATURES / ENHANCEMENTS
- Compressed non-working time was added to TimeAxis demo (Fixed #319)
BUG FIXES
- Fixed #198 - Promise not resolved when showing a shown Popup
- Fixed #203 - Events stay selected after other events selection if they are not in the viewport
- Fixed #288 - Add recurringTimeSpans to framework wrappers and update guides
- Fixed #292 - Crash when using arrow key in simple event editor
- Fixed #295 - Scroll is reset to top after clicking time axis in vertical mode
- Fixed #333 - Crash when creating dependency in web components demo
Version 3.0.3, 2020-02-13
FEATURES / ENHANCEMENTS
- Added a new demo using cellGenerator + improved cellGenerator docs (Fixed #250)
- Added new
resourceheaderclick
,resourceheaderdblclick
,resourceheadercontextmenu
events fired when interacting with resource header in vertical mode (Fixed #282).
API CHANGES
- [DEPRECATED] The
beforeZoomChange
andzoomChange
events are deprecated. These are synonyms forbeforePresetChange
andpresetChange
BUG FIXES
- Fixed #194 - fillTicks fills the next day if time is 00:00:00
- Fixed #243 - Scheduler doesn't properly render rows for resource tree loaded on demand
- Fixed #245 - timeRanges not refreshed if its store uses beginBatch/endBatch
- Fixed #260 - Cannot enter negative lag in dependency editor
- Fixed #263 - Scrolling breaks after event resize
- Fixed #276 - Event disappears after drag drop (Angular Drag from Grid demo)
Version 3.0.2, 2020-01-30
FEATURES / ENHANCEMENTS
- PDF export server was refactored. Removed websocket support until it is implemented on a client side.
Added logging. Added configuration file (see
app.config.js
) which can be overridden by CLI options. Multipage export performance was increased substantially (seemax-workers
config in server readme). (Fixed #112)
API CHANGES
- Added
image
field forResourceModel
BUG FIXES
- Fixed #195 - ExtJS modern demo: not possible to create more than one instance dynamically
- Fixed #207 - EventDrag constraint wrong when constrainDragToTimeline is false
- Fixed #210 - Assignment store does not fire
change
event when editing resources - Fixed #220 - Load mask with CrudManager not working
- Fixed #226 - columnLinesFor config is ignored when switching between view presets
- Fixed #233 - Assignments updated when just changing event dates in event editor
- Fixed #234 - Missing "Recurring events" demo resource image
Version 3.0.1, 2020-01-17
FEATURES / ENHANCEMENTS
- PDF Export feature uses *Scheduler* as the default file name (Fixed #117)
- Added new Grid methods
enableScrollingCloseToEdges
/disableScrollingCloseToEdges
to activate automatic scrolling of a SubGrid when mouse is close to the edges. Demonstrated in the updated scheduler 'dragfromgrid' demo. - Added support to show async tooltips (Fixed #148). Showcased in updated
tooltips
demo. See EventTooltip feature docs for information.
API CHANGES
- [BREAKING] (for those who build from sources): "Common" package was renamed to "Core", so all our basic classes
should be imported from
lib/Core/
- Added
resourceImageExtension
config toSchedulerEventRendering
mixin to support setting resource image extension - EventNavigation#navigator config changed from public to internal. This config should not be needed in normal use of the Scheduler
BUG FIXES
- Fixed #25 - eventContextMenu triggered when right clicking summary bar
- Fixed #45 - Event not derendered after setting future dates in event editor of new event
- Fixed #59 - EventDragSelect feature selects events even if drag happens on locked grid
- Fixed #62 - Event disappears after drag cancelled with ESC and followed by ZoomIn/Out
- Fixed #96 - Drag create proxy not removed if autoClose is false on EventEdit feature
- Fixed #97 - weekStartDay not updated after localization
- Fixed #104 - Calendar icon should be shown in tooltips if date format doesn't include hour info
- Fixed #105 - Time axis breaks after scrolling leftwards a long way bug high-priority resolved
- Fixed #119 - Infinite image requests in vertical demo
- Fixed #129 - Crash when exporting scheduler with no dependencies
- Fixed #130 - Crash when export Scheduler with columnLines disabled
- Fixed #136 - PresetManager methods not declared as static in gantt.d.ts
- Fixed #137 - Drag drop of multiple selected events in vertical mode does not work
- Fixed #146 - Recurring event not rendering occurrences
- Fixed #163 - Recurrence UI should be disabled by default
- Fixed #168 - Broken Vue CDN demo
- Fixed #169 - Features disabled in Vue demos
- Fixed #189 - DOCS: Public configs should not link to private configs/classes
Version 3.0.0, 2019-12-20
FEATURES / ENHANCEMENTS
- New Ionic Themes demo which shows using and changing included themes. (Fixed #9394)
- Added support for exporting the Scheduler to PDF and PNG. It is showcased in several examples, pdf-export for Angular, React and Vue frameworks, as well as in examples/export. The feature requires a special export server, which you can find in the examples/_shared/server folder. You will find more instructions in the README.md file in each new demo. (Fixed #6268)
- Added public config to disable recurring event fields in event editor UI (Fixed #71)
API CHANGES
- [BREAKING] The
ViewPreset
now uses aheaders
array instead of named header levels in aheaderConfig
property. So thecolumnLinesFor
property is now an index into that array. (Fixed #9325, #4469) - ViewPresets and zoom levels were refactored for easier usage.
ViewPresets
are now contained in aPresetStore
and zooming steps between them, removing the need of manually definingzoomLevels
. - TimeSpan (and its subclasses such as EventModel) now uses
DateHelper.defaultFormat
as the default format for parsing strings to dates (applies tostartDate
andendDate
). The actual format used by default is still the same, but now more easily configurable (Fixed #32). - Scheduler now also uses
DateHelper.defaultFormat
as its default format for the timeaxis start and end dates. This change makes it behave slightly different, previously it would expect milliseconds in its format and now it does not. - Scheduler#getDateFromX is deprecated because it is orientation dependent. Scheduler#getDateFromCoordinate should be used if you have the position on the correct axis, or Scheduler.getDateFromXY if you have a coordinate pair.
BUG FIXES
- Fixed #6 - hideHeaders in combination with timeRanges causes crash
- Fixed #18 - onEventCommit triggers too many row refreshes
- Fixed #58 - Timeline is broken when event is scrolled into view
- Fixed #65 - Event is not repainted to the updated time if its resource has been changed too
- Fixed #72 - Drop date is resolved based on cursor position instead of proxy element
- Fixed #8569 - Scheduler doesn't paint events for resource with id 0
- Fixed #8570 - Dependencies with id: null are reusing one dependency line
- Fixed #9456 - Event editor recurring UI should be hidden when RecurringEvents feature is disabled
Version 2.3.1, 2019-11-20
BUG FIXES
- Fixed #3 - Crash when using recurrence custom field
Version 2.3.0, 2019-11-06
FEATURES / ENHANCEMENTS
- ### SCHEDULER IMPROVEMENTS
- Scheduler now supports recurring events (Fixed #8305). See new
recurrence
demo andrecurringEvents
feature in the docs for details. - Added a thinner version of Scheduler called
SchedulerBase
. It is a Scheduler without default features, allowing smaller custom builds using for example WebPack. See the newcustom-build
demo for a possible setup (Fixed #7883) - Event removal using keyboard and the event editor is now both preventable through the
beforeEventDelete
event triggered on Scheduler (Fixed #8681) - The horizontal time axis header now only renders ticks in view, reducing the performance impact of displaying long time ranges (Fixed #9022)
- Added
dragHelperConfig
to EventDrag feature to be able to easily configure the internal DragHelper instance (Fixed #9276) mode
property is supported by Angular/React/Vue wrappers by default now (Fixed #9320)scheduleClick
,scheduleDblClick
andscheduleContextmenu
events now also include information about the current tickStartDate and tickEndDate of the timeAxis- New
scheduleMouseMove
event added with same event signature asscheduleClick
- Support for disabling features at runtime has been improved, all features except Tree can now be disabled at any time.
- Widgets may now adopt a preexisting DOM node to use as their encapsulating
element
. This reduces DOM footprint when widgets are being placed inside existing applications, or when used inside UI frameworks which provide a DOM node. See theadopt
config option. (Fixed #9414) ### DEMO UPDATES - The
dragfromgrid
demo was updated with toggling between vertical and horizontal mode (Fixed #8985) - The
drag-between-schedulers
andpartners
demos uses a new Splitter widget to allow adjusting the size of the Schedulers (Fixed #9138) ### ANGULAR/REACT/VUE - Experimental: The React wrapper has been updated to support using React components (JSX) in cell renderers and as cell editors. Please check out the updated React demos to see how it works (Fixed #7334, Fixed #9043)
- React Integration Guide updated with information on new JSX and React Components renderers and editors support (Fixed #9245)
- Added new Angular 8 demo (Fixed #9336)
BUG FIXES
- Fixed #7998 - DOCS: Links are wrong if open grid docs from scheduler docs
- Fixed #8272 - Dep lines can be orhpaned when multiassigned event shares resource with single assigned
- Fixed #8456 - Dependencies feature not working in nested events demo
- Fixed #8522 - STYLING: Line header element and body element should have same color
- Fixed #8642 - Custom event sorting is not supported
- Fixed #8660 - DOCS: Column lines major ticks are not thicker
- Fixed #8702 - TimeRanges feature throws an exception when Scheduler is in a Popup
- Fixed #8898 - Resizing should work also when events are small
- Fixed #8972 - Crash in vertical mode if a resource has no name defined
- Fixed #9036 - Assigning to a resource which is filtered out doesn't move event to the resource
- Fixed #9067 - Crud manager should support fetchOptions
- Fixed #9110 - Crash if undoing change to event which is inside collapsed parent
- Fixed #9234 - Event disappears on drag/drop between multiple schedulers
- Fixed #9236 - Dependendency store changes are not empty after initialization
- Fixed #9249 - Tooltip End Date wrong if event ends on midnight
- Fixed #9254 - draggable field not respected for multi-event drag
- Fixed #9258 - VUE: Custom Event Editor demo does not use the full screen height on iPad
- Fixed #9270 - Crash after creating event in vertical mode after sync
- Fixed #9307 - eventDragSelect feature missing from react wrappers
- Fixed #9316 - Should be possible to specify renderer for ResourceInfoColumn
- Fixed #9395 - Code shown in ResourceInfoColumn after few changes to events
Version 2.2.5, 2019-09-16
FEATURES / ENHANCEMENTS
- Added example that shows how to use Vue popup as a custom event editor (partial fix of #8721)
- Added example that shows how to use Angular popup as a custom event editor (fix of #8721)
BUG FIXES
- Fixed #9110 - Crash if undoing change to event which is inside collapsed parent
- Fixed #9199 - TimelineZoomable passes level: -1 in the zoomChange event
- Fixed #9202 - ResourceInfo column reloads non-existing image instantly
- Fixed #9210 - Crash when opening eventEditor programmatically in vertical mode
- Fixed #9215 - CrudManager only syncs featured stores
- Fixed #9216 - DOCS: Nested configs look broken
- Fixed #9218 - TimeRanges feature doesn't update element properly on id change
- Fixed #9224 - CrudManager doesn't commit records on sync
- Fixed #9232 - getStartEndDatesFromRectangle not implemented for vertical mode
- Fixed #9241 - EventTooltip hides on left/right scroll with magic mouse while still over an event.
Version 2.2.4, 2019-09-09
FEATURES / ENHANCEMENTS
- Added a customization guide about switching to Material Icons (Fixed #8969)
- New example that shows how to use React popup form as a custom event editor (partial fix of #8721)
- Added
triggerEvent
config for TimeSpanRecordContextMenuBase (inherited in ScheduleContextMenu, EventContextMenu), to set event which triggers context menu (Fixed #8757) - Scheduler now fires
eventDragAbort
in case of an aborted drag operation (Fixed #9195)
BUG FIXES
- Fixed #7809 - eventType field should update visibility of the other EventEditor fields
- Fixed #8658 - STYLING: Milestone layout demo renders incorrectly
- Fixed #9067 - Crud manager should support fetchOptions
- Fixed #9111 - Unexpected transitions for existing events when adding new events
- Fixed #9149 - Crash when dragging many tasks and some end up outside time axis, then dragged back
- Fixed #9150 - TimeAxis#round off for distant months
- Fixed #9151 - Event bars of multi week events not visible at extreme zoom in levels
- Fixed #9168 - Default image not shown after scrolling
- Fixed #9192 - Crash in vertical mode if calling store.endBatch
Version 2.2.3, 2019-08-27
FEATURES / ENHANCEMENTS
- A new
resourceMargin
config was added to Scheduler, to allow more control over the event layout. Use it to specify the margin between the first/last stacked/packed event within a resource and the resources edges (row or column depending on mode). Defaults to use the configuredbarMargin
, making it backwards compatible (Fixed #7888) - A
readOnly
mode was added to the event editor (Fixed #8343)
API CHANGES
- The default region for new columns has changed to be the first region (usually "locked") in Scheduler (Fixed #7423)
BUG FIXES
- Fixed #6357 - Dependency creation tooltip prevents creating dependecies in some cases
- Fixed #7816 - Investigate performance when changing start/end dates
- Fixed #8093 - No need to redraw other rows on changes with eventLayout: 'none'
- Fixed #8764 - Partner timelines out of sync after zooming
- Fixed #8772 - ScheduleTooltip should reposition itself upon hover over it
- Fixed #8947 - VERTICAL: Scroll to date not functioning
- Fixed #8998 - ResourceTimeRanges not drawn after clearing and repopulating resource store
- Fixed #9004 - Resource images reloaded upon every Resource change
- Fixed #9017 - zoomchange event signature doesn't match doc
- Fixed #9032 - Adding event when no rows to display fails with exception
- Fixed #9046 - Angular-N demos are broken
- Fixed #9073 - vue drag-from-grid demo cannot be built with yarn
- Fixed #9090 - Resource images reloaded when resource column width changes
- Fixed #9098 - Warn users if scrollEventIntoView is not possible
- Fixed #9105 - STYLING: Change major tick column lines to use Grid's cell border color, minor tick lines slightly faded
- Fixed #9112 - Crash when modifying number of resources in bigdataset demo
- Fixed #9115 - Timerange header position is incorrect after scroll
- Fixed #9120 - Vertical scheduler throws exception when autoHeight is true
- Fixed #9127 - ResourceInfoColumn.validNames null disallows all names
Version 2.2.2, 2019-08-15
FEATURES / ENHANCEMENTS
- Support for dragging multiple events at once was added, check it out in the
dragselection
demo (Fixed #8289) - New Ext Scheduler to Bryntum Scheduler migration guide (Fixed #8595)
BUG FIXES
- Fixed #7697 - Milestone position wrong in Custom Event Styling demo
- Fixed #8456 - Dependencies feature not working in nested events demo
- Fixed #8722 - No context menu shown when dependencies initialized as disabled or get disabled
- Fixed #8842 - beforeclose event not fired consistently for EventEditor
- Fixed #8939 - HeaderContextMenu range setting does not handle sub-day ticks.
- Fixed #8965 - Resource time ranges missing after filtering + zooming
- Fixed #8972 - Crash in vertical mode if a resource has no name defined
- Fixed #8994 - Advanced Angular demo (angular 8) fails to run production build
- Fixed #9009 - Dependency terminals visible after event resize with 'allowCreate' set to false
Version 2.2.1, 2019-07-24
BUG FIXES
- Fixed #8730 - Dependencies are not redrawn after change
- Fixed #8877 - Crash in Tasks demo when typing arrow right on an event
- Fixed #8893 - PHP demo: doesn't save changes for newly created events
- Fixed #8894 - PHP demo: fails when try to edit an event after another is created
- Fixed #8923 - Child nodes not shown for newly added resource in a tree
- Fixed #8933 - Vue trial demos don't work in IE11
- Fixed #8942 - Crash when starting vertical mode demo on touch device
- Fixed #8943 - Crash when dragging newly created event
- Fixed #8944 - Crash when clicking next arrow in start date field of date range menu
- Fixed #8946 - VERTICAL: Resizing small event starts both resize + drag
Version 2.2.0, 2019-07-19
FEATURES / ENHANCEMENTS
- New vertical rendering mode added showing resources on the horizontal axis and time on the vertical axis. The vertical
mode compatible with most Scheduler features, be sure to check out the new
vertical
demo (Fixed #7504) - New integration example Filtering Scheduler for React with TypeScript (Fixed #7408)
- Scheduler now supports zooming by dragging a range in the time axis header. Use the new HeaderZoom feature to enable this behavior (Fixed #8747)
- Added a
resourceImagePath
to Scheduler, for shared usage by features that displays resource miniatures (such as ResourceInformationColumn and the header in vertical mode) - [BREAKING] The Bryntum Scheduler wrapper for React and Angular has been rewritten to support passing different values
to features and config options with same names. Property names must be now suffixed with
Feature
to differentiate features and config options, for exampletimeRangesFeature
. In this example,timeRangesFeature
would be propagated to Scheduler features andtimeRanges
property would go to Scheduler itself.
API CHANGES
- [DEPRECATED] ResourceInfoColumns
imagePath
anddefaultImageName
configs was deprecated in favour of the newresourceImagePath
anddefaultResourceImageName
configs on Scheduler - [DEPRECATED] Scheduler's
tickWidth
property is deprecated, it is calledtickSize
now
KNOWN ISSUES
- Vue framework integration demos don't work in IE11 with the Scheduler trial distribution (work fine with full distribution though)
BUG FIXES
- Fixed #8694 - Touch drag on events should only start after a small delay
- Fixed #8736 - nonWorkingTime feature highlights wrong zones when scheduler shows only working time
- Fixed #8867 - React drag onto tasks demo in full screen
- Fixed #8873 - VUE Localization demo: Locales are hardcoded
- Fixed #8878 - Specifying listeners for event editor breaks drag create feature and tooltip
- Fixed #8918 - ResourceTimeRanges not rendered when filtering tasks
Version 2.1.3, 2019-07-04
FEATURES / ENHANCEMENTS
- The integration guides for Angular, React and Vue have been updated to reflect the latest versions of our examples and wrappers.
BUG FIXES
- Fixed #8746 - Drag and drop breaks row rendering when the view is scrolled and drop makes events overlapped
- Fixed #8750 - Scheduler shouldn't fire beforeEventAdd event if eventEdit feature exists
- Fixed #8804 - Error / warnings in console of web components demo
- Fixed #8818 - PHP demo: creating a new event fails
- Fixed #8819 - PHP demo: changing assignment to a different resource duplicates the event
- Fixed #8843 - Drag between schedulers: Bottom scheduler header bug
- Fixed #8868 - Crash when zooming in narrow screensize
- Fixed #8871 - Exception thrown when removing event under mouse pointer
Version 2.1.2, 2019-06-27
BUG FIXES
- Fixed #8667 - GroupSummary sometimes not rendering
- Fixed #8705 - Not possible to disable dependency creation
- Fixed #8719 - Clean up public configs that were removed in 2.1 release (showAddEventInContextMenu, showRemoveEventInContextMenu, showUnassignEventInContextMenu)
- Fixed #8720 - REGRESSION: readOnly mode should disable default context menu items
- Fixed #8726 - DependencyEdit editDependency crashes when called programmatically
- Fixed #8761 - Grid vertical scroll height not updated after event add
- Fixed #8762 - Time range elements are sized incorrectly when zooming out
Version 2.1.1, 2019-06-14
BUG FIXES
- Unfortunately we broke event animations in 2.1.0, this release re-enables them
Version 2.1.0, 2019-06-12
FEATURES / ENHANCEMENTS
- Bumped built in FontAwesome to version 5.8.2
- Demos now have a built in code editor that allows you to edit their code (Chrome only) and CSS (Fixed #7210)
- Scheduler now supports selecting multiple events using drag drop (Fixed #8647)
- Scheduler now has a new SimpleEventEdit feature for editing the name of an event (Fixed #8648)
- Multiple new Angular demos added, see the
examples/angular
folder
API CHANGES
- The
cls
property ofScheduler.model.Event
is now an instance ofCommon.helper.util.DomClassList
. Code which uses it as a string will continue to work as the class has atoString
inplementation, and the theset Cls
setter will promote incoming strings. But using theDomClassList
API allows easy adding and removal of individual CSS classes, easy testing for presence of a CSS class and more accurate comparisons of two Events' classes. TheDomClassList#isEqual
method will work regardless of the _order_ that class names were added. - Scheduler repaints dependencies asynchronously when dependency, assignment or event is changed. Use
dependenciesDrawn
event to know when dependency lines are actually painted.draw
,drawDependency
anddrawForEvent
are still synchronous. - [BREAKING] Context menu Features are configured in a slightly different way in this version. If you have used the
extraItems
orprocessItems
options to change the contents of the shown menu, this code must be updated. Instead of usingextraItems
, useitems
. Theitems
config is an *Object
* rather than an array. The property values are your new submenu configs, and the property name is the menu item name. In this way, you may add new items easily, but also, you may override the configuration of the default menu items that we provide. The default menu items now all have documented names (see thedefaultItems
config of the Feature), so you may apply config objects which override default config. To remove a provided default completely, specify the config value asfalse
. This means that the variousshowXxxxxxxInContextMenu
configs in the Scheduler are now ineffective. Simply use for example,items : { deleteEvent : false }
to remove a provided item by name.processItems
now recieves itsitems
parameter as anObject
, so finding predefined named menu items to mutate is easier. Adding your own entails adding a new named config object. Use theweight
config to affect the menu item order. Provided items areweight : 0
. Weight values may be negative to cause your new items to gravitate to the top. - [DEPRECATED] EventEdit's
extraWidgets
config was deprecated and will be removed in a future version. Please useextraItems
instead. - [BREAKING] EventSelection#deselectEvent now always maintains current selected events. (Fixed #8646)
BUG FIXES
- Fixed #8063 - Drag resize ignores allowOverlap set to false
- Fixed #8205 - Dependencies can be rendered wrong for out of view events/tasks
- Fixed #8245 - Aborting task drag with ESC does not redraw dependency
- Fixed #8258 - Scheduler/examples/multiassign-with-dependencies/ throws error when dragging event and mouse moves over splitter
- Fixed #8380 - Non working time should highlight header time axis cells
- Fixed #8393 - CrudManager tries to sync invalid record
- Fixed #8544 – React: drag from grid freeze bug
- Fixed #8546 - scrollEventIntoView/scrollResourceEventIntoView should focus event element
- Fixed #8584 - ColumnLines feature misrendering
- Fixed #8600 - Zoom to fit not functioning correctly
- Fixed #8601 - Nested demo: nested event styles
- Fixed #8657 - Presets should have column lines defined for the lowest header level by default
- Fixed #8663 - Rendering broken in drag from grid demo
Version 2.0.3, 2019-05-23
FEATURES / ENHANCEMENTS
- EventDrag feature can now be programmatically disabled
API CHANGES
- CrudManager would previously when used with a tree store erroneously append new records from the backend without
specified
parentId
to the first record in the store, whereas it now will append them to the root.
BUG FIXES
- Fixed #7561 - Should be able to use Grid & Scheduler & Gantt bundles on the same page
- Fixed #8041 - Normal header is not correctly stretched inside flex layout
- Fixed #8350 - Pan feature should also scroll the view by clicking on an event when drag and drop is disabled
- Fixed #8369 - ResourceInfoColumn should show default image if loading fails
- Fixed #8392 - 'cls' CSS class not added to rendered dependency
- Fixed #8398 - Event not selected if clicking the resize handle
- Fixed #8403 - Workingtime demo: Drag create out the right side of the time axis
- Fixed #8411 - Scheduler redrawn twice on EventStore dataset
- Fixed #8431 - Drag between schedulers demo not working with mobile device
- Fixed #8484 - New events not saved in CrudManager demo
- Fixed #8487 - Unchanged events in row are animated upon event add
Version 2.0.2, 2019-05-10
FEATURES / ENHANCEMENTS
- Scheduler now only redraws affected rows if events change, greatly speeding up cases where a change does not affect the height of the row (Fixed #8303)
- Labels for TimeRanges are now rendered in the time axis header to not be covered by task elements in the timeline
(
showHeaderElements
config of the feature switched totrue
by default). - New initial animation 'zoom-in' added
- Animations demo extended to showcase initial animations, also includes a custom animation
API CHANGES
- Dependency hover and creation tooltips can now be enabled separately (
showTooltip
vsshowCreationTooltip
).
BUG FIXES
- Fixed #7496 - Allow aborting event resize with ESC
- Fixed #7810 - Filterable timeaxis doesn't work with DAY shift unit
- Fixed #7968 - zoomToSpan should take centerDate config into account
- Fixed #8069 - Provide public timeRanges property on CrudManager
- Fixed #8307 - Context menu should work on whole scheduling area
- Fixed #8319 - Current timeline header element not initially shown
- Fixed #8337 - Subclasses of TimeRanges remove each others elements
- Fixed #8346 - TimeRange with startDate == endDate not rendered properly
- Fixed #8355 - Selection of next event upon deletion bugged by implementation of non working time
- Fixed #8365 - Event style not cleaned up properly on reuse
Version 2.0.1, 2019-05-03
BUG FIXES
- Fixed #7906 - RoughJS demo not running in IE11
- Fixed #7932 - Crash if timeRange lacks start or end date
- Fixed #7947 - Dependencies feature sets up its store listeners too early.
- Fixed #7956 - EventNavigation fires an incorrect event signature for the navigate event
- Fixed #7974 - Having leaf item at the top of the tree makes the whole tree broken
- Fixed #7976 - Should not highlight timeaxis column on hover
- Fixed #7977 - Dependency drag terminals wrong colour after mouseup of event resize drag
- Fixed #7981 - When moving an event into the far future, dep lines are redrawn wrong and not kept up to date
- Fixed #7989 - Timeaxis filter field width overflows its container
- Fixed #7997 - Mouseout of event through dep terminal leaves resizing class present on inner.
- Fixed #8005 - Resource timeranges not rendering correctly with eventLayout 'none'
- Fixed #8006 - Investigate poor scrolling performance on partnered schedulers with many events
- Fixed #8041 - Normal header is not correctly stretched inside flex layout
- Fixed #8046 - "event(s)" in ResourceInfoColumn template should be localized
- Fixed #8066 - Working time demo: Column lines for middle day viewpreset out of sync
- Fixed #8084 - Scheduler view not reacting to 'refresh' event after endBatch()
- Fixed #8128 - getDateFromDomEvent doesn't work with non-local mouse events
- Fixed #8144 - Header menu items duplicated if using multiple instances of TimeRanges
- Fixed #8161 - TimeRanges doesn't work in React Typescript demo
- Fixed #8221 - Drag proxy misplaced if page is scrolled
- Fixed #8263 - Event selection should be cleared if drag starts without CTRL pressed
Version 2.0.0, 2019-03-28
FEATURES / ENHANCEMENTS
- New demo using WebSockets added (client + server)
- New demo using Ionic added (Fixed #7426)
- New demo showing integration to the Vuestic web app (IE11 is not supported) (Fixed #7831)
- New demo showing cascading combos in Event Editor (Fixed #7755)
- New demo using Rough.js for custom sketched event styling added (Fixed #7493)
- Demos ported to vue: drag-from-grid, drag-onto-tasks (TypeScript, Fixed #756)
- Included a new default theme called "stockholm"
- Added animation for first display of events (Fixed #7550)
- Scheduler now supports filtering the time axis ticks and/or defining a custom tick generator to create a
non-continuous time axis. Try the new
timeaxis
demo to see it in action (Fixed #6597) - Added support for specifying working days and hours, which will be used to either filter the time axis or stretch the rendered events depending on zoom level (Fixed #7536).
- Removed flatpickr as our time picker for
TimeField
and replaced with our own implementation (Fixed #7396) - Made it possible to manipulate items of HeaderContextMenu before show (Fixed #7544)
- Added support for using dependencies with multi assigned events (Fixed #6749)
- Added API to show context menu for event record (Fixed #7621)
- Scheduler now supports multiple regions for columns, as opposed to only two previously (locked and normal). Check out the new columns demo to see how it works (Fixed #7642)
- Add support for dashed and dotted lines to the ColumnLines feature (Fixed #7653)
- Events can now be split in pieces using the new
split
API. Demonstrated in tooltips demo and eventcontextmenu demo. - Angular demos no longer use
autoHeight
, instead they get their height from CSS as most of other demos do. This makes code from them a bit easier to reuse outside of our demos (Fixed #7767) - EventEdit feature now triggers a
beforeEventEditShow
event on scheduler after constructing the editor and loading the event, but before being shown. Allows you to hook in to for example filter the resources combo (Fixed #7520) - Added a
style
field to theTimeSpan
model. Can be used to apply custom styling to events, time ranges and resource time ranges (Fixed #7596) - New
getVisibleDateRange()
API added (Fixed #7876) - The CrudManager
AjaxTransport
mixin now uses our internal AjaxHelper and the fetch API for transport, https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API)
API CHANGES
- Previously private field accessors on the event editor feature were made public (nameField, resourceField etc.) to for example allow manipulation of shown resources when displaying the editor (Fixed #7519)
- TimeAxisViewModel was made public, it handles mapping between the data based time axis and the UI. You can access it
using
scheduler.timeAxisViewModel
to find out the date at a specific pixel etc. - EventContextMenu#onElementContextMenu is private now, use EventContextMenu#showContextMenuFor instead
- 'beforeEventDrag' is no longer fired on mousedown, but on the first mousemove following a mousedown (Fixed #7723)
- [BREAKING] The
renderEventsAsContainers
has been removed, and the rendering simplified. All Events are rendered inside their own wrapper element. _This will only affect you if you have custom styling applying to event elements and were not usingrenderEventsAsContainers: true
_ - [BREAKING] TimeField's and DateField's
pickerFormat
config was removed in favour of usingformat
also for the picker - [BREAKING] EventEditors resource field was renamed from
resourceIdField
->resourceField
to reflect the fact that it might involve multi assignment (Fixed #7518) - [BREAKING] Scheduler now renders it contents on
paint
instead of onrender
, to allow it to initialize correct when embedded in tab panels and similar. Because of this change, therender
event was removed. - [BREAKING]
idField
config was removed fromStore
, it was not used in the codebase and did not work as intended. The config is still available and working onModel
, set it on your subclass (MyModelClass.idField = 'MyId'
). If you really want to remap id to another field in your data without subclassingModel
you can still do it using thefields
config onStore
:new Store({ fields : [{ name : 'id', dataSource : 'MyId' }] });
BUG FIXES
- Fixed #7422 - Cannot read property 'atob' of undefined
- Fixed #7483 - finalize method called twice when cancelling event resizing
- Fixed #7500 - Crash in CrudManager demo if making changes while sync is in progress
- Fixed #7599 - Event rendering in month is a bit off
- Fixed #7669 - TimeField in EventEditor left/right buttons should use same increment as current viewPreset timeResolution
- Fixed #7675 - EditBase should check field validity in a more precise manner
- Fixed #7719 - Assignment cannot be moved correctly if it overlaps with itself and allowOverlap is false
- Fixed #7708 - ScheduleTip and EventTip disabled after dragging en event out of view
- Fixed #7723 - 'beforeEventDrag' is fired on mousedown event
- Fixed #7726 - DOCS: Complete list of defaults
- Fixed #7732 - Event selection lost after loading new dataset which contains previously selected event id
- Fixed #7733 - Old selected events not cleaned up when a dataset changes
- Fixed #7735 - TimeSpan.normalize should respect mapping
- Fixed #7758 - ViewPreset headerConfig "align" has no effect
- Fixed #7760 - ViewPreset headerConfig "headerCls" has no effect
- Fixed #7761 - Some feature methods, exposed to scheduler, are not typed properly
- Fixed #7770 - Events not deleted when parent tree node deleted
- Fixed #7802 - Incorrect dates on the timeaxis when resolution unit is month
- Fixed #7810 - Filterable timeaxis doesn't work with DAY shift unit
- Fixed #7863 - Crash after drag drop when scrolled to bottom and replacing events dataset
- Fixed #7869 - Setting showCurrentTimeLine to false doesn't work
Version 1.2.5, 2019-02-26
FEATURES / ENHANCEMENTS
- Updated the React guide to reflect the change of bundle used in the demo (it uses scheduler.module.transpiled.js to allow the demo to run in IE11)
BUG FIXES
- Renamed event relay prefix in the vue wrapper to avoid naming collisions (eventStore -> events etc.)
- Fixed react_typescript build
Version 1.2.4, 2019-02-19
FEATURES / ENHANCEMENTS
- Updated
readme.md
to better describe the projects folder structure and different included bundles.
BUG FIXES
Version 1.2.3, 2019-02-14
FEATURES / ENHANCEMENTS
- Added a date picker to EventEditor, Angular, and Vue demos (Fixed #7584)
BUG FIXES
- Fixed #7547 - STYLING: Wrong selection style for group header rows
- Fixed #7563 - Scroll reset in partners demo
- Fixed #7590 - STYLING: Headers missing padding in IE11
- Fixed #7608 - react_build demo is broken
- Fixed #7609 - passStartEndParameters config has no effect
- Fixed #7619 - Dblclicking a summary row should not create a new event
- Fixed #7620 - Incorrect position for events below collapsed group in groupsummary demo
Version 1.2.2, 2019-01-28
API CHANGES
- ANGULAR: The Scheduler component was previously relaying events from EventStore and ResourceStore by prefixing them
with
eventStore
andresourceStore
, making it possible to listen for for exampleeventStoreAdd
orresourceStoreRemove
. The prefix was causing naming collisions internally and have now been changed toevents
andresources
->eventsAdd
/resourcesRemove
. In case you rely on this in your code, you need to rename to match the new pattern.
BUG FIXES
- Fixed #7529 - After a drag on empty calendar spot, the scheduleClick event is no more fired
- Fixed #7541 - Crash when updating rendered timerange to be nonrendered
- Fixed #7558 - Error during dragdrop in angular demo
- Fixed #7555 - Drag from grid example throws error
Version 1.2.1, 2019-01-17
API CHANGES
- The behaviour when setting
startDate
after initialization on Scheduler has changed from modifying the length of the displayed time range to instead shift it backwards or forwards, keeping its duration.endDate
still modifies the length of the time range. To allow control over this behavioursetStartDate
andsetEndDate
methods have been added to the Scheduler, both accepting akeepDuration
flag (Fixed #7410)
BUG FIXES
- Fixed #6576 - AjaxTransport does not honour headers config
- Fixed #7194 - Crash when exporting schedule with grouped column
- Fixed #7354 - Angular demo does't work in IE11
- Fixed #7370 - [EDGE] Investigate Angular + trial bundle
- Fixed #7400 - Drag between schedulers demo: Cannot read property 'isMilestone' of undefined
- Fixed #7402 - Bundle aliases for angular demos not updated
- Fixed #7409 - React Typescript demo doesn't work in IE11
- Fixed #7410 - Scheduler fails when set start date greater than end date
- Fixed #7413 - Crash when creating new event in multi-assignment mode
- Fixed #7421 - Unexpected animation after event add
- Fixed #7440 - Crash in WebComponents demo after drag drop
- Fixed #7441 - Crash when updating resourceTimeRange of non-existing resource
- Fixed #7443 - Scroll bars showing/hiding indefinitely
- Fixed #7444 - Crash when deleting new multiassigned task
- Fixed #7448 - Crash in drag-between-schedulers demo
- Fixed #7452 - Trial demos do not work in Edge
- Fixed #7466 - Can't access dropped record when dragging between schedulers
- Fixed #7482 - Should not fire 'eventclick' after resizing
- Fixed #7485 - allowOverlap is not taken into account when dragging from another Scheduler
- Fixed #7492 - Column lines do not match headers if autoAdjustTimeAxis is false
- Fixed #7495 - End dates mismatch in resize tooltip
- Fixed #7502 - Timeaxis rendering not consistent in drag from grid demo
- Fixed #7503 - Drag drop breaks if event start is aligned with viewport left edge
- Fixed #7511 - Group summary rows visible in resource combo of event editor
- Fixed #7516 - Typings generation misses
implements
if noextends
Version 1.2.0, 2018-12-19
FEATURES / ENHANCEMENTS
- React wrapper changed to use
shouldComponentUpdate()
to prevent unnecessary re-renders - Added React + TypeScript demo (Fixed #7283)
- Full TypeScript typings included as
build/scheduler.d.ts
. Typings define modulebryntum-scheduler
to avoid possible name collisions, so we had to also rename import in the angular demo. - Vue wrapper now adds watchers for all props
- New demo using Vue CLI added (Fixed #7121)
- New feature + demo ResourceTimeRanges added. Renders time ranges per resource, displayed behind events (Fixed #7176)
- Built in version of FontAwesome was bumped to 5.5.0
- New demo showing drag drop of tasks between two Scheduler instances (Fixed #7069)
- Improved the "drag from grid" demo, adding new behavior to automatically reschedule overlapping tasks (Fixed #7355)
- Added a new guide on how to listen for events (Fixed #7196)
- Docs updated to state that locales should be included before the umd bundle to have effect (Fixed #7205)
- Scheduler.feature.HeaderContextMenu now accepts an
extraItems
array to add extra items to the header context menu. - The context menu for events now accepts a
processItems
function that allows processing of the items before the menu is shown (Fixed #6887) - A context menu for empty parts of the schedule was added, ScheduleContextMenu (Fixed #6724)
- Built in version of FontAwesome was bumped to 5.5.0
API CHANGES
- [BREAKING] AssignmentModels
getEvent()
,getResource()
,getEventName()
andgetResourceName()
removed in favor of propertiesevent
,resource
,eventName
andresourceName
. - [BREAKING] TimeRanges
rangeCls
andlineCls
were made private DependencyStore#getEventIncomingDependencies
renamed togetEventpredecessors
DependencyStore#getEventOutgoingDependencies
renamed togetEventsuccessors
- The
resourceRecord
parameter of the Scheduler.feature.EventEdit#beforeeventsave event object was deprecated in favor ofresourceRecords
to better support multiple assignments
BUG FIXES
- Fixed #7195 - Production build broken in angular demo
- Fixed #7224 - Store filter is not getting applied again when it's supposed to
- Fixed #7243 - Dependency lines misplaced
- Fixed #7246 - Salesforce demo doesn't work
- Fixed #7259 - React demo doesn't work in IE11
- Fixed #7267 - Dependency Tooltip width increases while moving (Firefox only)
- Fixed #7293 - Event is not visible in monthAndYear preset if end date is out of scheduler timespan
- Fixed #7307 - Dragging event to the right makes it disappear
- Fixed #7311 - Angular demo does not work in Edge
- Fixed #7315 - UI not refreshed when finalizing resize flow with
false
to cancel it - Fixed #7316 - EventEdit endTimeConfig has no effect
- Fixed #7324 - Crash when deleting event in multassign demo
- Fixed #7325 - Angular production buid doesn't work with trial sources
- Fixed #7344 - Setting a new dataset crashes when using AssignmentStore
- Fixed #7346 - react_build demo is missing .babelrc config
Version 1.1.2, 2018-11-23
FEATURES / ENHANCEMENTS
- EventTooltip docs updated to show that you can use Tooltip configs to affect the tooltip
API CHANGES
- CSS class
b-sch-minuteIndicator
renamed tob-sch-minute-indicator
- CSS class
b-sch-hourIndicator
renamed tob-sch-hour-indicator
BUG FIXES
- Fixed #7153 - Adding 100 records in a loop does not extend the scroll range of the grid.
- Fixed #7167 - End date icon inconsistent with the date it's shown next to
- Fixed #7174 - record.imageUrl should have a priority and stay as it is
- Fixed #7185 - Readding a removed resource renders events after scroll
- Fixed #7191 - STYLING: Wrong color in dark theme for nbr events text in resource info column
- Fixed #7217 - group summary demo misrendering
Version 1.1.1, 2018-11-16
FEATURES / ENHANCEMENTS
- New drag drop demo showing how to drag objects from outside the scheduler onto scheduled tasks (fixed #7139).
- The Angular wrapper now includes @Input for
eventBodyTemplate
,crudManager
,eventStore
,resourceStore
,assignmentStore
anddependencyStore
- New pan feature added (Fixed #6665)
- New
drag-between-schedulers
demo showing how you can drag and drop tasks between multiple Schedulers
API CHANGES
- Calling TimeSpan#startDate setter and TimeSpan#setStartDate will now move the span in time as opposed to earlier where it would modify the duration of the event.
BUG FIXES
- Fixed #7003 - Vue wrapper naming collision
- Fixed #7120 - Cannot use ids containing "-" on events or resources
- Fixed #7125 - Export feature doesn't export correct data by default
- Fixed #7129 - Crash when localizing time units
- Fixed #7130 - Web Components demo throws 404s
- Fixed #7132 - Setting start date > end date results in negative duration
- Fixed #7136 - Duration field should spin on up/down keys
- Fixed #7143 - Strange scroller behavior in dragfromgrid demo
- Fixed #7147 - When record is removed from context menu focus should move to next event
Version 1.1.0, 2018-11-09
FEATURES / ENHANCEMENTS
- React demo bumped to latest react and styling improved
- Built in FontAwesome version bumped to 5.4.1, scope changed from .fa -> .b-fa to not affect icons outside of our widgets
- New
tooltips
demo showing how to customize the event tooltip - New
validation
demo showing how to validate drag drop & resizing operations - New Export to Excel demo (Fixed #6961)
API CHANGES
Scheduler
has a newparter
config which pairs theScheduler
with the passedScheduler
, sharing theTimeAxis
, and synchronizing the horizontal scroll positions.- Scheduler now defaults to remove the event when removing its last assignment. This behaviour can be changed using the
removeUnassignedEvent
config. - Scheduler has a new
triggerSelectionChangeOnRemove
config that determines ifeventSelectionChange
should trigger or not when removing a selected event. - [BREAKING] ViewPresets property
timeColumnWidth
and related getters and setters was renamed totickWidth
.timeColumnWidth
can still be used for backwards compatibility, but if you are using a custom ViewPreset we recommend that you rename to be future proof. - [BREAKING] EventDrag#validatorFn now receives the drag context in one context object (similar to dragCreate and eventResize features), instead of multiple params
- [DEPRECATED] In the context object parameter (first param) of the EventResize#validatorFn, 'start' and 'end' were deprecated in favor of 'startDate' + 'endDate'.
- [DEPRECATED] In the context object parameter (first param) of the EventDragCreate#validatorFn, 'start' and 'end' were deprecated in favor of 'startDate' + 'endDate'.
- [DEPRECATED] In the
eventpartialresize
context object, the 'start' and 'end' were deprecated in favor of 'startDate' + 'endDate'. - [DEPRECATED] TimeSpan#shift method now has switched position of the
amount
andunit
params (Fixed #7031) - [DEPRECATED] Scheduler#viewportresize event was deprecated in favor of #timelineviewportresize (Fixed #7046)
- [BREAKING] In the SchedulerEventRendering#eventRenderer template method, the
columnIndex
property of thedetail
object was made private. - [BREAKING] In the SchedulerEventRendering#eventRenderer template method, the following properties of the
detail.tplData
object were made private:start
,end
,startMs
,endMs
,startsOutsideView
,endOutsideView
,resourceId
,resource
,id
andeventId
. A newheight
property was added totplData
which lets your read the event height.
BUG FIXES
- Fixed #6098 - Scheduler may be partnered with another Scheduler to share TimeAxis and scroll position.
- Fixed #6720 - Schedule and timeaxis out of sync after calling scrollEventIntoView
- Fixed #6723 - Dependency lines for events which have been deleted reappear when the scheduler subgrid is scrolled.
- Fixed #6731 - Our CSS rules should be all scoped to apply inside .b-widget
- Fixed #6814 - Editing an event's startDate to make it outside of the rendered event zone doesn't hide the event.
- Fixed #6820 - Crash in filter demo when typing regex chars
- Fixed #6906 - Theme demo not rendering correctly
- Fixed #6980 - Maximum value violation warning seen in event editor
- Fixed #6990 - When resize triggers multiple events update, extra terminals got rendered into resized element, growing uncontrollably
- Fixed #7000 - Hardcoded z-index for focused event
- Fixed #7005 - Hover should not be triggered on events during drag create
- Fixed #7006 - Calling dependencyStore.removeAll() does not remove dependency lines from view
- Fixed #7009 - New dependency gets removed from the view on scroll
- Fixed #7019 - DST transition problem
- Fixed #7021 - Copy DST fix + test from ExtScheduler 6.x
- Fixed #7024 - Dependency lines are missing after zoom in/out
- Fixed #7029 - Selected event styling not working when using labels
- Fixed #7037 - Events rendered slightly off their start dates
- Fixed #7050 - EventEdit feature should pass false to extendTimeAxis option to scrollResourceEventIntoView
- Fixed #7048 - Scheduler: Drag/drop resizes task when task is small
- Fixed #7070 - Crash when assigning from unexisting resourceId back to valid resourceId
- Fixed #7072 - eventStore#removeAll doesn't refresh UI
- Fixed #7074 - Deleting row does not repaint events properly
Version 1.0.4, 2018-10-08
FEATURES / ENHANCEMENTS
- Angular demo improved: relays more events from the engine, added eventLayout config
- Vue demo improved: added more configs and improved styling
- Functions for shifting time in the time axis documented and exposed on Scheduler:
shift()
,shiftNext()
,shiftPrev()
andsetTimespan()
. These functions are used in the timeresolution demo
BUG FIXES
- Fixed #6770 - Loadmask not working when using crudManager
- Fixed #6803 - EventEditor setting end date/time does not adjust the duration field
- Fixed #6848 - Should create new record even if resource field is not shown in Editor
- Fixed #6852 - Hovered event has wrong z-index when dragging
- Fixed #6856 - "Container is not defined" in docs
- Fixed #6857 - Crash in docs when collapsing group
- Fixed #6860 - online webcomponents demo doesn't load polyfill for firefox
- Fixed #6871 - ExtraWidgets position is wrong in EventEdit feature
- Fixed #6889 - Missing APIs in docs
- Fixed #6912 - Changing event start time via typing should move the event
Version 1.0.3, 2018-10-01
FEATURES / ENHANCEMENTS
- Added a new demo - "Nested events"
- Added demos for Angular 1, 2, 4, 5 and 6
BUG FIXES
- Fixed #6787 - Invalid drop should make no influence on event changing
- Fixed #6816 - Add polyfills to webcomponents demo to make it work in all browsers
- Fixed #6820 - Crash in filter demo when typing regex chars
- Fixed #6826 - Cache buster needed for docs app.js
Version 1.0.2, 2018-09-24
BUG FIXES
- Fixed #6779 - Link to react_build demo gives 404
- Fixed #6783 - Date picker in header context menu produces inconsistent results
- Fixed #6788 - Event editor doesn't allow setting a start date greater than end date
- Fixed #6795 - Examples online do not work in edge
- Fixed #6798 - Scheduler doc 404 on Scheduler/column/ResourceInfoColumn
- Fixed #6801 - Grid vs Scheduler feature collision in docs
- Fixed #6808 - Locales broken in react demo
Version 1.0.1, 2018-09-20
BUG FIXES
- Fixed #6706 - Modification date in guides restyled
- Fixed #6735 - Name not shown in newly added task
- Fixed #6774 - Enter key in an event editor triggers side effect
Version 1.0.0, 2018-09-13
We're happy to announce the first v1.0.0 release of our new Scheduler component. The Scheduler is a modern and high performance scheduling UI component. Built from the ground up with pure javascript, supporting any framework you are already using (incl. React, Angular and Vue). Please see our website and documentation for a full presentation.
FEATURES / ENHANCEMENTS
- Multi assignment support added, see multiassign demo (#4460)
Version 1.0.0-rc1, 2018-09-06
BUG FIXES
- Fixed #6682 - Drag drop not working on iPhone
- Fixed a bug that prevented dependencies from being redrawn when dragging events
Version 1.0.0-beta7, 2018-09-01
BUG FIXES
- Fixed an obfuscation bug related to event selection
Version 1.0.0-beta6, 2018-08-30
We're happy to announce the v1.0.0-beta6 release of our new Scheduler component. The Scheduler is a modern and high performance scheduling UI component. Built from the ground up with pure javascript, supporting any framework you are already using (incl. React, Angular and Vue). Please see our website and documentation for a full presentation.
FEATURES / ENHANCEMENTS
- scheduler.modules.js bundle and related demos are now included in trial
BUG FIXES
- Fixed #6638 - Create angular demo for trial bundle
- Fixed #6660 - Demos should shown "unknown" generic image for names not known
Version 1.0.0-beta5, 2018-08-24
We're happy to announce the v1.0.0-beta5 release of our new Scheduler component. The Scheduler is a modern and high performance scheduling UI component. Built from the ground up with pure javascript, supporting any framework you are already using (incl. React, Angular and Vue). Please see our website and documentation for a full presentation.
This release keeps scheduler up to date with recent changes in Bryntum Grid, on which it is based.
Version 1.0.0-beta4, 2018-08-21
We're happy to announce the v1.0.0-beta4 release of our new Scheduler component. The Scheduler is a modern and high performance scheduling UI component. Built from the ground up with pure javascript, supporting any framework you are already using (incl. React, Angular and Vue). Please see our website and documentation for a full presentation.
FEATURES / ENHANCEMENTS
- Fixed #6448 - Localization guide must show how to localize all date formats
BUG FIXES
- Fixed #6605 - Cannot read property 'start' of null
- Fixed #6607 - Crash in column header context menu date picker
- extjsmodern demo fixed in IE11
- Prevented some dependencies from being drawn twice
Version 1.0.0-beta3, 2018-08-01
We're happy to announce the v1.0.0-beta3 release of our new Scheduler component. The Scheduler is a modern and high performance scheduling UI component. Built from the ground up with pure javascript, supporting any framework you are already using (incl. React, Angular and Vue). Please see our website and documentation for a full presentation.
The tests in this version has been updated to work with Siesta 5.0.
BUG FIXES
- Fixed #6528 - Dependency rendering broken when scrolling
Version 1.0.0-beta2, 2018-07-31
We're happy to announce the first v1.0.0-beta2 release of our new Scheduler component. The Scheduler is a modern and high performance scheduling UI component. Built from the ground up with pure javascript, supporting any framework you are already using (incl. React, Angular and Vue). Please see our website and documentation for a full presentation.
BUG FIXES
- Fixed #6483 - Clock image in tooltip is not fully round
- Fixed #6484 - Tooltip shown for deleted event video
- Fixed #6487 - Event Editor doesn’t fit text of date fields
- Fixed #6488 - Time resolution demo, snap checkbox not vertically aligned with sliders
- Fixed #6489 - Summary demo, wrong Milestone outline