Bryntum Scheduler Pro version history
7.3.x - Unreleased
FEATURES / ENHANCEMENTS
- Added
smoothZoomconfig for fluid zooming that interpolates between view presets. Opt-in, but from v8 it will be the new default (#5037) - Added two new view presets, to fill gaps in the zoom levels:
amPmandfifteenMinutesAndHour. Also note that some presets have had their tick size adjusted for a better zooming experience ResourceHistogramandResourceUtilizationwere refactored to render to a single shared SVG canvas to improve UX and performance- Added
createGroupmethod to theNestedEventsfeature, allowing programmatic creation of a parent event that groups existing events as nested children (#12818) - Added
showCreateGroupMenuItemconfig to theNestedEventsfeature, which adds an opt-in "Group selected events" context menu item using thecreateGroupAPI. Will be enabled by default from v8.0 ResourceHistogramandResourceUtilizationwere refactored to render to a single shared SVG canvas to improve UX and performanceResourceNonWorkingTimenow supports adrawThresholdconfig to hide ranges with a width below a pixel threshold, to declutter zoomed out views and increase draw performance (#2988)EventDragfeature has been changed to make it more customizable. Please check the release "What's new" guide for more details (#12437)- New AI time range context chip below the message input for switching between
Timeline,In view, andAllranges - New AI agent tools for column visibility:
getColumns,showColumn,hideColumn - New AI agent
askUsertool presents clickable options when a decision is needed before proceeding - New AI agent grouping tool groups records by a field (requires the
Groupfeature) - New AI agent
createPlanandcompletePlanStepstools break multi-step requests into a tracked plan - AI confirmation dialogs now render inline within the chat panel instead of as floating modal popups
- AI tool responses now use a structured
AIToolCallResultformat - The AI chat panel stop button now interrupts read-aloud playback
- New
stopAudioOnHideconfig on the AI feature stops recording and audio playback when the chat panel is hidden - The
autoRecordconfig on the AI feature now defaults tofalse - The AI chat input now supports
@mentions for referencing records from configured data models - To make vibe coding easier, Bryntum structural and theme CSS are now loaded from CDN when not present, while also logging a console warning. This can be disabled with
detectCSSCompatibilityIssues: false. For production use, include the CSS in your app
STYLING CHANGES
- Removed
content: var(--fa)convenience CSS rule from.b-icon::before/.b-fw-icon::before. Font Awesome icon classes likefa-booknow require thefabase class (e.g.,fa fa-book) (#12790)
LOCALE UPDATES
NestedEventsfeature added new locale keys:createGroup("Group selected events") andnewGroupName("New Group") for the create group context menu item
DEMOS
- [ANGULAR] Added theme switching support to all demos (#12129)
- Updated
nested-events,nested-events-configurationandnested-events-deepdemos with a "Group selected events" context menu item using the newcreateGroupAPI - Added a new Mapbox with TanStack demo showcasing SchedulerPro integration with Mapbox maps and Tanstack Grid. The demo is located in
examples/maps-tanstackfolder (#12158)
BUG FIXES
- #9043 - Support chaining project stores to other SchedulerPro instances
- #9054 - [TypeScript]
calendarfield onEventModel,ResourceModelandDependencyModelnow acceptsstring|number(calendar id) in addition toCalendarModel
7.2.x - Unreleased
BUG FIXES
- #12636 - Split event segments reconnect or shorten when dragged to a later time
- #12755 - TimePhased assignments not being displayed correctly in SchedulerPro
- #12951 - Nested events disappear after calling
shiftNext/shiftPrevious
7.2.3 - 2026-04-09
BUG FIXES
- #12319 -
onInputnot working instartDateFieldinTaskEdit - #12761 -
TaskEditorsave lost dependency field changes when cell editor was still focused - #12778 -
reapplyFilterOnUpdatenot working withapplyProjectChanges - #12872 - Events disappearing after unload and load the same data again when events are scrolled out of view
- #12911 - Non-working time in
ResourceHistogramnot visible due toz-index
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.2.2 - 2026-03-19
BUG FIXES
- #12404 - [HIGH PRIO]
TimeAxisheader render bug after switching view presets - #12593 -
ignoreResourceCalendarnot respected when double-clicking to create new events - #12628 -
DomSync.removeChilderror when deleting nested events with transitions enabled - #12639 - Segment rename editor invisible due to missing CSS after theme migration
- #12648 -
recurrenceRuleshould not containTZIDparameter per RFC 5545 - #12713 - New data series config option
barWidthnow allows controlling the size of bars in bar charts - #12749 - Wrong Duration for task when Fixed effort mode enabled
- #12768 -
EventDragwrote wrong resource ID to DOM inTreeGroupmode causing crash during drag - #12798 - HSL color definitions missing
%on saturation broke colors on older Safari/iOS - #12845 - CSS typo in
PercentBar.cssused invalidmix-blend-modekeyword causing incorrect blend behavior
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.2.1 - 2026-02-26
DEMOS
- The login process for the new Scheduler Pro AI demo has been fixed, try the demo here: https://bryntum.com/products/schedulerpro/examples/ai-skillmatching/
BUG FIXES
- #12704 - RecurrenceEditorPanel month date buttons not updated after first edit
- #12712 - Lock rows feature with layoutFn throws error
- #12720 -
Dependenciescrash on mouseleave whenrelatedTargetisnull - #12725 - Maps demo tooltip has uneven icon spacing and missing gaps
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.2.0 - 2026-02-24
FEATURES / ENHANCEMENTS
- We've added a new AI feature which provides an AI agent for the SchedulerPro. By using the provided chat panel, the user can ask the agent to interact with the SchedulerPro in different ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can also perform data manipulation operations such as adding, updating, deleting records. The feature and all its related components are marked as experimental and are subject to change
- Added
allowedDependencyTypesconfig toDependencyStoreto restrict which dependency types can be created (#548) - SchedulerPro no longer silences changes made by the Engine on initial data loading if there was a scheduling issue resolved. Please check the release upgrade guide for details (#8986)
DEMOS
- Added a new Kitchen Sink demo showcasing all the various widgets included in the Bryntum Scheduler Pro package. The demo is located in the
examples/kitchen-sinkfolder (#3961)
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.1.3 - 2026-02-18
BUG FIXES
- #12479 - [HIGH PRIO] SchedulerPro with initially empty project does not render added resources correctly
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.1.2 - 2026-02-09
DEMOS
- Added a new Angular demo, 'nested-events-lazy-load', which demonstrates nested events with individual store setup to be lazy loaded. The demo is located in
examples/frameworks/angular/nested-events-lazy-loadfolder (#10677)
BUG FIXES
- #9546 - [HIGH PRIO] Unable to detach
nested eventfromparentat the same date and resource - #11865 - Filtering
resourceStoreincorrectly triggersnoChangesevent when other stores have changes - #11911 - [NPM] Incorrect source maps in npm packages (
@bryntum/schedulerpro,@bryntum/schedulerpro-trial) - #12464 - [HIGH PRIO] Disappearing events after crudManager.load call in the vertical mode
- #12525 - [HIGH PRIO] Triggering
crudManager.load()repeatedly leads to rendering issues - #12534 - Button in conflict dialog not enabled
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.1.1 - 2026-01-22
BUG FIXES
- #6494 -
EventModelConfig.segmentsnow acceptsEventSegmentModelConfig[]in TypeScript - #8127 - [TypeScript]
EventModel.unassign()now accepts resource id (string or number) - #10977 - [HIGH PRIO] Event order changes when dragging with
fillTicksenabled - #12215 - [HIGH PRIO] [React] Applying filter on lazy loaded resource store removes resource calendars
- #12368 - [TypeScript] Types missing for
TimePhasedAssignmentandTimePhasedProjectclasses - #12392 - [HIGH PRIO] [React] Subtasks disappear due to missing event renderer invocation
- #12450 -
highlightTimeSpanwrong positioning when collapse tree node
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.1.0 - 2025-12-19
STYLING CHANGES
- Added a new
fluent2theme, available in both a light and dark variant (#10338)
BUG FIXES
- #12241 - [ANGULAR]
Event.SplitToSegmentserrors - #12260 - Scroll position not preserved and bottom scrolling unreliable with custom
layoutFn - #12388 -
ChatButton's panel is misaligned
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.0.2 - 2025-12-16
FEATURES / ENHANCEMENTS
- Internal code improvements and bugfixes
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.0.1 - 2025-12-05
DEMOS
- Upgraded
drag-unplanned-tasksdemo to support vertical mode (#11947) - Added new demo using AG Grid community version with Scheduler Pro and Mapbox GL JS API. This demo is located at
examples/maps-ag-gridand shows how to use AG Grid as an unplanned sessions grid alongside Scheduler Pro with Mapbox GL JS API integration (#12292)
BUG FIXES
- #11794 - Configuring
maxfor end date field crashes - #12237 - [REACT] Unintended change events in Bryntum Scheduler using Redux
- #12302 - Time indicator lost after hopping to a new date
- #12316 - Error while expand a group and a calendar non-working time is rendered
- #12318 - [HIGH PRIO] Unnecessary flashing when same resource / time blocks being highlighted
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
7.0.0 - 2025-11-25
- We are proud to announce version
7.0of our products. In this update we have overhauled the look and feel of all products, introducing a new CSS variable based theming system with the following new themes available:- Svalbard - our new default theme, flat and modern
- Visby - inspired by the town's old ring wall, uses more borders
- Material3 - newer material, up from v1
- Stockholm - a refreshed classic
- High contrast - more contrast between text and backgrounds
- A special thanks to everyone who helped us by testing our alpha and beta versions. Your feedback and support have been invaluable
FEATURES / ENHANCEMENTS
- All Bryntum products have had a major visual overhaul, modernizing not only their look but also the underlying CSS. See the "Styling changes" section below for more details, and be sure to check out our updated demos
- Updated versioning scheme: for Alpha and Beta pre-releases now follow semantic versioning format (e.g.,
7.0.0-alpha.1,7.0.0-beta.1) - [TypeScript] Improved TypeScript definitions to support function parameters in typedef declarations
- The Resource utilization view's tooltip's layout and contents have been updated for a nicer display of information
API CHANGES
- Added a new parameter
clearChangesto the store'sapplyChangesetmethod which, when passed asfalse, applies changes to the store without committing them, keeping the store dirty. By default, it istrue. (#11089) - [BREAKING] The default value for Scheduler's
resourceImageExtensionconfig has been changed from.jpgto.png - When syncing project changes (or querying
project.changes), changed project settings are now included by default - The task editor is now resizable by default
- When TabPanel is
autoHeight, if any fields containingChipViews are changed, theTabPanelrecalculates its required height unless that would cause a realignment (#11908) - [BREAKING]
DatePicker'scellRendereris now passed the cell element as thecellproperty of its render context. The inner element into which new content can be added is passed asinnerCell. Previously the inner element was passed in thecellproperty. This will only affect your apps if you have implemented acellRendererin anyDatePicker
STYLING CHANGES
- [BREAKING] The styling of all Bryntum products has been migrated from SASS to nested CSS with custom properties (CSS variables). This change makes it much easier to create custom themes, and to change styling settings at runtime. But the change is not backwards compatible, any custom themes will have to be remade using the new system. The built-in themes and how they are applied to an app have also changed, we now ship 4 themes: Material3, Stockholm, Svalbard & Visby + a high contrast theme. Each theme has a light and dark variant. Check out the what's new guide and the updated styling guides for more information
- [BREAKING] Bryntum CSS selectors have been normalized to use consistent hyphenated names (kebab-casing). For example, the
TabPanelclass used to have theb-tabpanelclass, but is nowb-tab-panel. This change is not backwards compatible, so any custom CSS will have to be updated - [BREAKING] FontAwesome Free is no longer built into the Bryntum CSS, you will have to include it in your app for the default icons to show up as intended. This also means that the
b-fa-prefix no longer exists, any icons in your app relying on that has to be changed to FontAwesome's defaultfa-prefix. This change was done to reduce bloat for anyone using another icon set, and also makes it easier for apps to use a different version of FontAwesome - When highlighting events (using
scheduler.highlightEvents()), theb-highlightedclass is now applied to the event wrapper element instead of the event bar element. This change allows for it to also affect labels, travel time, etc.
LOCALE UPDATES
- The
labelWidthkey was removed from theSchedulerGeneralTab,SchedulerAdvancedTab,AdvancedTab&GeneralTabgroups, since with the new themes and layouts it is no longer necessary - New
ResourceEdit,ResourceEditor,ResourceEditorGeneralTab,ResourceCostAccrualColumn,CostAccrualField,ResourceType,ResourceTypeColumn,ResourceEditorRateTablesTab,ResourceGrid,ResourceRateTableContainerandRateTableColumnclass locales have been added ResourcesTabclass locale has got three new properties:cost,quantityandquantityTplResourceUtilizationclass locale has got four new locale properties:effortRangeInfo,effortInfo,costInfoandquantityInfoThe class existing tooltip locales have been changed to use{effort-range-info},{effort-info},{cost-info}and{quantity-info}patterns where the new properties values to be injected. Please check "Upgrade guide…" for details- Keys related to Resource utilization tooltip have been updated to enable a nicer layout of the displayed information. The following keys on the
ResourceUtilizationlocale object were changed :effortRangeInfo,effortInfo,costInfo,quantityInfo,barTipInRange,barTipOnDate,groupBarTipAssignment,groupBarTipInRangeandgroupBarTipOnDate
DEMOS
- [ANGULAR] Ported
flight-dispatchvanilla demo to Angular, showcasing flight scheduling and dispatch workflows. Demo is located inexamples/frameworks/angular/flight-dispatchfolder - New
table-bookingdemo added showcasing Scheduler Pro used for table bookings in a restaurant setting. Demo is located inexamples/table-bookingfolder
BUG FIXES
- #12174 - Resource utilization rendering broken after zoom and expand/collapse
- #12177 - Event
Tooltipwrongly sized
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Remix:
>= 2.15.0
6.3.4 - 2025-11-20
FEATURES / ENHANCEMENTS
- [VUE-3] Vue 3 npm wrapper packages now include
typesdeclaration inpackage.json(#12014)
BUG FIXES
- #12011 - [DOCS] Docs for
ResourceTimeRangesneeds to addexceptionDates - #12075 - [HIGH PRIO]
TreeGroupdoes not work whentransformFlatDatais used - #12155 - Dependency terminals not correctly hidden after mouse leaving event bar
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.3.3 - 2025-10-06
FEATURES / ENHANCEMENTS
- Added
noZoomChangeevent which is triggered fromzoomToSpanmethod when the requested date range cannot fit into any zoom level higher than the current level (#11891) - Update Advanced tab documentation for
calendarField(#11877) - Setting
createOnUnmatchedtotrueon aCombowill now create a record for the initial value, or a value programmatically set later, if the value does not exist in the store for the combo (#11781)
DEMOS
- Our new Salesforce Community page is up and running. It solves the problem caused by recent change in Salesforce policy regarding Non-Revenue Orgs. Look up "Device Activation Is Always Required for Non-Revenue Orgs"
BUG FIXES
- #11636 - [HIGH PRIO]
groupByfunction not available as a valid config - #11788 - [HIGH PRIO] Removed
eventStoreitem is automatically restored - #11979 - Experimental
minPackSizenot working as intended with event grouping in SchedulerPro
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.3.2 - 2025-09-15
DEMOS
- [REACT-VITE] New demo showing events split to segments that can be dragged and resized individually. The demo is located in
examples/frameworks/react-vite/split-eventsfolder - [REACT-VITE]
effortdemo has been updated to useBryntumSchedulerProProjectModelshared React component forBryntumSchedulerProandBryntumResourceUtilization. The demo is located inexamples/react-vite/effortfolder
BUG FIXES
- #11580 - [HIGH PRIO] [REACT] Segmented events with JSX content crashes
- #11697 - The Features list in the guides is generated incorrectly
- #11718 - [HIGH PRIO] Issue with
requestDataon project level - #11723 - 1px pale line shown at the bottom of the time axis
- #11810 - [HIGH PRIO]
TooltipRendererfunction not re-updating whentimeAxisis changed - #11817 - Weird animation after dragging first segment
- #11884 - Animation after initial load
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.3.1 - 2025-08-07
FEATURES / ENHANCEMENTS
- Internal code improvements and bugfixes
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.3.0 - 2025-07-21
FEATURES / ENHANCEMENTS
- Added new
Chartsfeature, which leverages the newChartandChartDesignerwidgets to enable developers and end users to easily create charts and visualize data directly from selected cells in Bryntum products. Check the "What's new" guide for details (#8442) - When using early rendering (the default, tasks are rendered before scheduling calculations take place), dependency lines are now also rendered early (#10440)
- New Single Page Unscaled exporter is added. It allows exporting content to a single page without limiting to a specific paper size. PDF export server upgrade to version
2.1.0is required (#11397) - As part of the change described above, we also re-enabled early rendering for data loaded using the projects crud manager functionality. That was unintentionally disabled when support for project settings was added to the crud manager a while back. Please note that this change might affect your app renderers if you are supplying incomplete task data (e.g., without one of startDate, endDate, duration) or rely on the event's calendar to have been set up
- Bryntum now ships a
Chartmodule (chart.module.thin.js), to easier integrateChart.js-based charts with our products. Used in the newexamples-scheduler/chartsdemo - Bryntum npm repository provides charts thin package
@bryntum/chart-thinand wrapper packages for major frameworks: Angular (@bryntum/chart-angular-thin), React (@bryntum/chart-react-thin) and Vue 3 (@bryntum/chart-vue-3-thin) - To pave the way for future improvements, Grid cells are now absolutely positioned inside the rows. A cell size is matched with the size of its column's header using a
ResizeObserver. If you see any side effect of this change in your app, please report it to us
API CHANGES
- [DEPRECATED] The
eventsData,resourcesData,assignmentsData,dependenciesData,timeRangesDataandresourceTimeRangesDataconfigs and properties on theProjectModelhave been deprecated. Useevents,resources,assignments,dependencies,timeRangesandresourceTimeRangesinstead (#9778)
LOCALE UPDATES
Es.CalendarEditor.savelocale text has been changed
DEMOS
embedded-chartdemo has been updated to use theChartwidget component (#11550)
BUG FIXES
- #11621 - Wrong Spanish locale text for Calendar Editor
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.2.5 - 2025-07-09
FEATURES / ENHANCEMENTS
EventDragSelectnow allows opting in to drag selecting nested events, using the newincludeNestedconfig on the feature (#11505)
DEMOS
- [REACT-VITE] React JavaScript "Non-working time" demo has been updated to use React + Vite + TypeScript. New demo is located in
frameworks/react-vite/non-working-timefolder. Old demo has been removed - [VUE-3-VITE] Vue 3 JavaScript "Non-working time" demo has been updated to use Vue 3 + Vite + TypeScript. New demo is located in
frameworks/vue-3-vite/non-working-timefolder. Old demo has been removed (#5011)
BUG FIXES
- #11383 - [HIGH PRIO] Crash when reloading project if resources are grouped based on multi value field
- #11494 -
Non-workinginterval intersections shown incorrect in resources - #11583 - [HIGH PRIO] Lazy loading indicator is not hidden after initial load or expanding parent resource
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.2.4 - 2025-06-18
FEATURES / ENHANCEMENTS
CalendarIntervalModelclass got a new field for specifying a timezone in whichrecurrentStartDateandrecurrentEndDaterules are provided. Please check "What's new" guide for detailsshowDirtycan be configured now to show red tag for all the cells for the new records. SetnewRecord : trueonshowDirtyto enable it (#10344)
BUG FIXES
- #11398 - [HIGH PRIO]
DateHelperinconsistent withTimezoned ISOString parsing - #11410 -
targetEventRecordofbeforeEventDropFinalizeevent data is incorrect
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.2.3 - 2025-05-27
FEATURES / ENHANCEMENTS
- The
PDF ExportandPrintfeature has a new paper formatA0(#11083)
DEMOS
- [REACT-VITE] New demo showing lazy loaded resource and event stores using the
requestDatafunction with PHP backend. The demo is located inexamples/frameworks/react-vite/tree-lazy-loadfolder (#11054) - [SHAREPOINT] Added a new demo showing drag from grid to SchedulerPro for SharePoint Framework (SPFx) in the
frameworks/react/typescript/sharepoint-fabric-drag-from-gridfolder (#11316)
BUG FIXES
- #10926 -
ProjectModelwith a lazy load won't fetch data whenSchedulerPro's tree feature is turned on - #11129 - Lazy loaded project shows load mask when loading more events
- #11171 -
ProjectModel.loaddoesn't automatically clear stores' data when lazyLoad is enabled - #11179 - [HIGH PRIO] Recurrence event disappears after changing one specific multi-assigned event
- #11313 - [HIGH PRIO] SharePoint demos across Bryntum Suite are broken
- #11335 - [REACT] Thrown error on remote filtering with lazy loading
- #11338 - Lazy loading indicator remains after filtering the
EventStore - #11381 - [HIGH PRIO] Creating first child on a parent and expanding triggers unnecessary resource load and wipes CRUD Manager changes
- #11389 - [HIGH PRIO] Lazy-load-reloading an
EventStorewith segments causes crash
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.2.2 - 2025-05-13
FEATURES / ENHANCEMENTS
- You can now control if
EventBuffertimespans should be considered as unavailable time using thebufferIsUnavailableTimeproperty of the feature (#11244)
API CHANGES
- When reloading a lazy-loaded
Store(including remote filtering and sorting) the current dataset will be kept until the load request finishes. Previously, it was cleared upon starting the reload and populated with new data later. If anAjaxStoreis being used (aStoreconfigured with areadUrl) a load mask will be displayed during the reload operation (#11261)
DEMOS
examples/tree-summary-heatmapwas updated to show listening to thetickCellClickevent (#11187)examples/frameworks/angular/mapswas updated with drag from grid support- Maps demo was ported to React and Vue-3, see
examples/frameworks/react-vite/mapsandexamples/frameworks/vue-3-vite/maps
BUG FIXES
- #11069 -
EventSegmentDragnot working if timeaxis config set with custom hours - #11078 - Copy-pasting nested events only pastes parent event
- #11134 - [HIGH PRIO] Inconsistent remote filtering when used with
lazyLoad - #11139 - [HIGH PRIO] Resource working time not rendering correctly with lazily loaded data
- #11178 - Show dependencies error on
eventLayout: 'pack' - #11235 - [REACT] Async cell renderer can throw if the row being rendered is destroyed during the await
- #11238 - Broken style when dragging an event with
EventBufferandLockRowsfeatures active - #11275 -
NestedEventsfeature error, if providednullfor children - #11282 - [REACT] Applying remote filter to lazy loaded store while loading cause id collision
- #11297 - Crash when dragging event between partnered
SchedulerPro's - #11312 - Additional Stores are not loaded on project re-load
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.2.1 - 2025-04-23
BUG FIXES
- #11065 - Drag and drop last segment and invalidate the drop operation
- #11088 -
CalendarEditorwidget doesn't save changes to color for intervals - #11149 - Resizing causes a weird shrinking effect
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.2.0 - 2025-04-10
FEATURES / ENHANCEMENTS
- [ACCESSIBILITY] Scheduler
eventRenderernow supports settingariaLabelwhich is assigned to the event element'saria-labelattribute - Readonly tasks now consistently display a non-editable information modal, that can be invoked by double-click or context menu. The associated menu item
Editis no longer disabled, but replaced byShow detailswhen the task item cannot be edited - We've improved search in the documentation with new context-aware algorithms, delivering more accurate and relevant results from the API, guides & examples
- [BREAKING] Since most apps have a build process that includes a transpilation step, starting with
v6.2.0we use the minimum possible transpile polyfills for the source code inside the@bryntum/schedulerpro-thinnpm package to ensure that it works for all currently supported frameworks. Previously, each source file was transpiled with more polyfills, which introduced unnecessary overhead from transpilation helper functions. After this change, the size of your built app should be reduced. If you encounter issues with your framework's builder parsing the code, consider upgrading to a newer framework version that supports the latest ECMAScript specification (#10797) - [BREAKING] The
AjaxHelper.fetch()utility function no longer appliescredentials: 'include'by default, to better match how the nativefetchAPI works. This change also affectsAjaxStore,CrudManagerandProjectModel, if used by your app to handle remote data (#10886)
API CHANGES
ResourceHistogramhas got new configs controlling data filtering. Please check "what's new…" guide for details (#10818)
LOCALE UPDATES
- Removed translation key
TaskEditBase.Informationand replaced it withObject.information - New locale key
EventBuffer.preamblePostambleDescriptionadded for the preamble/postamble text appended to the aria-label of event bar elements
DEMOS
- Added new demo showing how to summarize the number of events per date and group with a heat map. The demo is located in
tree-summary-heatmapfolder
BUG FIXES
- #10500 - [ACCESSIBILITY] Scheduler event wrapper element should have
aria-label
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.1.9 - 2025-04-07
BUG FIXES
- #8782 - [Salesforce] LWS support in Firefox
- #10484 - [HIGH PRIO] Merge cells rendering issue when adding events
- #11003 - Event and drag drop on the available slot time consideration issue
- #11017 - Default project calendar not highlighted if project has no calendar
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.1.8 - 2025-04-01
FEATURES / ENHANCEMENTS
- We've launched nightly npm package builds on our Bryntum npm server. Versions follow the format
X.Y.Z-nightly.YYYYMMDD(e.g.6.1.8-nightly.20250330), reflecting the current version and publish date - CrudManager now includes a
rawResponsereference to the native Response object, when firingrequestDone,loadloadFailandrequestFailevents (#10863) - EventBuffer
renderernow provides aresourceRecordparam (#10895) - There are new hooks allowing to customize duration and lag units conversion. Please read the release "What's new…" guide for details (#10681)
API CHANGES
- [DEPRECATED] The
responseOptionsevent param inCrudManagerload/sync events was renamed torequestOptions. - The
rtlconfig property of widgets is now public. By default, widgets conform to the writing direction of the element they are rendered to. But with the now publicrtlproperty, you can force a widget, and all descendant widgets to lay out from right to left (#10859)
DEMOS
- We have introduced UI localization for our Vanilla JavaScript demos, supporting all 45 currently available locales
- New Real time updates demo, showing changes made by other clients in real time, the demo is located in
examples/realtime-updatesfolder - [ANGULAR] New "Map integration" demo, shows how to integrate the Scheduler with Mapbox GL JS API, the demo is located in
examples/frameworks/angular/mapsfolder - Updated the
drag-from-griddemos (vanilla and frameworks) with better styling and UI (#10911)
BUG FIXES
- #10795 - [SALESFORCE] Remove
Map/Setpolyfills - #10804 - Crash when cancel event creation from edit popup with
resourceIdsset topersist - #10822 - Frequency count is required even when frequency is set to
No Repeat - #10896 - [DOCS] Make public link to an editor instance in
TaskEditfeature - #10938 - [HIGH PRIO] Incorrect CSS
sourceMappingURLin Bryntum thin npm packages
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.1.7 - 2025-02-21
FEATURES / ENHANCEMENTS
- New
roundedSplitconfig introduced inEventSegmentsfeature that allows user to split events using either the exact clicked date or the rounded one (#10314)
API CHANGES
EventDragfeature has a new configalwaysCopy. When set totrue, it will alwayscopythe event on drag-drop operation (#10402)
BUG FIXES
- #4428 - Task editor dragging is slow in Windows
- #9997 - Loading a task record with configured timezone jumps when scheduler also has the same timezone
- #10398 - Styling issue in Year picker in Calendar Editor
- #10552 -
applyProjectChangesnow uses theidFieldof themodelClassto apply model changes - #10747 - [HIGH PRIO] Scheduler Pro event date change animation issue
- #10752 - Calendar field overlapping
default valueandlabelin Advanced Tab inTaskEdit - #10774 - Lazy loading not working for tree event stores
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.78.0 - Remix:
>= 2.15.0
6.1.6 - 2025-01-31
FEATURES / ENHANCEMENTS
NestedEventsis now supported when using lazy loading
API CHANGES
- The
highlightTimeSpanandhighlightTimeSpanmethods of theCalendarHighlightfeature are now async
DEMOS
- [REACT] Legacy React JavaScript
highlight-time-spansdemo has been updated to use React + Vite. New demo is located inframeworks/react-vite/highlight-time-spansfolder - A new demo demonstrating lazy loading of nested events has been added. Located in
nested-events-lazy-loadfolder - [REACT] A React version of the demo demonstrating lazy loading of nested events has been added. New demo is located in
frameworks/react-vite/nested-events-lazy-loadfolder
BUG FIXES
- #7548 - Calendar highlight misplaced on overlapping events
- #8727 - Scheduler
highlightTimespansbug - #10469 - [HIGH PRIO] Tree store with multi assignment not displaying correctly on event editor
- #10478 - Non-working time not shaded for custom interval entirely within one calendar day with
fillTicks : true - #10566 - [TYPESCRIPT] Labels feature incorrect docs and type for record in renderer
- #10664 - Suspend
autoCommiton individual stores while editing in task editor
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.38.0
6.1.5 - 2024-12-25
BUG FIXES
- #9943 -
CalendarEditorcan't remember new week setting - #10325 - Scheduler is blank when
resourceStoreloaded when customgroupSortFnused - #10391 - Drag-n-drop from unplanned list not working properly with larger event
- #10438 - [HIGH PRIO] Bryntum
ResourceUtilizationcolumn renderer executes infinitely - #10444 - Assignment model has units field as
nullwhen using eventresourceIdfield - #10482 - Project clears child records added collection when applying a record sync response
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.38.0
6.1.4 - 2024-12-09
FEATURES / ENHANCEMENTS
- Starting with the
6.1.4release, there are now trial versions of thin NPM packages available on our NPM server. These can be used to evaluate combining multiple products before purchasing a license. Please check the "What's new" guide for the details
API CHANGES
- Classes extending
Basegot newis{{ClassName}}boolean property indicating instances of the corresponding class or subclasses of thereof. Please check "What's new…" guide for details ProjectModelandEventSegmentModelgot some new public properties. Please check "What's new…" guide for details
DEMOS
- [ANGULAR] Added new Angular
basic-thindemo showing use of thin NPM packages. Demo is located inexamples/frameworks/angular/basic-thinfolder - [REACT] Added new React
basic-thindemo showing use of thin NPM packages. Demo is located inexamples/frameworks/react-vite/basic-thinfolder - [VUE-3] Added new Vue-3
basic-thindemo showing use of thin NPM packages. Demo is located inexamples/frameworks/vue-3-vite/basic-thinfolder - [WEBPACK] Added new Webpack
basic-thindemo showing use of thin NPM packages. Demo is located inexamples/frameworks/webpack/basic-thinfolder
BUG FIXES
- #10328 - Versioning Grid not rendering correct intervals
- #10349 - Lazy loaded tree Scheduler should use
resourceIdswhen resource store is not lazy loaded - #10365 - Divider text in
TaskEditorpanels not localized - #10377 - Hiding
Deletebutton dynamically doesn't work - #10400 -
EventSegmentsfeature need to add few properties as public - #10406 - Vertical mode in Nested Events demo broken
- #10418 -
onBeforeEventSegmentDragis missingeventRecordsparam - #10448 - [REACT] JSX renderers are not supported with
React 19
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.38.0
6.1.3 - 2024-11-18
FEATURES / ENHANCEMENTS
- Salesforce LWC build now using generators instead of async/await as a workaround for Firefox bug. LWC bundle is now compiled with
"chrome": "54"babel target (#7849)
API CHANGES
- New
keepTimemodes forStartDateFieldandEndDateFieldclasses - [VUE 2] reached end of life on December 31, 2023. As a result, we will no longer be updating our Vue 2 components. While the components will continue to exist, we will remove them in a future release and recommend that you upgrade to Vue 3 for continued support
STYLING CHANGES
- Certain color adjustment functions in SASS has been deprecated and will be removed from SASS in a future version. To be prepared for that, we have replaced our usages of these functions with the new ones. In general, this should not affect the look of components, with reservation for minor color variations (for more information, see https://sass-lang.com/documentation/breaking-changes/color-functions)
BUG FIXES
- #8498 - Inconsistent task ui and incorrect end date when duration is set to fraction value
- #9018 - [HIGH PRIO] Localization doesn't work for Microsoft Dynamics CRM Online
- #9798 - [HIGH PRIO] Non-working intervals are calculated incorrectly in certain time zone
- #10210 - Console warning about date parsing in demo
- #10211 - [HIGH PRIO] [REACT] SchedulerPro
lazyLoadcrashes withautoLoadstores - #10251 - Bug in
SchedulerProSkill matching demo - #10299 - Calendar picker should not display calendars in groups
VERSIONS SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 3.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0 - Sass:
>= 1.38.0
6.1.2 - 2024-10-11
DEMOS
- [VUE-3-VITE] New basic demo (Vue 3 vite) shows how to use Bryntum Scheduler Pro in Vue 3 project with TypeScript. The demo is located in
examples/frameworks/vue-3-vite/basicfolder (#9808)
BUG FIXES
- #9411 - [HIGH PRIO]
Timelinedoesn't respectstartDateandendDateconfig - #10132 -
zoomToSpandoes not zoom correctly - #10134 - Timespan highlights not working after switching project model
- #10156 - Vue examples with multiple widgets don't size them correctly
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.1.1 - 2024-09-27
BUG FIXES
- #9684 - [HIGH PRIO] Deeply nested events incorrectly redrawn on move
- #10086 -
Timespanhighlights stops working after project model change
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.1.0 - 2024-09-18
FEATURES / ENHANCEMENTS
- With some configurations, zooming in and out of the Scheduler Pro could lead to a very long time axis, which degraded performance. To prevent this, it now limits how many ticks (the bottommost unit) its time axis can contain to 10,000 (which will give a very long scroll range even with small tick sizes)
- The regular non-Ajax
Storenow has the ability to accept remote paging, sorting and filtering (#6860, #8180, #9363) ExcelExportfeature got a minor refactoring, and now uses more feature-richwrite-excel-filelibrary (#6089)
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.0.6 - 2024-09-13
BUG FIXES
- #9833 - Event buffer makes event nonworking time wrong calculation
- #9924 - No API call is triggered when start date and end date are same using
lazyLoadandtimeAxisfilter - #9979 - Calendar editor New exception is not localized
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.0.5 - 2024-08-30
FEATURES / ENHANCEMENTS
- New config
ignoreLoadPropagationChangesadded forAjaxStore - The
Dependencyfeature has a new property:allowCreateOnlyParent. Set it totrueto allow dependency creation only for parent events (#9494)
BUG FIXES
- #3660 - Event
durationMSis not synced w/ duration value - #5233 - [ANGULAR] Frameworks wrappers components not triggering some events
- #7387 - [HIGH PRIO]
ResourceUtilizationshould not expand a collapsed resource when assigning it - #8283 - Scheduler Pro header date is not sticky
- #9030 - Should not trigger a sync when
AjaxStoreis configured with a URL andsyncDataOnLoad: true - #9718 - [VUE-3] Preventable events don't work in Vue wrapper
- #9803 - Missing event object in
beforeAddand strange effects when copy/paste events - #9806 -
ResourceHistogramw/NonWorkingTimefeature changes project default calendar intervals - #9830 - Add ability to hide/remove
CalendarEditorparent field and Remove button
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.0.4 - 2024-08-02
FEATURES / ENHANCEMENTS
- Internal code improvements and bugfixes
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.0.3 - 2024-07-26
FEATURES / ENHANCEMENTS
- The plugin processing has been updated to correctly handle multiple plugin configurations
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.0.2 - 2024-07-24
FEATURES / ENHANCEMENTS
TimelineHistogram,ResourceHistogramandResourceUtilizationviews got two new hooks providing more control over the rendered charts DOM elements. Please check "What's new" guide for more details (#9037)- Bumped the built-in version of FontAwesome Free to
v6.6.0, which includes a new table-cells-row-unlock icon sponsored by Bryntum
API CHANGES
- [DEPRECATED]
TimelineHistogram,ResourceHistogramandResourceUtilizationclassesgetRectClassconfig in favor of newgetBarClassconfig to make naming more consistent - [BREAKING] The
contextparameter of theeventPartialResize/eventResizeStart/eventResizeEndevents and their correspondingonEventPartialResize/...event handlers have been removed. Please useresizeDataparameter instead for information about the event resize operation. This change was introduced in the6.0.0release, but was missing in changelog
DEMOS
- [REACT-REMIX] "Basic" (React + Remix) demo shows using SchedulerPro component in Remix. The demo is located in
frameworks/react-remix/basicfolder (#4912) - [SHAREPOINT] Updated the SharePoint Framework (SPFx) in the
frameworks/react/typescript/sharepoint-fabricto be compatible with recent versions of SharePoint (#9224)
BUG FIXES
- #6721 - Moving first child of tree to an empty parent doesn't trigger sync
- #8738 - Strange animation when clicking
[ + ] - #9068 - [DOCS]
EventLayoutlayoutFnmissing docs - #9517 - [HIGH PRIO] [REACT] Print to PDF failing with custom JSX in
eventRenderer - #9565 - Incorrect validation when creating event by Drag
- #9569 - [HIGH PRIO]
EventResizedoes not work correctly witheventBufferfeature
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.0.1 - 2024-07-05
BUG FIXES
- #8746 - [HIGH PRIO] Unplanned tasks resets duration on
revertChanges - #8997 - [HIGH PRIO]
STMbuggy when used withNestedEventsfeature - #9381 - [HIGH PRIO]
Durationcolumn invalid input bug when using custom unit name - #9427 - [RTL] Wrong time spans highlighted while dragging
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
6.0.0 - 2024-06-28
- We are thrilled to announce version
6.0of our Scheduler Pro product. This release marks a significant milestone for us after more than two years of dedicated development. In this update, we are excited to bring you: - Realtime updates via websocket
- Lazy loading of rows as you scroll, for huge datasets
- Support for freezing rows
- New
ScrollButtonsfeature to easily scroll events into view - New
CalendarEditorwidget for editing working/non-working time - Support for resizing multiple events simultaneously
- Improved TypeScript typings
- A new code editor in the examples for easy fiddling
- Cool new demos
- Bug fixes and other enhancements requested by our community
- A special thanks to everyone who helped us by testing our alpha and beta versions. Your feedback and support have been invaluable
FEATURES / ENHANCEMENTS
- This release introduces the calendar editor - a special widget visualizing and allowing to edit a calendar's data. The editor can be opened using a new trigger added to the calendar combo, used in the task editor, and the resource calendar column. Please check the "Upgrade guide", "What's new" and "Calendar editor guide" (#356)
- Custom styling for milestones in the
Timelinewidget was removed, it did not work for overlapping milestones. The component now usesmilestoneLayoutMode: 'measure'by default instead (#5351) - Stores now have support for lazy loading of data, which when used in the Scheduler, loads new data while scrolling (both vertically and horizontally). (#8001)
- To allow for better control of the
z-indexof different layers in the schedule, elements from theResourceTimeRangesandResourceNonWorkingTimefeatures are now rendered to separate parent elements in the DOM. Previously, they were both rendered into the same parent as event bars. If you have adjusted the z-index of the different elements in the schedule, please verify that they are as you expect after upgrading (#8043) - The code editor in examples is now implemented with the VS Code engine. Code folding, search and replace, full undo/redo is now available when editing examples
- [TypeScript] Class configs
*Config(e.g.ButtonConfig) now provide type declarations forlistenersparameter in*.d.tsfiles - [TypeScript] Class configs
*Config(e.g.ButtonConfig) types now have optional parameters in*.d.tsfiles.*Configtype can be used instead ofPartial<*Config>declaration - PDF export server has been moved from
examples/_shared/serverfolder to its own GitHub repository: https://github.com/bryntum/pdf-export-server - In alpha-2, the
useRawDatasetting on Store was enabled by default, to boost data loading performance. If you are binding to a data in React, Angular or Vue and after upgrading to6.0.0see issues with dates on events / tasks not behaving as expected when changed outside of the Bryntum component, you can try opting out of this setting by configuring theprojectwithuseRawData: false - Event bars, resource time ranges and time ranges all now use the direction neutral
inset-block-startandinset-inline-startstyles for positioning, rather thantopandleft. This puts them in the same place in LTR and RTL directions without additional processing - Bumped the built-in version of FontAwesome Free to
v6.5.2, which includes a new table-cells-row-lock icon sponsored by Bryntum - [Angular] Bryntum Angular wrapper now exports
Bryntum...Propstypes (e.g.BryntumSchedulerProProps) which match the configs available for a wrapper component (e.g.BryntumSchedulerProComponent).Wrappers code is now delivered with documentation inside, that helps in setting up the components EventHelperno longer mutates the DOM event object to fix browser quirks and add utility properties. It now wraps the DOM event with a Proxy, which exposes all the properties of the DOM event and also accepts any new properties added to it. The original DOM event is available in thebrowserEventproperty- New
skill-matchingdemo showing how to require matching of certain skills when assigning resources
API CHANGES
- [VUE-3] Bryntum Vue-3 wrapper now exports
Bryntum...Propstypes (e.g.BryntumSchedulerProProps) which match the configs available for a wrapper component (e.g.<bryntum-scheduler-pro>). Wrappers code is now delivered with documentation and TypeScript sources inside (#3085) - [DEPRECATED] The
WidgetHelperutility class has been deprecated and will be removed in a future release. Use the corresponding widget class instead -Widget,ToastorMask(#6103) - In previous versions, a call to
project.commitAsync()caused a UI refresh even if nothing was changed by the commit. This has been fixed so that the UI is only refreshed if the commit actually changed something. This is a slight behavioral change (for the better), which we think should have minimal impact on apps (#7924) - [BREAKING] The
useRawDatasetting onStoreis now enabled by default, but with all sub-settings disabled. This means that the incoming data object will be used as is, without being cloned. Which will boost data loading performance, but is potentially a breaking change if the data object is reused / used in other parts of the application (#8335) - [BREAKING] In
6.0.0-alpha-2we changed the default value foruseRawDataon stores totrue. This boosted record creation performance by not cloning the incoming data object. However, this change has lead to some issues, and we are now taking a step back. It will once again default tofalsewhen supplying data inline, and instead only totruewhen data is loaded remotely using anAjaxStoreor aCrudManager(#9289) - With the recent introduction of individual layers for positioned elements, z-indexes have now been normalized. If you have overridden z-index of the layers, please adjust your CSS to ensure it looks as you expect.
- The nonworking-time layer has been moved up in the z-index stack to float above the time axis tick lines
- [DEPRECATED]
@bryntum/babel-preset-react-app,@bryntum/cra-template-typescript-schedulerpro,@bryntum/cra-template-javascript-schedulerpronpm packages are deprecated, and will not get any further updates. Versions prior to6.0.0are still accessible - [BREAKING] [ANGULAR] [REACT] [VUE]
BryntumProjectModelframework wrapper is no longer available since6.0.0. UseBryntumSchedulerProProjectModelinstead. Check the upgrade guide for the details - [BREAKING] The default value for
ProjectModel.skipNonWorkingTimeInDurationWhenSchedulingManuallyis nowfalse - [BREAKING] The
ScaleColumnclass has been removed from SchedulerPro. It was previously moved to Scheduler, but a proxy was kept in SchedulerPro for compatibility. This proxy has now been removed - The
EventEditname field is no longerrequired, allowing users to add empty placeholder events. - The
EventEditname field no longer sets "New event" as its value when creating a new event, and instead shows it as a placeholder (same behavior as Bryntum Scheduler) - [BREAKING] When using the
fillTicksmode, drag-drop interactions now use the same granularity as the bottom time axis "ticks". This means if you are viewing a day schedule, and you move an event starting 8am from Monday to Tuesday, it will still always start at8am - The
ScheduledByDependenciesEarlyEventMixinmixin in the scheduling engine has been renamed toConstrainedByDependenciesEventMixin EventMenumenu item texts forCopy event,Delete eventetc. were simplified to omiteventword. Menu options will now just say "Copy, Cut, Delete"
STYLING CHANGES
- The Stockholm theme got some slight tweaks to panel header (removed bottom border) and tab panel styling (replaced active tab background with thick bottom border) for a more modern look (#8440)
DEMOS
- [ANGULAR] "Inline data" demo (Angular) is now updated and converted to Angular 17. The demo is located in
frameworks/angular/inline-datafolder (#8810) - Scheduler Pro Maps demo has been updated (#8884)
- New power demo shows a Scheduler Pro, which can be switched from planned to actual mode and vice versa. The demo is located in
planned-vs-actualfolder - [REACT-VITE] "Inline data" demo (React Javascript) is now updated and converted to React Vite TypeScript. The demo is located in
frameworks/react-vite/inline-datafolder - [VUE-3-VITE] "Inline data" demo (Vue 3 Javascript) is now updated and converted to Vue 3 Vite TypeScript. The demo is located in
frameworks/vue-3-vite/inline-datafolder
BUG FIXES
- #4902 -
EmptyCalendarEffectdescription is not clear enough - #6021 -
EventCopyPasteshould keep copied event immutable - #7760 - [HIGH PRIO] [TypeScript] Type intersection with
anymight be wrong - #8025 - [HIGH PRIO]
DragCreatetriggers transitions - #9117 -
Infinite scrolldemo backend runs out of memory
FRAMEWORK SUPPORT
- NodeJS:
>= 20.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.13 - 2024-06-26
BUG FIXES
- #9242 -
ResourceUtilizationthrows exception when aggregating data - #9403 - [VUE 3] Events disappear after ResourceStore.load() in
5.6.12
FRAMEWORK SUPPORT
- NodeJS:
>= 14.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.12 - 2024-06-13
API CHANGES
- [VUE] [REACT] When using wrappers for Vue or React,
syncDataOnLoadis by default set totrueon all stores configured on the wrapped Widget. Starting from5.6.12, stores with a configuredreadUrlor that belongs to a project configured with aloadUrl, will have theirsyncDataOnLoaddefault tonull
DEMOS
- [REACT-VITE] New "Travel time" demo (React + Vite) shows how to visualize travel time before/after an event. The demo is located in
frameworks/react-vite/travel-timefolder (#8692) - [VUE-3-VITE] New "Travel time" demo (Vue 3 + Vite) shows how to visualize travel time before/after an event. The demo is located in
frameworks/vue-3-vite/travel-timefolder (#8693)
BUG FIXES
- #9089 - Resource allocation is not aggregated correctly for the second (and higher) treeGroups in
ResourceHistogram - #9222 - [HIGH PRIO] Alternative definition for Mon-Fri calendar does not work
- #9233 - Events getting selected when
eventSelectionDisabledis set totrueandpanfeature is enabled
FRAMEWORK SUPPORT
- NodeJS:
>= 14.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.11 - 2024-05-21
FEATURES / ENHANCEMENTS
- A new static boolean property,
Widget.accessibilitywas added, which, when set totruecauses tooltips to be activated onfocusin addition tomouseover(#5539) - Vanilla JavaScript documentation has a new section on Multiple Products, showing how to use multiple components in a single page using
thincomponents (#8756) - Project has a new config called
includeChildrenInRemoveRequest, that controls if a remove request includes the id of a removed parent and all its children, or just the id of the removed parent (#8099)
API CHANGES
- After a docs regression, several APIs flagged to be hidden in subclasses were still visible in the docs. These APIs are now correctly hidden (#9140)
BUG FIXES
- #8921 -
Postambledoes not handle DST transitions - #8963 - Enable
reapplyFilterOnAddon theResourceUtilizationStore - #9078 - [HIGH PRIO]
layoutFnmisplaces events in vertical mode - #9153 - Task effort is not updated
FRAMEWORK SUPPORT
- NodeJS:
>= 14.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.10 - 2024-04-24
API CHANGES
- The
setStartEndDatemethod onEventModelwas inherited by mistake. The docs have been updated to remove it (#8881)
BUG FIXES
- #8979 - Creating event causing the auto zoom in timeline when no start date set to the scheduler
- #8985 - [HIGH PRIO] Smarter
EventStoresync behavior for start / end dates - #8992 - [ANGULAR] implement support of
ViewEncapsulation.ShadowDom - #9014 - Tooltip is not working when we hover over the child in nested-event dependencies
- #9031 -
'Error: Invalid cache fill interval'when a child event starts before parent
FRAMEWORK SUPPORT
- NodeJS:
>= 14.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.9 - 2024-04-09
FEATURES / ENHANCEMENTS
- Now it is possible to specify the maximum units capacity of the resource, using
maxUnitsfield. Default value is 100%, but if resource represents a team of several peoplemaxUnitscan be increased accordingly. This field is taken into account in the resource histogram and resource utilization widgets (#833) - The rules of calendar intervals prioritization in case of their intersection have been properly documented. Now the index of the interval in the dataset is also taken into account. Please refer to the updated Calendars guide and priority field documentation for the details (#8754)
ProjectModel.toJSON()now includes data from all registeredcrudStores(#8803)ProjectModelhas a newtoJSONResultFormatconfig that controls the output format of theProjectModel.toJSONmethod. Please check the config docs for more details (#8814)
API CHANGES
- A change in Scheduler Pro
v5.3.0fell out of the upgrade guide, repeating it here:CalendarModelclassintervalsfield definition has been changed to behave as a store when performing CRUD operations. Please check "Upgrade guide" for the details
LOCALE UPDATES
- Added Brazilian Portuguese translation (
'PtBr') (#8747)
DEMOS
- [ANGULAR] New "Travel time" demo (Angular) shows how to visualize travel time before/after an event. The demo is located in
frameworks/angular/travel-timefolder (#8691) - [REACT-VITE] New "Highlighting Event Calendars" demo (React + Vite) helps end users understand the scheduling logic by visualizing event calendars. The demo is located in
frameworks/react-vite/highlight-event-calendarsfolder (#8295) - [VUE-3-VITE] New "Highlighting Event Calendars" demo (Vue 3 + Vite) helps end users understand the scheduling logic by visualizing event calendars. The demo is located in
frameworks/vue-3-vite/highlight-event-calendarsfolder (#8296) - [ANGULAR] New "Highlighting Event Calendars" demo (Angular) helps end users understand the scheduling logic by visualizing event calendars. The demo is located in
frameworks/angular/highlight-event-calendarsfolder (#8297) - [REACT-VITE] New "Highlighting Resource Calendars" demo (React + Vite) helps end users understand the scheduling logic by visualizing resource calendars. The demo is located in
frameworks/react-vite/highlight-resource-calendarsfolder (#8472) - [VUE-3-VITE] New "Highlighting Resource Calendars" demo (Vue 3 + Vite) helps end users understand the scheduling logic by visualizing resource calendars. The demo is located in
frameworks/vue-3-vite/highlight-resource-calendarsfolder (#8473) - [ANGULAR] New "Highlighting Resource Calendars" demo (Angular) helps end users understand the scheduling logic by visualizing resource calendars. The demo is located in
frameworks/angular/highlight-resource-calendarsfolder (#8474)
BUG FIXES
- #7267 - Request for improved API for custom cell editors
- #8263 - [HIGH PRIO] CRUD manager loses changes when applying sync response
- #8572 - [HIGH PRIO] [REACT] Events disappear when scrolling and using JSX
eventRendererandresourceTimeRanges - #8718 - [HIGH PRIO] SchedulerPro freezes when change timeZone with existed recurring timeRange
- #8719 - [DOCS] Document
getVersionContentmethod of Versions feature - #8720 - [HIGH PRIO] Inconsistent behavior when updating
startDateof events - #8853 - Memory not freed after destroying gantt instance in the "bigdataset" example
- #8865 - XSS vulnerability in
ResourceUtilizationwith enabledTreeGroupfeature - #8879 - Missing scheduler reference in vertical mode layoutFn
FRAMEWORK SUPPORT
- NodeJS:
>= 14.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.8 - 2024-03-04
FEATURES / ENHANCEMENTS
- An exception with a meaningful message will now be thrown if parsing of the calendar interval's recurrent date string has failed (#8705)
BUG FIXES
- #8647 - [HIGH PRIO] Scheduler Pro - error removing partner
- #8684 - [HIGH PRIO] Missing row hover effect on event drag
- #8686 - [HIGH PRIO] Exception thrown when loading data with segmented events into the event store with
useRawData : truesetting
FRAMEWORK SUPPORT
- NodeJS:
>= 14.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.7 - 2024-02-22
FEATURES / ENHANCEMENTS
- If Scheduler Pro is not provided with the viewport start date on creation, it now tries to use the project's start date, or calculates the earliest start date among all events
- Scheduler Pro now offers to not automatically merge two task segments when placed next to each other, via the new
ProjectModelautoMergeAdjacentSegmentsconfig (#8018) - The
effortfield on theAssignmentModelis now documented and public
BUG FIXES
- #7824 - [HIGH PRIO]
ResourceUtilizationresource/task tree is not rendered correctly with async assignments - #8387 - Embedded 3rd party chart not linked correctly when zooming in/out
- #8401 - [HIGH PRIO] Dependency line misplaces on scroll with lot of data
- #8423 - [HIGH PRIO] [LWC] Engine performance is too low with LWS enabled
- #8426 - [HIGH PRIO] Nested events are offseted when resizing parent events
- #8430 - [HIGH PRIO] Scheduler Pro does not link up single assignments when passed records
- #8454 - [HIGH PRIO] Binding to resources and events on Scheduler Pro requires refresh to render
- #8477 - [HIGH PRIO] Escape does not clear
FilterBarfilter in name column - #8489 - Crash in drag-unplanned tasks demo
- #8543 - Exception thrown when editing the segmented event
- #8545 - Promise rejection error in maps demo when searching address
- #8548 - Timespan remains highlighted after
shiftPrevious - #8550 - Incorrect CSS class name in Stockholm theme
FRAMEWORK SUPPORT
- NodeJS:
>= 14.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.6 - 2024-01-31
FEATURES / ENHANCEMENTS
- Bumped built-in FontAwesome Free to version
6.5.1 - All frameworks demo applications have been verified and updated to be compatible with Node.js 20
- When editing very long tasks where the task bar extends outside the visible viewport, only the nearest 100 pixels of the bar are scrolled into the viewport rather than attempting to scroll the whole width into view. The minimum width to scroll in may be configured in the
taskEditfeature using theminEditSizeconfig property (#8315)
API CHANGES
- To boost record creation performance, records now cache their
id(it is accessed very frequently, helps performance a bit) and join their store(s) in a more efficient way. As a side effect, a record no longer has astoresarray prior to joining a store, previously it was there as an empty array from start. We don't think this will affect any code, but wanted to share the change in case it does - [DEPRECATED] [ANGULAR] [REACT] [VUE]
BryntumProjectModelframework wrapper will be removed starting from6.0.0version. UseBryntumSchedulerProProjectModelinstead. Check the upgrade guide for the details
LOCALE UPDATES
- Changed the locale key
Edit task : Edit tasktoeditEvent : Edit eventinTaskEdit
BUG FIXES
- #2411 - [HIGH PRIO] Dragging event over non-working resource time ranges erratic
- #7640 - Segment don't display event name
- #7707 - [TYPESCRIPT] Update
timeAxisColumnto be a property - #7720 -
scrollResourceEventIntoViewnot working for collapsed tasks - #7821 - Issue with rendering recurring events with multi assign
- #7869 - [HIGH PRIO] Cell edit feature behaves incorrectly when double-clicking to edit next cell
- #8150 - Edit task should be Edit Event in
EventMenu - #8200 - Webpack build failed with
.min.cssfile - #8202 - Event preamble has incorrect size after aborting event resize
- #8210 - [HIGH PRIO] Strange row expansion when drag creating in
embedded-chartdemo - #8233 - [HIGH PRIO] Dependencies to nested parent events, cause all child events to have an "offset"
- #8244 - [HIGH PRIO] Events not showing when using
resourceIdto assign resource - #8267 - [DOCS]
EventBufferrenderer config not appear in the docs - #8279 - Cancelling dependency creation hangs transactional feature
- #8310 - Timeline histogram with current timeline config triggering error
- #8344 - Event preamble/postamble element sizing/positioning doesn't change for RTL mode
- #8374 - Unexpected animation after resizing event
FRAMEWORK SUPPORT
- NodeJS:
>= 14.0.0 - TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.5 - 2024-01-09
BUG FIXES
- #7403 - Make a guide on how to make a theme selector in frameworks
- #7818 - [TypeScript] Incorrect
RecurrenceModeltyping in typings - #7850 - [Salesforce] Multi event select not selecting events in Salesforce
- #7964 - [REACT] JSX doesn't work in Popups
- #8009 - Issue with hidden non-working time in combination with
infiniteScroll - #8133 - Scheduler crashes on drag when
highlightSuccessors/highlightPredecessorsis enabled - #8155 - Crash when dragging event to time axis header
- #8176 - Project data loading fails if filters hide all resources, and
reapplyFilterOnAdd+transformFlatDataare set totrue - #8177 -
TimeAxisSubGridthrows"queueMicrotask is not a function"exception - #8192 -
beforeEventResizeFinalizenot reverting event UI to the previous state
FRAMEWORK SUPPORT
- TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.4 - 2023-12-21
API CHANGES
resourceTimeRangeRenderermethod fromResourceTimeRangesfeature is now a config on the Scheduler, making it available in framework wrappers (#8035)
BUG FIXES
- #8029 - Dragging Task when
fillTicksandsnapenabled behaves differently on5.6.0 - #8046 - Feature is not finalized correctly when editor window is closed
- #8080 - Missing
TimelineHistogramcomponent in Angular / React / Vue packages - #8081 - Missing
TreeGridcomponent in Angular / React / Vue packages
FRAMEWORK SUPPORT
- TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.3 - 2023-12-13
FEATURES / ENHANCEMENTS
- Added support for custom event layouts in vertical mode, by supplying a
layoutFnto theneventLayoutconfig (#7659) - [ANGULAR] New "Resource utilization" demo (Angular) shows a Scheduler Pro and a
ResourceUtilizationvisualizing resource allocation in sync. The demo is located inframeworks/angular/resource-utilizationfolder (#7771) - [REACT] Documentation in "Quick start" and "Guide" is now updated with how to build React application in Vite for higher efficiency and better performance in development
API CHANGES
- [DEPRECATED] Please kindly note that
@bryntum/babel-preset-react-appand@bryntum/cra-template-typescript-schedulerpro,@bryntum/cra-template-javascript-schedulerpropackages will not get any updates after6.0.0version
BUG FIXES
- #7716 - Link is created to a task when trying to abort building the link
- #7801 - Project gets out of sync when passing duration/end date changes to each other
- #7981 -
EventDragCreatenot working as intended with filtered ticks - #8036 - Copy to clipboard doesn't work in some code blocks
FRAMEWORK SUPPORT
- TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.2 - 2023-11-24
API CHANGES
- [DEPRECATED] The
eventBodyTemplatefunction was deprecated in favor of returning the desired markup from aneventRendererfunction. It will be removed in 6.0 (#7288)
BUG FIXES
- #7092 - Feature mixin on-owner events are not exposed on class
- #7683 -
TaskEditornot vertically scrollable when shown on a small screen - #7716 - Link is created to a task when trying to abort building the link
- #7726 -
TaskEditstops working ifhideAnimationEndevent is not fired - #7876 - Issue with
DragCreatingevent that snaps to0duration
FRAMEWORK SUPPORT
- TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.1 - 2023-11-17
FEATURES / ENHANCEMENTS
- [REACT] New Pro Event effort demo (React + Vite) shows events that distribute their effort across their duration Scheduler Pro and a Resource Utilization visualize effort allocation in sync. The demo is located in
frameworks/react-vite/effortfolder (#7442)
BUG FIXES
- #5719 - [YARN] Can not install
@bryntumproduct packages using yarn v2/v3 - #7582 - PDF exports not showing nested events
- #7622 - Disabled fields in
taskEditorbecomes editable on changing time - #7750 - Vite error
@charset must precede all other statements - #7754 - [Frameworks] Thin packages not working with
pnpm - #7755 - Misplaced drag proxy when dragging from grid
- #7797 - Record is duplicated when client receives response with removed phantom
idand existingid - #7820 -
globalThisshould be defined in locales to support LWC - #7831 - [Thin bundles] some classes are not exported from
@bryntum/engine-thinpackage
FRAMEWORK SUPPORT
- TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.6.0 - 2023-10-26
FEATURES / ENHANCEMENTS
- When dragging events in Scheduler Pro, the dates shown in the tooltip now take non-working time into account. This means that the tooltip now more accurately indicate the dates that will be assigned on drop
- This release introduces a new set of npm packages and framework components, that allows combining multiple Bryntum products in the same application. These packages contain the product specific code only, as opposed to the current packages that has all code for the products each product builds upon (for example Scheduler contains Grid & Core). The new packages are called
thinpackages, and moving forward it will be the recommended way of using Bryntum products in npm based applications (for all supported frameworks). See the "What's new" guide for more information @bryntum/schedulerpro-thinbundle includes scss theme files insass/themesfolder (#7445)- Nested events are now by default scheduled relative to their parent event. Previously they were positioned relative to their parent event initially, but when the parent was moved intersecting non-working time the relative position was lost. This is implemented as a new
delayFromParentfield (optional to specify), which behind the scenes is used as a constraint, taking non-working time into account (#6821) - Scheduler now suspends UI refreshes during direct application calls to
project.loadCrudManagerData(), only refreshing once after the data has been applied (#7246) - [TypeScript] Functions and events declarations in typings were improved to contain all available parameters and return type (#6961, #4456)
- Added a
Printfeature based onPdfExportfeature which allows using browser print dialog and not rely on backend (#6218) - Scheduler Pro now supports dependencies between nested events, on display in the new
nested-events-dependenciesexample (#7211) - [REACT][SharePoint] Added a new React based SharePoint web part demo. It shows how to integrate Scheduler Pro in SharePoint, using a task list as the data source. Located in
examples/frameworks/react/typescript/sharepoint-fabric
API CHANGES
- [BREAKING]
Core.util.helper.Pointclass has been moved to solve circular module dependencies. It is now a named export of theCore.util.helper.Rectanglemodule. Check upgrading guide for the details - [BREAKING] [TypeScript]
ScrollOptionstypedef has been renamed toBryntumScrollOptionsto not interfere with TypeScript interfaceScrollOptions. Check upgrading guide for the details (#7385) - [FRAMEWORKS][DEPRECATED]
BryntumProjectModelwrapper component has been renamed toBryntumSchedulerProProjectModel. Please see the upgrade guide for details
BUG FIXES
- #7594 - Dragging with non-continuous time axis does not take non-working time into account
- #7613 -
onEventResizeStartandonEventDragStartdoes not persist custom properties set on events - #7696 - Issue with dragging event that extends beyond filtered time axis
FRAMEWORK SUPPORT
- TypeScript:
>= 3.6.0 - Angular:
>= 9.0.0 - React:
>= 16.0.0 - Vue:
>= 2.0.0 - Ionic:
>= 5.0.0 - Vite:
>= 4.0.0 - Webpack:
>= 4.0.0
5.5.5 - 2023-10-23
FEATURES / ENHANCEMENTS
EventStorenow callsconsole.errorwhen you load / set invalid data withstartDate>endDateEventBufferfeature now supports arendererfunction allowing you to change text, CSS class and icon for the preamble and postamble elements (#6136)
API CHANGES
- A 0-duration
preambleorpostamblenow serializes asnull
BUG FIXES
- #5927 - Error when scrolling and then switching to collapsed tree structure
- #6654 - Issues combining
infiniteScrollwith zoom - #7612 -
highlightTimeSpansfeature DomSync update fail during scroll - #7623 - Dependencies stay visible after filtering
taskStore - #7639 - Segments are not serialized when calling model
toJSON - #7670 - Drag drop broken in highlight demo
- #7671 - Map pins not showing in
mapsdemo
5.5.4 - 2023-10-05
BUG FIXES
- #7312 -
scrollEventIntoViewnot working correctly - #7500 - Top level child styling broken in
nested-events-configurationdemo - #7541 -
scrollEventIntoViewthrowing error ingantt-schedulerprodemo
5.5.3 - 2023-09-15
FEATURES / ENHANCEMENTS
- It is now possible to use the
CalendarModelinstance standalone, independently of the project instance (#7335) - [VUE-3-VITE] New Drag unplanned tasks demo (Vue 3 + Vite) shows how to drag unplanned tasks from a list onto the Scheduler Pro component. The demo is located in
frameworks/vue-3-vite/drag-unplanned-tasksfolder
BUG FIXES
- #7348 - Map markers not always shown on load
- #7390 -
Resourceutilizationgroup collapse works incorrect after new assignment - #7393 - Drag proxy not centered below cursor in react
drag-batchesdemo - #7428 - Changing
timeZonedoesn't move recurringResourceTimeRange - #7481 - Task editor should not close when fully reloading project if id of edited task is still present
5.5.2 - 2023-08-30
BUG FIXES
- #1491 -
TaskEditresets end time when user changesstartDate - #4866 -
ResourceUtilizationModeloriginproperty is config-only - #7283 -
SchedulerTooltipmouseOffsetstack overflow
5.5.1 - 2023-08-16
API CHANGES
- We added two public methods -
suspendChangeTrackingandresumeChangeTrackingto suspend and resumehasChanges/noChangesevents on aCrudManager
BUG FIXES
- #644 - Event cannot be assigned to multiple resources from editor with
autoUpdateRecordenabled - #7116 - Event removed when returning false from
beforeEventEditafterv5.3.3 - #7203 -
onVisibleDateRangeChangeis not subscriber onvisibleDateRangeChangeevent but separated method - #7233 - LaterJS bug when enum days from Monday
- #7259 - Missing typings in
ResourceUtilizationFeaturesConfigTypeafter upgrading to version5.4.0 - #7292 - Crash when assigning resource in grouped Scheduler
- #7308 - Navigation issue in Bryntum examples
5.5.0 - 2023-07-31
- This release is a replacement for the 5.4.3 patch release. It was changed to a minor version because of some larger changes behind the scenes to pave the way for future support for live updates in Scheduler Pro and Gantt.
FEATURES / ENHANCEMENTS
- We have refactored a few features and changed their prototype chain. If you are importing those features directly, or are extending them, you need to use correct base class and import path:
Grid/feature/RowReorder->Scheduler/feature/RowReorder,Grid/feature/CellEdit->SchedulerPro/feature/CellEdit,Scheduler/feature/Dependencies->SchedulerPro/feature/Dependencies - [REACT] New Drag unplanned tasks demo (React + Vite) shows how to drag unplanned tasks from a list onto the Scheduler Pro component. The demo is located in
frameworks/react-vite/drag-unplanned-tasksfolder - [ANGULAR] New Drag unplanned tasks demo (Angular) showing how to drag unplanned tasks from a list onto the Scheduler Pro component. The demo is located in
frameworks/angular/drag-unplanned-tasksfolder
BUG FIXES
- #7221 - [VUE] Vue vite app doesn't compile with Bryntum vue wrappers
- #7229 - Assignments not saved correctly while create new event when use store's URLs to save data
5.4.2 - 2023-07-26
BUG FIXES
- #7091 - Exception thrown when moving mouse after event drag create
- #7164 - Action column icons missing margin in Scheduler Pro
5.4.1 - 2023-07-13
FEATURES / ENHANCEMENTS
- We have created a public repository to showcase Salesforce demos. All previous demos are merged into one Lightning Application which is easy to install to a new scratch org. You can find more information in updated guides and in this repository: https://github.com/bryntum/bryntum-salesforce-showcase#bryntum-salesforce-showcase
- We have created a public Salesforce org where this app is preinstalled. You can find link to it and login credentials on the updated examples page
BUG FIXES
- #6077 - [TypeScript]
Modelconstructors should allow second param - #7099 - Dependency creation validates not correct when move cursor fast
5.4.0 - 2023-06-30
FEATURES / ENHANCEMENTS
- This release introduces a new
TimelineHistogramclass which implements a grid with histogram charts displayed for rows in the timeaxis section. Please check the new Timeline histogram demo and the "Timeline histogram" guide for more details - The release also includes refactored
ResourceHistogramandResourceUtilizationviews which now better supportTreeGroupandGroupfeatures and provide some additional APIs for customization. For more details please check new "Resource histogram" and "Resource utilization" guides and see the updatedresourcehistogramandresourceutilizationexamples Widgethas a new config,maximizeOnMobilewhich takes effect only onfloatingwidgets on a mobile device. It causes the widget to be maximized instead of positioned in order to accommodate the mobile virtual keyboard. This will make event editing much easier to use on mobile devices (#6522)- On mobile devices,
type : 'checkbox'is rendered as aslidetogglewidget. The API and value is the same, it is just a more appropriate UI for the platform - The
NestedEventsfeature now supports deeper nesting of events, by specifying the newmaxNestingconfig (it defaults to one level). Although it technically supports any depth, we do not recommend going deeper than 2 levels for the UI to be comprehensible (#6030) - For a slightly better docs experience for most users, the docs browser now by default hides some more obscure APIs normally only used when implementing own widgets and features. Advanced users in need of these APIs can still opt in to see them using the
Showmenu in the docs browser
API CHANGES
- The
ScaleColumnclass has been moved from Pro to regular Scheduler classes. This should not affect your application unless it imports the class from its individual file (not the case for the vast majority of customers). The distribution still includesSchedulerPro/column/ScaleColumn.jsfile which is now an empty wrapper importing the class from its new location. The wrapper is there till the next major release so please update your code and import the file from its new location if needed (#6176)
BUG FIXES
- #5553 -
reapplyFilterOnAdddoesn't work when adding resources before loading
5.3.8 - 2023-06-28
BUG FIXES
- #6986 - Undo / Redo Inconsistent Crud changes
5.3.7 - 2023-06-20
BUG FIXES
- #6389 - Drag-n-Drop bug when
constrainDragToTimeSlotset totrue - #6842 - Issues with updating segments in latest nightly (2023-05-24-release)
- #7004 - [REACT]
StateTrackingManagernot working correctly
5.3.6 - 2023-05-26
FEATURES / ENHANCEMENTS
- Event segments can now have
eventColorHEX values, e.g.[#000000](https://github.com/bryntum/support/issues/000000)(#6531)
BUG FIXES
- #6740 - [REACT] Set same events data with segments shows different result
- #6747 - Exception when filtering the segmented event
- #6762 -
WidgetHelper.showContextMenudoes not display the context menu when usingNumber[]
5.3.5 - 2023-05-11
API CHANGES
- The internal feature mixin
ProTaskEditStmhas been moved to Scheduler codebase and renamed toTaskEditStm. It is available now asTaskEditStmentry in Scheduler bundle
BUG FIXES
- #6610 - Scheduler Pro crashes when trying to undo after copy/paste multievent selection (
[CTRL + Click]) - #6684 - Cannot read properties of
null(reading'activeTransaction') - #6691 - Events render to early when
timeZoneis set on a Scheduler Pro - #6699 - Should record only 1 STM transaction for drag-create and following task edit user actions
- #6701 - [IONIC]
Scrollbarwidth could not be determined under Ionic framework - #6713 - Time spans highlights re-appear after calling
unhighlightTimeSpans() - #6749 - Event editor body cropped and not scrollable
5.3.4 - 2023-04-28
FEATURES / ENHANCEMENTS
- New config option on the
SchedulerPro'sProjectModel:skipNonWorkingTimeInDurationWhenSchedulingManually. Please refer to the documentation for details
BUG FIXES
- #6582 - Event's endDate jumps when start editing manually scheduled event
- #6644 - Edit Task option missing in
EventMenu - #6652 - Minified UMD bundle does not export
bryntumnamespace
5.3.3 - 2023-04-21
FEATURES / ENHANCEMENTS
- [TypeScript] Type definition files were added for
schedulerpro.node.cjsandschedulerpro.node.mjsbundles (#6523) ResourceNonWorkingTimenow offers aenableMouseEventsconfig to enable showing tooltips for its rendered elements. See updatedresource-non-working-timedemo (#6545)ResourceNonWorkingTimenow supports showing thenameinterval field in the rendered element (#6493)- [ANGULAR] Bryntum Scheduler Pro now ships with two npm Angular wrapper packages to support different versions of Angular framework. Existing
@bryntum/schedulerpro-angularpackage is now designed to work with Angular 12 and newer versions, which use the IVY rendering engine. New@bryntum/schedulerpro-angular-viewpackage is designed to work with Angular 11 and older versions, which use the View Engine rendering. Check Upgrading and Angular integration guides in documentation for more information (#6270) - [ANGULAR]
angular-11demo has been added to show use of@bryntum/schedulerpro-angular-viewpackage with Angular 11. Demo is located inexamples/frameworks/angular/angular-11folder
BUG FIXES
- #1372 - Pro Constraints demo doesn't update constraint icon
- #2695 - Resource Histogram is not updated when primary partner is zoomed or gets shifted
- #5059 - Histogram not updating when doing
shiftPrevious() - #6439 - Timeline jumps to wrong dates when change direction to RTL at runtime with
infiniteScrollenabled - #6521 - Task Editor disappears when entering invalid time
- #6527 - [ANGULAR] Resource Utilization - custom tick context is not updated when shift timeline
- #6539 -
eventRecordmember missing in EventTooltip feature - #6542 - Wrong text color when hovering event
- #6562 - Broken drag-select + drag & drop of parent events
- #6576 - Timelines appear when filter non-working time with custom
viewPreset
5.3.2 - 2023-04-04
FEATURES / ENHANCEMENTS
- [REACT] Added new React 18 demo "Highlighting time spans". Demo is located in
examples/frameworks/react/highlight-time-spansfolder (#6277) - The custom event layout function
eventLayout.layoutFnis now passed the resource record being laid out as the second parameter. (#6504)
BUG FIXES
- #3765 - Returning false from beforeUpdate does not revert event D&D
- #3789 – UndoRedo widget doesn't catch the project if configured standalone in Angular
- #6037 - Inconsistent event menu actions when multiple events are selected
- #6064 - Incorrect rendering of a timeaxis when
forceFitenabled - #6105 - Inconsistent event menu copy/cut/paste actions when multiple events are selected
- #6297 - Not possible to drag event that dropped from grid when
nestedEventsenabled - #6369 - Issues with timezones on scheduler
- #6376 - Resource calendar not shown when using nested events
- #6390 - Type for
CalendarModel'sintervalstoo strict - #6394 -
project.changesstill available afterproject.revertChanges() - #6425 -
NestedEventsnot working in vertical mode - #6430 -
taskEditCanceledevent is not triggering - #6444 - Error on load function after dragging
- #6484 - Invisible cells repainted with wrong data
- #6510 - Event segment
eventColornot applied
5.3.1 - 2023-03-17
API CHANGES
ProjectModelconvenience getter methods (events,resourcesetc.) now returnsallRecordsinstead ofrecords- Date parsing was made more forgiving in regard to character used to separate date parts. For example these strings are now all acceptable as
HH:mm:10:20,10 20,10-20,10/20(#6344)
BUG FIXES
- #5084 - React orders demo not working properly
- #6025 - Uncaught error in
populateEventMenuwhen dropping an event on the first resource - #6041 -
getDateConstraints()bounds works not correct with not rounded time in start/end dates - #6129 - Dependencies not refreshed after dropping event on non-working time
- #6274 - SENCHA + Scheduler Pro + Chrome : Strange behaviour after zoom
- #6279 - Add a new tree node with empty children throws an exception
- #6320 -
effortDriven+ fixed duration not working when setting it in the data level initially - #6326 -
GroupSummarydata not updating on event deletion - #6351 - Components do not render into containers not already in DOM
5.3.0 - 2023-03-02
FEATURES / ENHANCEMENTS
- CSS changes in Scheduler has cut the size of Scheduler Pro's standalone CSS-bundles roughly in half. See Schedulers upgrade guide for more information
- Added basic support for recurring events, see "What's new" for more information. And be sure to try it out in the new
recurrencedemo (#792) - Support for Time zone conversion has been added to all Bryntum scheduling products. Simply set a IANA time zone identifier as value for the
timeZoneconfig and that's it. But, since time zones is not supported natively in JavaScript we strongly recommend to read our Time zone guide (#1533) - Added
Versionsfeature, enabling capturing snapshots of projects together with a detailed changelog - Localization demos updated to show up-to-date localization approach
- Event model has got new
schedulingMode,effortandeffortDrivenfields. The fields add support for a new scheduling mode in which user provided effort gets distributed across the event duration. Please check the neweffortdemo to see how it works AjaxHelper.fetchnow supports using request body to pass parameters for non-GET requests. Please checkaddQueryParamsToBodyargument in the method documentation (#2855)- Lots (but not all) of the not so informative
objecttypes in our TypeScript typings have been replaced with more specific types. Objects that in our JavaScript are used as maps are now declared asRecord<keyType, valueType>, and for functions that accept object arguments many are replaced with anonymous type declarations, such as{ foo: string, bar: number }(Partially fixed #5176) - Added new "Nested events configuration options" Angular demo. Demo is located in
examples/frameworks/angular/nested-events-configurationfolder (#5188) - While resizing the
PercentBar, the owning component now triggerpercentBarDragStart,percentBarDragandpercentBarDropevents. The task record is also updated in realtime triggering continuous UI updates for a nicer UX (#6146)
API CHANGES
- [DEPRECATED]
LocaleManager.registerLocaleandLocaleManager.extendLocaleare deprecated.LocaleHelper.publishLocaleshould be used instead. - When configuring a SchedulerPro with a time zone at initialization, and there's also a
startDateand/or aendDateinitially, those days will be treated as in local system time zone and will therefore be converted to the configured time zone. Previously (in5.3.0-alpha-1and5.3.0-beta-1) those dates was treated as in the provided time zone - The default value for
ResourceHistogram'seffortFormatwas changed from0to0.#, to round values to one decimal place. Previously it was not rounding at all
LOCALE UPDATES
- Locales format and process for applying locales have been simplified
- New locales for 31 languages have been added. Currently available languages are listed in the localization guide (Guides/Customization/Localization)
BUG FIXES
- #5889 - Events are not rendered according to the timezone when scheduler has a timezone
- #5981 - Scrolling close to edges hides
highlightEventCalendars - #6018 - Wrong position of highlighted region when
taskRecordis set - #6020 - Highlighted task timespan height not adjusting with the height of the rows
- #6156 -
eventRecord.setonly works first time for preamble/postamble - #6260 - Milestone is rendered incorrectly
- #6271 - Timeline enables eventEdit feature if any features config provided
5.2.10 - 2023-02-17
FEATURES / ENHANCEMENTS
- Added a
trackProjectModelChangesconfig to theProjectModelto optionally track own changes of theProjectModel(#5355)
API CHANGES
- Recently browsers have added support for Unicode 15, which changes the output of
Intl.DateTimeFormatwhen formatting time to includeAM/PM. Those browsers now use "thin space" (\u202f) instead of regular space. This affects theDateHelper.format()function, but likely you do not need to take any action in your application. It also affectsDateHelper.parse(), which has been updated to support the new unicode space (#6193)
BUG FIXES
- #6112 - Exception is thrown after rejecting a conflicting change
- #6114 -
scrollEventIntoViewdoesn't handle nested events - #6133 - Crash when dragging events between two schedulers
- #6142 - DST Adjustment issue adding 1h on events
- #6147 - Undo/redo adding a calendar crashes
5.2.9 - 2023-01-30
FEATURES / ENHANCEMENTS
- The
TaskEditor'sAdvancedtab's combos has been made wider which required some additional styling and some fields have been rearranged as well. If your app is customizing theAdvancedtab, you should check that your customization still gives same result with the new default layout (#5966)
BUG FIXES
- #5925 - Adding
workingTimecause the event tooltip to start from theeventBufferstart date - #5979 - Summary on vertical mode "disappears" on double click
- #6017 - Scheduler Pro not assigning resourceId to new events
- #6019 - [TypeScript] Feature classes and configs have
onevent handlers exposed on owner class - #6038 - Event drag copy throws with mapped fields
- #6069 - Params lost if defined in class config
5.2.8 - 2023-01-19
BUG FIXES
- #5386 - Improved panel collapse animation when collapsed panel header is perpendicular to expanded
- #5788 - Automatic dependency setting not working after resetting events array
- #5814 -
StateProviderthrows during component construction - #5904 - TypeError in Scheduler Pro on Drag/Drop event
- #5917 - When load data with
schedulerPro.project.loadCrudManagerDataScheduler Pro crashes - #5923 -
applyProjectChangesdoes not account for mappedidfield - #5931 - Deprecated API use. Handle size is from CSS
- #5935 - Scheduler drag to create on a linked record does not work
- #5950 - Crash when resizing event being created
- #5953 - Event record disappears after changing to zero duration
5.2.7 - 2023-01-11
API CHANGES
- The
StartDateField/EndDateFieldfields now sets the default value of theirmaxproperty to be 200 years after the project's end date, see the docs for the corresponding classes (#5779)
BUG FIXES
- #4862 - Scheduler Pro percent bar in vertical mode wrong UI
- #5474 - Wrong endDate when dragging events over days at which DST/STD change
- #5849 - Store exception event triggered when create a new event with backend used
- #5882 - Rendering content from eventRenderer disappearing when scrolling
5.2.6 - 2022-12-28
FEATURES / ENHANCEMENTS
- [REACT] React wrapper now supports React components in widgets and tooltips (#774)
BUG FIXES
- #2176 - Adding non-working interval dynamically does not recalculate tasks
- #4851 - Infinite requests if server response is malformed
- #5394 - Non working days not painted after adding a calendar interval programmatically
- #5786 - Store
autoCommitgets disabled byCRUDManager
5.2.5 - 2022-12-16
FEATURES / ENHANCEMENTS
RowCopyPastefeature supports copying rows in tree. Copied records will have same hierarchy- Paste after cut and copy behavior is unified, records are moved below the paste target
BUG FIXES
- #5408 -
EventDragCreatedoesn't takeignoreResourceCalendarinto account - #5668 - Chained
resourceStoresfrom oneCrudManagerworks incorrect - #5693 - Nested events drag from Grid example crashes when dragging after code edit
- #5731 - Time axis cells are recycled when making schedule area small
- #5776 -
Radiobuttonnot circular in small popup - #5778 - Dragging resources to the last row causes crash in group
5.2.4 - 2022-11-28
FEATURES / ENHANCEMENTS
- We recently launched a new homepage over at bryntum.com, and have now slightly updated the styling for demos and docs to better match it (new logo, new header color, new font). Please note that this is not a change to our themes, only the look of the demos, and it won't affect your application
BUG FIXES
- #5242 - Create styling guide for Scheduler Pro
- #5564 - Crash when drag creating with task editor open
- #5595 - Fix panel collapse icon directions
5.2.3 - 2022-11-17
BUG FIXES
- #5551 - Store
allRecordsincludes group footers twice
5.2.2 - 2022-11-08
API CHANGES
- [DEPRECATED] The behaviour of the
store.datagetter will be changed in 6.0. Currently, it returns the initial raw dataset, in 6.0 it will be changed to have the more expected behaviour of returning the data objects for the current state instead. See Grid's upgrade guide for more information (#5499)
5.2.1 - 2022-10-28
FEATURES / ENHANCEMENTS
- Documentation for
EventModelmistakenly listed support foreffort, related fields and functions. The concept currently only exists in Gantt, docs has been cleaned up. (#5411)
BUG FIXES
- #2605 - Setting new resources to the store fails when all resources are filtered out
- #4392 - Error when using store instance in
ProjectModeldefinition - #5149 - Angular demos now use component-local styles using
ViewEncapsulation.None - #5322 - Getting Error "Unknown identifier ClassDefEx-1.$.startDate" when dynamically loading Data
- #5406 -
ResourceHistogramview fails wheneventStoreconfig is passed - #5420 - Exception thrown when using event tree store in
SchedulerPro - #5435 - Error after call
loadInlineDatawith resource tree structure
5.2.0 - 2022-10-13
FEATURES / ENHANCEMENTS
- Scheduler Pro has gained built-in support for segmented events, by using the new
EventSegments,EventSegmentDragandEventSegmentResizefeatures. The features cover splitting events to segments, rendering of such events and individual segments dragging Please check the newsplit-eventsdemo to see how it works (#2975) - A new widget, ViewPresetCombo, is available to Scheduler, SchedulerPro and Gantt. Put it in the toolbar, and it will provide easy-to-setup view switching. It uses the built-in ViewPresets functionality which is easily customized (#4539)
- Menu has a
separatorconfig to make it easier to visually separate menu items - The responsive state objects used in the
responsiveconfig of theResponsivemixin now support aonceproperty to allow configs to only be set on first activation of the state - The
Core.helper.DateHelperclass has a new methodformatRangemethod which can format date ranges, as well as new formatting options for week numbers - A new
EventNonWorkingTimefeature was added to Scheduler. When enabled in Scheduler Pro, the combined calendar for an event (a merge of project / resource + event calendars) is visualized by shading the parts of an event that intersects non-working time. Can be tried in the newevent-non-working-timedemo - PdfExport feature is refactored to render content directly. This significantly improves performance and robustness by eliminating component scrolling. This behavior is enabled by default. You can revert to the old behavior by setting
enableDirectRenderingconfig on the export feature tofalse(#4449) ResourceHistogramhas got a newgenerateScalePointsevent that allows customizing its scale points at runtime (#5025)
API CHANGES
EventModelhas newignoreResourceCalendarboolean field. When field is set totruethe event will not take its assigned resource calendars into account and will perform according to its own calendar only (#3349)
LOCALE UPDATES
- Added localization for the new event split functionality, keys
EventSegments.splitEventandEventSegments.renameSegment
BUG FIXES
- #4096 - CalendarIntervalMixin class uses hardcoded date field formats
- #5241 - Cannot reach dependency terminals for segmented events
- #5243 - Task editor too narrow in classic themes
- #5290 - Error on triggering
zoomToFitonResourceHistogram
5.1.5 - 2022-10-12
FEATURES / ENHANCEMENTS
- New records are assigned a generated
idif none is provided. The generatedidis meant to be temporary (a phantomid), and should be replaced by the backend on commit. Previously theidwas based on a global counter incremented with each assignment. That simplistic scheme assured no two records got the sameidduring a session, but if an application serialized the generatedid(note, they should not) and then reloaded it, it would eventually collide with a new generatedid. To prevent this, the generatedids are now based on a random UUID instead - Stores now by default show a warning on console when loading records that has generated
ids, as a reminder that it should be replaced by the backend on commit
BUG FIXES
- #4645 - Improve error message "Bryntum bundle included twice"
- #4654 - [REACT] Bryntum widget wrappers don't accept all component properties in React 18
- #5352 - Exception thrown when refreshing the data with event selected
- #5372 - Not able to remove events in Vertical mode
5.1.4 - 2022-09-29
BUG FIXES
- #4374 - Console error if return false on preventable
beforeAddevent on dependency store - #5050 - Events are not rendered correctly after exporting to PDF
- #5170 - When first region has width and last region is collapsed, Scheduler Pro doesn't resize with container
- #5196 - Task editor in Scheduler Pro gets empty when opened too fast after closing
- #5199 - When
resourceTimeRangesfeature enabled description is displayed twice
5.1.3 - 2022-09-09
BUG FIXES
- #415 - Improve docs on formatting currency values on
NumberField - #3680 - Support Salesforce Winter 22 release
- #5133 - Custom layout function scope should have a reference to the scheduler
5.1.2 - 2022-08-29
FEATURES / ENHANCEMENTS
- Configs that accept configuration options for a widget (or other class) are now (mostly) documented to accept a typed config object rather than a plain object. For example instead of
{Object} tooltip - A tooltip configuration object, it is now{TooltipConfig} tooltip - A tooltip configuration object. This improves our TypeScript typings (transforms toPartial<TooltipConfig>in typings) when using such configs, but also improves our docs by linking to the configs of the type - Added a config to allow State Tracking Manager to ignore remote changes coming in a sync response. This allows user to only undo/redo local changes (
ignoreRemoteChangesInSTMconfig on the ProjectModel) (#5083)
BUG FIXES
- #4943 - Changing the time by dragging an event triggering an error
- #4965 - Dependency creation still working when
readOnlyistrue - #4968 -
changeevent doesn't fire when canceling event editor - #5010 - Group expanders still visible after stopping grouping
- #5017 - [TypeScript] Property type is missing in
DataFieldConfig - #5018 - [Vue] Prop Validation fails for
Stringoptions - #5028 - UI does not refresh when certain fields are changed
- #5056 - Project mutes events in stores not managed by the engine
5.1.1 - 2022-07-28
BUG FIXES
- #3427 - Infinite sync loop if
percentDonevalue is incorrect - #4963 - Undoing two scheduled nested events causes crash
5.1.0 - 2022-07-21
FEATURES / ENHANCEMENTS
- Scheduler Pro has gained built-in support for nested events, by using a tree EventStore and the new NestedEvents feature. On display in the new
nested-events-configurationandnested-events-drag-from-griddemos, as well as in the updatednested-eventsdemo (#1519, #3564) - Our TypeScript typings for string types that have a predefined set of alternatives was improved to only accept those alternatives. For example previously the
dockconfig which was previously declared asdock: stringis nowdock : 'top'|'right'|'bottom'|'left' - Create React App templates now available
- Configuring the crud manager functionality of the project was made a little easier by introducing shortcuts for setting load and sync urls using the new
loadUrlandsyncUrlconfigs - Updated the built-in version of FontAwesome Free to
6.1.1 KeyMapis a mixin that allows for standardized and customizable keyboard shortcuts functionality.KeyMapis by default mixed in toWidgetand therefore available to allWidget's child classes. There is a new guide Guides/Customization/Keyboard shortcuts describing how to customize currently integrated keyboard shortcuts (#4300, #4313, #4328)- Project optionally allows
sync()calls without local changes, to retrieve changes from the backend. ConfigureforceSync : trueto enable this new behaviour (#4575)
API CHANGES
- [BREAKING] [ANGULAR] Angular wrappers now use the more modern module bundle by default, instead of the legacy umd bundle. Hence application imports must be changed to match. This will slightly improve application size and performance (#2786)
- [BREAKING]
schedulerpro.lite.umd.jsbundle is no longer available - [BREAKING] WebComponents has been removed from
schedulerpro.module.jsES modules bundle. New bundle with WebComponents isschedulerpro.wc.module.js
BUG FIXES
- #4378 - Dependencies not redrawn when rows reordered
- #4608 - Nested events ugly with scrollbars on
- #4689 - Drag creating a new event in
nested-events-drag-from-gridshould create acontainer - #4696 - Parents sorted below children in docs
- #4697 - Too dark code background in docs
- #4945 - Dropping nested event causes crash when not constraining drag to timeline
- #4948 -
EventTooltipbuggy for nested events - #4955 - Removing parent when nested event is selected causes crash
5.0.7 - 2022-07-13
BUG FIXES
- #4681 - STM issues when using with backend
- #4737 - Paste events are not generating the assignments in the request
- #4756 - PDF export hangs trying to restore component
- #4892 - Unexpected change events after drag or resize if preamble/postamble used
- #4916 -
Fullscreenis not working on mobile Safari - #4919 - Engine throws exception on referencing a destroyed project
5.0.6 - 2022-06-20
BUG FIXES
- #4146 -
TaskEditorclears time when editing events with datetime picker - #4626 - Exception when pressing enter in event editor in timeline demo
- #4731 - Reverting assignment change does not update the view
- #4749 - Assignment record for new event does not appear in project changes in task editor is disabled
- #4778 - Body mask now tracks grid resize to maintain cover of the body
- #4808 - Typings are wrong for async functions
- #4813 - Scheduling Cycle combo shows previous content on resolving next conflict
5.0.5 - 2022-05-30
FEATURES / ENHANCEMENTS
- Added public
afterTaskEditevent which is triggered at the end of the task editing after task editor is closed
BUG FIXES
- #4503 - Returning false from
beforeTaskEditevent breaksautoSync - #4519 -
TimeAxisstopped refreshing data afterloadInlineDatacall - #4547 - [LWC] Exception when dragging scheduler pro event on lightning tab
- #4584 -
TimeSpanHighlight: surrounding and non-surrounding simultaneously - #4607 - [VUE] Incorrect prop types in Vue wrapper
- #4624 - XSS security bugs
- #4653 - Event and dependency are not rendered after reverting changes made in the task editor
- #4657 - Can not navigate out of the datetime field using
Shift + Tab - #4668 -
StartDatenot updated withsyncDataOnLoadandproject.load()
5.0.4 - 2022-05-11
FEATURES / ENHANCEMENTS
- The
EventCopyPastefeature is since its inception documented as being enabled by default, but that only applied to the basic Scheduler, code was changed to make it enabled by default also in Scheduler Pro
API CHANGES
ProjectModelhas got newmaxCalendarRangeoption that allows to supporting long running projects. For more details, see What's new (#2962)
BUG FIXES
- #4294 - Not possible to reach horizontal time axis scrollbar
- #4490 - Dragging events between Scheduler Pro instances freezes
- #4562 - [REACT] React wrappers have incorrect source mapping urls
- #4574 -
highlightTimeSpansworks even though thetimeSpanHighlightfeature is disabled
5.0.3 - 2022-04-26
FEATURES / ENHANCEMENTS
- Added new
examples/inline-datademo showing assigning inline data toSchedulerPro - [WRAPPERS]
ProjectModelwrapper component reference can now be used asprojectparameter for Bryntum Scheduler Pro wrapper component in Angular and Vue applications (#4238) - [WRAPPERS] Scheduler Pro has a new
ProjectModelframework wrapper available for React, Vue and Angular. It simplifies sharing data between multiple Bryntum components (#4382) - [ANGULAR] New demo showing use of inline data and
ProjectModelwrapper. Demo located inexamples/frameworks/angular/inline-datafolder - [REACT] New demo showing use of inline data and
ProjectModelwrapper. Demo located inexamples/frameworks/react/javascript/inline-datafolder - [VUE-3] New demo showing use of inline data and
ProjectModelwrapper. Demo located inexamples/frameworks/vue-3/javascript/inline-datafolder - [REACT] New basic React demo with TypeScript. Demo located in
examples/frameworks/react/typescript/basicfolder
API CHANGES
- The
validateResponseflag onProjectModelhas been changed to default totrue. When enabled, it validates responses from the backend and outputs a message on console if the format isn't valid. This is helpful during the development phase, but can be turned off in production - New Vue 2/3 wrapper config option
relayStoreEvents(defaults tofalse). When set totrue, the events fired by stores are relayed to the Bryntum Grid instance - [REACT] React wrappers now include TypeScript definitions (#3378)
BUG FIXES
- #4031 - First Redo action works incorrect
- #4127 - [LWC]
DomHelper.isInView()throws - #4222 - [LWC] Performance degradation in 5.0 release
- #4432 - [LWC] Mouse events do not work
- #4439 - Add public event to track task edit cancel action
- #4461 - [Vue] wrapper triggers doubled
dataChangeevents with different params
5.0.2 - 2022-04-13
FEATURES / ENHANCEMENTS
- The
beforeTaskEdit,beforeTaskSaveandbeforeTaskDeleteevents triggered by the TaskEdit feature now handle async flows. Use async / await in your listener or return a Promise and it will be awaited before execution continues. Useful for example to ask for a confirmation on save etc (#4421) - TaskEditor now offers a
blurActionconfig to not reject changes when clicking outside the editor (#4445)
BUG FIXES
- #4049 -
beforeEventEditdoes not fire on Scheduler Pro, whereasbeforeTaskEditdoes - #4310 - Wrong console tip for Scheduler Pro
- #4332 - Crash when double clicking histogram
- #4370 - Assigning tasks to project when
syncDataOnLoad:trueresults in emptySchedulerPro - #4389 - Scheduler with
infiniteScrollthrows when trying to render already loaded project - #4406 - Fixed items in disabled
fieldset/radiogroupnot being disabled - #4479 -
DependencyEditdialog not includefromSide/toSideupdate into changes param ofdatachangeevent
5.0.1 - 2022-03-04
API CHANGES
- [WRAPPERS] New
ResourceUtilizationwidget wrapper available for Angular, React and Vue frameworks (#4276)
BUG FIXES
- #4264 - Collapse / expand icons too far apart
- #4265 - Highlighted time span elements animate after zooming
- #4266 - Time span highlight elements not updated after resizing window
- #4267 - Disabling resources field breaks task editor
5.0.0 - 2022-02-21
- We are thrilled to announce version 5.0 of our Scheduler Pro product. This release marks a big milestone for us, after more than a year of development. This update makes it much easier to combine multiple Bryntum products, and also includes lots of new demos, an EventBuffer feature (for travel time), a ResourceUtilization widget as bug fixes and other enhancements requested by our community. A big thanks to our customers who helped us with testing our alpha & beta versions
- You are most welcome to join us on March 16th, at 9am PST (6pm CET) for a 5.0 walkthrough webinar, demonstrating all the shiny new features Click here to register
- We hope you will enjoy this release and we are looking forward to hearing your feedback of what you would like us to develop next
*/ Mats Bryntse, CEO @Bryntum
FEATURES / ENHANCEMENTS
- Added a new Resource Utilization view displaying resource allocation. Please check its demo for details (#2348)
- With this release Scheduler Pro starts displaying a popup informing users of scheduling conflicts, cycles and calendar misconfigurations. The popup allows user to pick an appropriate resolution for the case at hand. On the data level the cases are indicated by new events triggered on the project (#1264, #1265)
- Scheduler Pro now performs the initial rendering of events quicker than before, by rendering them using raw data prior to performing calculations. Especially on large datasets this makes it feel much snappier. Requires loading normalized data to work optimally. Depending on how much non-UI manipulating your app does on the events the delayed calculations might affect your code, be sure to check out the upgrade guide (#2251)
- Each product has a new "thin" JavaScript bundle. The thin bundle only contains product specific code, letting you combine multiple Bryntum products without downloading the shared code multiple times (previously only possible with custom-built bundles from sources). Find out more in the What's new guide (#2805)
- Each theme is now available in a version that only has product specific CSS in it, called a
thinversion. These files are name[product].[theme].thin.css-schedulerpro.stockholm.thin.cssfor example. They are intended for using when you have multiple different bryntum products on the same page, to avoid including shared CSS multiple times. Read more about it in theWhat's newsection in docs (#3276) Modelhas a newreadOnlyfield that is respected by UI level editing features to disallow editing records havingreadOnly : true. It does not directly affect the datalayer, meaning that you can still programmatically edit the records (#665)- New feature - Event Buffer - which allows visualizing things like travel time (#2822)
- Manually scheduled tasks are changed to not skip non-working time for proposed start/end date values. Check the upgrade guide if you want to revert to the previous behaviour (#2326)
- New
drag-unplanned-taskswhich shows how to drag tasks from an external grid, and highlighting available resource slots in the schedule while dragging - Scheduler Pro's event rendering now uses absolute positioning instead of translation to position the event bars. This was changed to make native
position: stickywork, thestickyEventsfeature is now very thin and more performant (#4055) - New
ProjectModelsetters/getters forassignments,dependencies,events,resourceTimeRanges,resources,timeRanges(#4043) - New
drag-unplanned-taskswhich shows how to drag tasks from an external grid, and highlighting available resource slots in the schedule while dragging windowreferences are replaced withglobalThiswhich is supported in all modern browsers and across different JS environments (#4071)- You can now style
CalendarIntervalsby providing aclsfield in their data. This makes it very easy to style non working time elements (#3255) - A new function called
downloadTestCase()was added to Bryntum widgets, it is intended to simplify creating test cases for reporting issues on Bryntum's support forum. Running it collects the current value for the configs your app is using, inlines the current dataset and compiles that into a JavaScript app that is then downloaded. The app will most likely require a fair amount of manual tweaking to reproduce the issue, but we are hoping it will simplify the process for you. RunschedulerPro.downloadTestCase()on the console in a demo to try it - Updated FontAwesome Free to version 6, which includes some new icons sponsored by Bryntum in the charts category: https://fontawesome.com/search?m=free&c=charts-diagrams&s=solid
- When configured with a StateProvider and
stateId, Scheduler Pro state is stored automatically as stateful properties change (#1859)
For more details, see What's new and Upgrade guide in docs
API CHANGES
- [BREAKING] React wrappers now use the more modern module bundle by default, instead of the legacy umd bundle. Hence application imports must be changed to match. This will slightly improve application size and performance (#2787)
- [BREAKING] The Engine
ResourceAllocationInfoclassallocationproperty has been changed from anArrayto anObjectwith two propertiestotalandbyAssignments. Thetotalproperty contains an array of the resource allocation intervals. And thebyAssignmentsis aMapkeeping individual assignment allocation intervals with assignments as keys and arrays of allocation intervals as values Please check Upgrade guide if your code uses that class - [DEPRECATED] ResourceHistogram
getBarTipconfig has been deprecated in favour of newbarTooltipTemplateconfig Please check the upgrade guide and update your code accordingly DependencyModel.activefield has been changed to persisted. To revert to the old behavior please override the field and set itspersistconfig tofalse- Code of drag-from-grid and similar demos have been simplified and if you have used that code in your application you should make sure to review and update your code accordingly
- The following previously deprecated Scheduler Pro configs, functions etc. where removed:
- Configs
hoursPerDay,daysPerWeek,daysPerWeekfromCalendarModel- previously moved toProjectModel - Config
TaskEdit#showDeleteButtton- previously replaced byeditorConfig - Config
TaskEdit#extraItems- previously replaced byitems - Config
TaskEdit#tabsConfig- previously replaced byitems - Function
ProjectModel#propagate()- previously replaced bycommitAsync() - Event
SchedulerPro#beforeExport- in favor ofbeforePdfExportevent - Event
SchedulerPro#export- in favor ofpdfExportevent
- Configs
BUG FIXES
- #3985 - Timeline time axis header not visible
- #4144 - Big data example - Console error after open TaskEditor if 10k events loaded
- #4156 - Duplicate assignment Event error when assign resource in Maps demo
- #4203 - Big dataset demo broken
- #4235 - Wrong start date after copy pasting event
4.3.9 - 2022-02-17
FEATURES / ENHANCEMENTS
- Internal code improvements and bugfixes
4.3.8 - 2022-02-07
BUG FIXES
- #4100 -
DependencyStoredoes not sync when updating dependency
4.3.7 - 2022-02-02
API CHANGES
- [DEPRECATED] SchedulerPro
beforeExportandexportevents (triggered byPdfExportfeature) were deprecated in favor of thebeforePdfExportandpdfExportevents respectively. The old events names will be dropped in v5.0.0
BUG FIXES
4.3.6 - 2022-01-13
BUG FIXES
- #3788 - Minimum value for duration field in Task Editor works incorrect
- #3835 - Scheduler Pro task edit resources combo store filter reset on value change
- #3990 - Chrome & Content Security Policy causes failure because of debug code section
4.3.5 - 2021-12-24
BUG FIXES
- #3896 - [TypeScript] Wrong typings of model class configs
- #3907 - [TypeScript] Cannot pass Scheduler instance to
Store.relayAll - #3928 - DateHelper
kformat behaves incorrectly
4.3.4 - 2021-12-13
FEATURES / ENHANCEMENTS
- Updated
resource-histogramAngular demo to use Angular 13 (#3742)
BUG FIXES
- #3621 - [TypeScript] Improve typings of mixins
- #3759 - Touch drag starts event drag creation
- #3850 - [TypeScript] Missing static properties in typings
- #3852 - Crash if zooming while hovering event resize handle
4.3.3 - 2021-11-30
BUG FIXES
- #3532 - Performance issues when resize events for big data apps
- #3648 - [DOCS] Content navigation is broken
- #3668 - Map demo resets
timeSpanbounds to 1 work day instead of using user defined start/end dates - #3691 - Resource Histogram renders empty initially
- #3743 - [DOCS]
web.configfile for Windows IIS server
4.3.2 - 2021-10-29
FEATURES / ENHANCEMENTS
EventCopyPastefeature now firesbeforeCopyandbeforePasteevents to let you prevent the actions (#3303)
4.3.1 - 2021-10-21
FEATURES / ENHANCEMENTS
- ProjectModel now has a
resetUndoRedoQueuesAfterLoadflag to optionally clear undo / redo queues - Bumped builtin Font Awesome Free to version 5.15.4
BUG FIXES
- #3539 - Resource time ranges are not rendered for initially invisible resource rows
- #3560 - Timeline demo is rendered with visual artifacts in chrome
- #3567 - Minified css bundle contains unicode chars
- #3579 - Crash when combining
resourceTimeRangesandeventRendererwith custom content
4.3.0 - 2021-10-12
FEATURES / ENHANCEMENTS
ResourceHistogramnow supports resource grouping. It displays the aggregated resources allocation on the group level (#2608)- Events can be grouped or manually positioned inside the row. See this demonstrated in the new
examples/custom-layoutsdemo (#1854)
API CHANGES
TimeAxisColumnnow subclassesWidgetColumn(before it was aColumn), this should not affect your code. This opens up for rendering widgets embedded in row cells, see this demonstrated in the newexamples/embedded-chartexample- [DEPRECATED] Buttons
menuIconClsconfig was deprecated in favor of the newmenuIconconfig, which better matches the naming of other configs
4.2.7 - 2021-10-01
BUG FIXES
- #2284 - Gantt should support disabling the calculation engine
- #3166 - Dependency editor Lag field does not use
dependency.lagUnitvalue - #3411 - Noticeable delay before new event is seen when drag creating in big data set scenario
- #3428 -
dataChangeevent does not fire on SchedulerPro - #3458 - Document nested fields
- #3471 - Crash when finalizing drop async on a group header row
4.2.6 - 2021-09-15
FEATURES / ENHANCEMENTS
- The ResourceNonWorkingTime elements are no longer focusable/interfering with tab navigation (#3391)
BUG FIXES
- #3384 - Error when loading inline data twice on the same schedule
- #3408 - Updated typings to support spread operator for method parameters
4.2.5 - 2021-09-08
FEATURES / ENHANCEMENTS
- Added
schedulerpro.node.mjsandschedulerpro.node.cjsbundles without UI components for Node.js environment compatibility (#3224) - ProjectModel now fires a
dataReadyevent when the engine has finished its calculations and the result has been written back to the records (#2019) - The API documentation now better communicates when a field or property accepts multiple input types but uses a single type for output. For example date fields on models, which usually accepts a
StringorDatebut always outputs aDate(#2933)
BUG FIXES
- #3313 - Allow
String,String[]andObjectinclsgetter for subclassingEventModel - #3322 - Add
dataChangeevent to framework guides - #3343 - Scrolling Scheduler Pro while dragging from outside does not resolve correct resource record
- #3358 - Event gets broken after quick drag create
4.2.4 - 2021-08-27
BUG FIXES
- #1432 - Scheduler doesn't take DST into account for event duration
- #2906 - Labels are visible on non working time entries
- #2971 - ResourceTimeRangeStore updates not tracked by STM
- #3116 - Gantt throws on task terminal drag
- #3265 - Docs are not scrolled to the referenced member
- #3295 - Sync requests triggered during drag-create
- #3305 - Guides look bad in the docs search results
- #3306 - Doc browser does not scroll to member
- #3319 - Should not show event editor when double clicking nonworking time range
- #3320 - Non working resource time ranges removed after double clicking to create a new event
4.2.3 - 2021-08-05
FEATURES / ENHANCEMENTS
- Project can now log warnings to the browser console when it detects an unexpected response format. To enable these checks please use the
validateResponseconfig (#2668) - [NPM] Bryntum Npm server now supports remote private repository access for Artifactory with username and password authentication (#2864)
- [TYPINGS] Type definitions now contain typed
featuresconfigs and properties (#2740)
API CHANGES
- [DEPRECATED] PdfExport feature
exportevent is deprecated and will be removed in 4.3.0. Useexportevent on the SchedulerPro instead - [DEPRECATED] SchedulerPro
beforeExportevent signature is deprecated and will be removed in 4.3.0. New signature wraps config object to the corresponding key
BUG FIXES
- #1727 - Error when drag event over the histogram
- #3116 - Gantt throws on task terminal drag
- #3182 - Create React version of drag-batches example
- #3191 - New event misrendered when drag creating
- #3203 - Crud Manager not sending assignment record
4.2.2 - 2021-07-21
FEATURES / ENHANCEMENTS
- [NPM] Bryntum Npm server now supports
npm tokencommand for managing access tokens for CI/CD (#2703)
BUG FIXES
- #3167 - LWC bundle is missing from trial packages
- #3178 - Syntax highlighter messes up code snippets in docs
- #3190 - Crash when drag creating in SchedulerPro partnered with Gantt
4.2.1 - 2021-07-07
FEATURES / ENHANCEMENTS
- [FRAMEWORKS] Added
scheduleContextFeatureto frameworks wrappers (#3135)
BUG FIXES
- #3117 - Improve the docs to show how to access
eventRecordinbeforeShowlistener - #3136 - [NPM] Running
npm installtwice creates modifiedpackage-lock.jsonfile - #3139 - Support
onandunmethods foreventTooltipfeature instance
4.2.0 - 2021-06-30
FEATURES / ENHANCEMENTS
- Scheduler Pro has a new config option
infiniteScrollmeaning that as the user scrolls the timeline back or forward in time, the "window" of time encapsulated by the TimeAxis is moved (#1114) - The
EventResizefeature now uses the task's data to change the appearance by updatingendDateorstartDatelive but in batched mode so that the changes are not propagated until the operation is finished. (#2541) - Dependencies can now be created by dropping on the target event without hitting the terminal circle element. The defaultValue of the DependencyModel
typefield will be used in this case. (#3003) - Dependency creation can now be finalized asynchronously, for example after showing the user a confirmation dialog
- For more details, see What's new and Upgrade guide in docs
API CHANGES
- [DEPRECATED] The
resourcesparam of thebeforeEventAddevent fired by SchedulerPro was renamed toresourceRecordsand will be removed in 5.0
LOCALE UPDATES
removeRowslabel of CellMenu & GridBase was removed- Value of
removeRowlabel of CellMenu & GridBase was updated to say just 'Remove' - RowCopyPaste locales were updated to just say 'Copy', 'Cut' & 'Paste'.
copyRows,cutRows&pasteRowskeys were removed - EventCopyPaste locales were updated to just say 'Copy', 'Cut' & 'Paste'.
copyRows,cutRows&pasteRowskeys were removed
BUG FIXES
- #3075 - Task editor behaviour changed after drag create
4.1.6 - 2021-06-23
FEATURES / ENHANCEMENTS
- TaskEdit has a new
scrollIntoViewboolean config allowing to opt-out of scrolling the task being edited into view (#997)
BUG FIXES
- #3005 - [VUE-3] Problem with Critical Paths due to Vue Proxy and double native events firing bug
- #3026 - [VUE-2] and [VUE-3] typescript type declarations are missing
4.1.5 - 2021-06-09
FEATURES / ENHANCEMENTS
- Scheduler Pro now has a
minHeightof10emby default. This assures that the Scheduler Pro will get a size even if no other sizing rules are applied for the element it is rendered to. When the defaultminHeightis driving the height, a warning is shown on the console to let the dev know that sizing rules are missing. The warning is not shown if aminHeightis explicitly configured (#2915) - [TYPINGS] API singleton classes are correctly exported to typings (#2752)
BUG FIXES
- #674 - Setting field value or visibility does not work in beforeTaskEditShow when field has "name" property specified
- #2889 - [ANGULAR] Project model event listeners do not fire on production angular build
- #2990 - [ANGULAR] Preventable async events don't work
- #2991 - Events disappear after scrolling
4.1.4 - 2021-05-28
FEATURES / ENHANCEMENTS
- TypeScript definitions updated to use typed
Partial<>parameters where available - Buttons now has a new style
b-transparentthat renders them without background or borders (#2853) - [NPM] repository package
@bryntum/schedulerpronow includes source code (#2723) - [NPM] repository package
@bryntum/schedulerpronow includes minified versions of bundles (#2842) - [FRAMEWORKS] Frameworks demos packages dependencies updated to support Node v12
BUG FIXES
- #2104 - "Core" code not isomorphic
- #2691 - Docs for ResourceNonWorkingTime feature
- #2828 - Memory leak when replacing project instance
- #2834 - Core should not use b-fa for icon prefix
- #2858 - Crash when reloading project if groups are collapsed
- #2865 - CrudManager should disable autoSync / autoLoad for all its stores
- #2885 - Fast switching tabs in TaskEditor is shows blank tab
4.1.3 - 2021-05-13
FEATURES / ENHANCEMENTS
- Percent Bar feature allows to use a custom field instead of percentDone (#2739)
- Bumped the built-in version of FontAwesome Free to 5.15.3 and added missing imports to allow stacked icons etc
- Bumped the
@babel/preset-envconfig target tochrome: 75for the UMD and Module bundles. This decreased bundle sizes and improved performance for modern browsers - Updated Angular Wrappers to be compatible with Angular 6-7 in production mode for target
es2015
API CHANGES
- Scheduler Pro's locales have a new
GanttTaskEditorentry. It defines the width of the task editor when using Gantt's editor with Scheduler Pro (#2789) - [DEPRECATED] EventDrag#dragTipTemplate was renamed to
tooltipTemplateto better match the naming scheme of other features
BUG FIXES
- #2665 - Timeline does not render events when used as container item
- #2745 - Vue 3 demo crashes when clicking left-most checkbox in tbar
- #2778 - Wrong module declaration in typings file
- #2810 - PercentBar feature cannot be disabled
- #2820 - Loading SchedulerPro styles to a Calendar demo breaks it
- #2859 - Drag feature does not update the element when drag is finalized async
4.1.2 - 2021-04-27
BUG FIXES
- #2735 - Exception when resizing event with disabled dependencies feature in scheduler pro
- #2746 - Deleting predecessor in task editor should put focus back on a row/cell
- #2761 - Task editor padding missing
4.1.1 - 2021-04-23
API CHANGES
- ResourceNonWorkingTime feature now has a
maxTimeAxisUnitconfig to define at what time axis resolution to stop drawing non-working time. Defaults to 'hour', meaning when you zoom out to day view or greater the non-working elements will not be painted. The feature also supports configuring the Model class to use for the non-working time records, viaresourceTimeRangeModelClass
BUG FIXES
- #2138 - ResourceHistogram is not refreshed after inline data reset and load again
- #2257 - ScaleColumn of ResourceHistogram widget should be configurable
- #2488 - TaskEditor tab configuration in beforeTaskEditShow does not work correct
- #2493 - GeneralTab defines the height of the TaskEditor
- #2606 - SchedulerPro doesn't refresh events
- #2632 - Resource non-working time should not be drawn when zoomed out
- #2636 - [WRAPPERS] Features are not updated at runtime
- #2649 - Timeline should not force flex value
- #2679 - on-owner events should be added to owner too in docs
- #2681 - Yarn. Package trial alias can not be installed
- #2697 - Should be possible to select only single resource
4.1.0 - 2021-04-02
FEATURES / ENHANCEMENTS
- We are happy to announce that Bryntum Scheduler Pro now can be directly installed using our npm registry We've updated all our frameworks demos to use
@bryntumnpm packages. See them inexamples/frameworksfolder Please refer to "Npm packages" guide in docs for registry login and usage information - ProjectModel now exposes a
changesproperty returning an object with the current changes in its stores - Bryntum demos were updated with XSS protection code.
StringHelper.encodeHtmlandStringHelper.xssfunctions were used for this - Added new Vue Cell Renderer demo to show Vue Components as cell renderers (Partially fixed #946 - Vue: Support components in renderers)
- Added new React 17 demo for Scheduler with Timeline widget. The example also implements theme switching (#1823 and #2213)
- A new custom element was added to use the SchedulerPro inside a web component. See the new webcomponents demo for reference
- Added new Vue 3 demo of Scheduler Pro partnered with Resource histogram (#1315)
- Added new "Scheduler Pro event scheduling" guide describing events scheduling logic (#2268)
API CHANGES
- [BREAKING] Removed RequireJS demos and integration guides in favor of modern ES6 Modules technology (#1963)
- [BREAKING]
initmethod is no longer required in Lightning Web Components and was removed from the LWC bundle - [DEPRECATED] In the
DependencyCreationfeature, thedataparam of all events was deprecated. All events now have useful documented top level params
BUG FIXES
- #655 - Cell editor misaligned if row grows as a result of cell edit
- #695 - Dependency line not redrawn during resize
- #1525 - Improve Localization guide
- #1893 - [REACT] JSX renderer not supported for TreeColumn
- #2088 - Error in ResourceInfoColumn after reload inline data
- #2211 - Add test coverage for XSS
- #2264 - ResourceHistogram column header menu does not work when a feature specified
- #2359 - Update readme files in all framework demos in all products
- #2379 - Add minified version of *.lite.umd.js to the bundle
- #2437 - Demo styling issues
- #2441 - Demo control sizes and styling issues
- #2549 - Reacts timeline demo is fixed height
- #2559 - Resource Histogram demo in Vue is misconfigured
4.0.8 - 2021-01-27
FEATURES / ENHANCEMENTS
- Project (Crud Manager) now supports less strict
syncresponse format allowing to respond only server side changes SeesupportShortSyncResponseconfig for details
API CHANGES
- [BREAKING] Project (Crud Manager) default behaviour has been changed to allow
syncresponse to include only server-side changes Previously it was mandatory to mention each updated/removed record in the response to confirm the changes With this release the project automatically confirms changes of all updated/removed records mentioned in corresponding request To revert to previous strict behaviour please usesupportShortSyncResponseconfig
BUG FIXES
4.0.7 - 2021-01-12
BUG FIXES
- #2197 - Broken styles in React demos
4.0.6 - 2020-12-29
BUG FIXES
4.0.5 - 2020-12-15
FEATURES / ENHANCEMENTS
- You can now change partnership of Scheduler panels at runtime using
addPartner/removePartnerAPIs (#2042)
BUG FIXES
- #2082 - Not possible to configure a config object or Tooltip instance as EventResize#tip
4.0.4 - 2020-12-09
FEATURES / ENHANCEMENTS
- A new config
discardPortalson the React wrapper, that controls the behaviour of cell renderers using React components. Set tofalse(default) to enhance performance. Set totrueto limit memory consumption - A new Scheduler feature
StickyEventsenables the textual content of event bars to "stick" within the scrolling viewport until the event itself is out of view. (#390)
API CHANGES
- [DEPRECATED] The
showDeleteButtonconfig on the TaskEdit feature was deprecated in favor of theitemsconfig (#1526)
BUG FIXES
- #1717 - Dependency tabs bbar buttons lack height
- #1812 - Make tables look better in docs
- #1869 - Very low performance of React cell renderers
- #1962 - Dependencies are not refreshed when replace resources
4.0.3 - 2020-11-17
FEATURES / ENHANCEMENTS
schedulerpro.umd.jsandschedulerpro.lite.umd.jsbundles are now compiled with up-to-date@babel/preset-envwebpack preset with no extra polyfilling. This change decreases size for the bundle by ~20% and offers performance enhancements for supported browsers- [DEPRECATED]
schedulerpro.lite.umd.jswas deprecated in favor ofschedulerpro.umd.jsand will be removed in version 5.0
BUG FIXES
- #1681 - React applications are compiled with patched
react-scriptspresets. Checkexamples/frameworks/npm/react/readme.mdfor more information - #1743 - No way to drag outer event if it's 100% full of subtasks
4.0.2 - 2020-11-04
BUG FIXES
- #724 - Not possible to shift event -1d if it starts after a non-working day
4.0.1 - 2020-11-03
BUG FIXES
- Fixed minor bugs
4.0.0 - 2020-10-19
FEATURES / ENHANCEMENTS
- Added Bryntum Scheduler Pro with Timeline widget demo
- Added Pro example with draggable nested events (#889)
- Scheduler Pro now extends
Panelinstead ofContainer. This allows you to easily add toolbars to it (#1417) - Added Bryntum Scheduler Pro example for Ext JS modern framework (#1471)
- Added a new powerful MapboxGL JS integration demo, see examples/maps (#1476)
- Added
schedulerpro.lite.umd.jsmodule that does not includePromisepolyfill. This module is primarily intended to be used with Angular to preventzone.jspolyfills overwrite - Added experimental support for Salesforce Locking Service (#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
API CHANGES
- [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] The
Default,LightandDarkthemes were renamed toClassic,Classic-LightandClassic-DarkThis 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 of Grid) TaskModel.calendarproperty behavior has been changed. Now it returns the task own calendar only (so it could benullif the task has no own calendar specified). To get the effective calendar used by the task please useTaskModel.effectiveCalendarwhich refers to the actual calendar used by the task (either the task own calendar if provided or the project calendar)- 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
defaultValueor other attribute of the field - The
dateFormatconfig fortype='date'model fields has been simplified toformat - Propagation caused by data loading has been changed and now supports two alternative ways (fixed #1346) The changes happened due to the propagation are applied either:
- silently: no store
change/updateevents are triggered, records aren't modified after the propagation. This mode is used by default - not silently: store
change/updateevents are triggered, records are modified after the propagation Please check projectsilenceInitialCommitconfig for details
- Scheduler Pros "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,changeandrefreshevents. Please see the upgrade guide for more information (#1486)
BUG FIXES
- #639 - Toggling working time on and off does not redraw
- #1140 - taskEdit feature ignores width defined in editorConfig
- #1249 - Columns lines are not exported correctly
- #1252 - Adding predecessor removes dependency line to the successor
- #1272 - Crash when removing all resources
- #1289 - TaskEdit confirmDelete dialog doesn't support localization
- #1313 - Grouping feature throws in Scheduler Pro Resource Histogram demo
- #1330 - Event takes significant time to appear after scroll
- #1439 - Editor not shown after drag create
- #1442 - Invalid resize not reverted
- #1461 - Overlapping events styling broken
- #1470 - Replacing dataset is very slow
- #1472 - Task Editor items of two separate Scheduler Pro instances have implicit impact on each other
- #1503 - Cancelling editing of a newly added event should remove it
- #1506 - Task tooltip should not show while task editor is open
- #1521 - Resource grouping issues
- #1538 - Drag create does not respect start+end date of the drag if Event model has a default duration set
- #1549 - SchedulerPro summary feature not working
- #1548 - [ANGULAR] Investigate zone.js loading order and set it to Angular default
- #1569 - Mapping for date on nestedData doesn't work
- #1611 - Not possible to select text in Task Editor name field in Firefox
- #1613 - Tasks flicker on initial load in Firefox
- #1622 - Dependencies are drawn to unassigned events
- #1635 - Dragging task outside the timeline and back into the schedule causes a crash
- #1659 - TaskEditor demo does not remove warning icon after update
- #1645 - Angular example throws an error on expired trial version
- #1654 - autoSync doesn't send assignment data
- #1655 - autoSync keep trying to sync
- #1668 - Crash if adding features config to Timeline config object
- #1670 - Event Editor fails to initialize resource field after editing multi assigned event
1.0.2 - 2020-07-24
FEATURES / ENHANCEMENTS
- Added Angular, React and Vue wrappers for Scheduler Pro and Histogram + demos. #787
API CHANGES
- Localization moved from
SchedulerProCommontoDependencyType
BUG FIXES
- #797 - View breaks after zooming out few times then clicking work time button
- #906 - When select event and press enter the event editor doesn't open
- #956 - Crash when clicking Add button in React basic demo
- #1041 - Changing calendar does not redraw events
- #1084 - Resource non working time only drawn for initial time span
1.0.1 - 2020-05-12
BUG FIXES
- #746 - Histogram doesn't track visible timespan changes
1.0.0-ga - 2020-05-07
- It is with great pleasure we announce the 1.0 version of the Bryntum Scheduler Pro – our brand new product combining the visualisation capabilities of the Bryntum Scheduler with the scheduling engine of the Bryntum Gantt The result is a very powerful scheduling tool, which utilises Gantt data structures to reschedule successor tasks while respecting constraints, dependencies and calendars. A typical use case is a Manufacturing Execution System (MES) where staff have defined shifts, machines need downtime for maintenance / repair and tasks are recurring and inter-dependent
FEATURES / ENHANCEMENTS
- Added histogram widget + demo
- Added new
pro-drag-from-griddemo
API CHANGES
- BREAKING: Method
isValidof the DependencyBaseModel is now a getter
BUG FIXES
- #586 - Histogram demo needs to show weekends
- #599 - Vertical view broken in dragfromgrid demo
- #601 - Drag-onto-tasks event styling a bit broken
- #602 - Events are not updated when resource color is changed
- #604 - Crash after removing resource in task editor and assigning new one
- #605 - Dependencies not redrawn correctly when unassigning
- #607 - Progress bar is missing on event
- #611 - Wrong milestone styling in multi summary demo
- #615 - Major column lines are not updated correctly
- #616 - Unintentional header on event tooltips
- #617 - Column lines out of alignment on timeaxis demo
- #619 - Custom event styling broken in tasks demo
- #622 - Dependencies not working in bigdataset demo
- #625 - Wrong event styling in eventeditor demo
- #629 - Unreadable text in
Fill ticksdemo - #633 - Nested events styling broken
- #635 - Events disappear when toggling other node
- #637 - Wrong event styling in validation dem
- #646 - View is not updated when cancelling changes from task editor
- #647 - Crash when double clicking to create new event while task editor is visible
- #650 - Broken styling in weekends demo
- #652 - EventEditor layout issues in material
- #654 - Percent bar should not have rounded corners
- #659 - Dependency lines should break at a grid based on rowHeight
- #667 - ActionColumn icons in Material have too sharp black color
- #676 - Improve resource histogram colors
- #682 - Crash after editing duration of task
- #684 - Label widths not loaded from locale
- #688 - Should not save if state of task editor is invalid
- #693 - Constraint is set after undo
- #697 - Selected event has indistinguishable progress bar
- #704 - Crash on drag after deleting a successor
- #706 - Histogram crashes upon render in Safari
- #725 - Crash if clearing start date field and pressing TAB
- #732 - Milestones are rendered incorrectly in scheduler