Change log
Scheduler for Ext JS
Release history for Ext Scheduler
Version 6.1.2, 2019-11-28
SUPPORTED EXT JS VERSIONS
- 7.0.0
- 6.7.0
BUG FIXES
- Fixed #4099: Event is not dropped correctly with non-continuous time axis
- Fixed #7022: While dragging a new dependency line it should only show the tooltip of the newly dragged line
- Fixed #8698: Events with invalid dates are rendered
- Fixed #8792: Wrong QUARTER and YEAR constants in unitsInMs
- Fixed #9279: Creating events in Simpleeditor demo fails with exception
- Fixed #9360: Timeline HoverTooltip is not shown
- Fixed #9399: Eventkeydown not working in allday-header
- Fixed #9442: Dragging a task outside the rendered timespan when infinite scroll is enabled fails with an exception
- Fixed #9446: Architect extension has no CSS bundle
- Fixed #9474: When store is loaded reapplying filters fails with exception
Version 6.1.1, 2019-11-06
SUPPORTED EXT JS VERSIONS
- 7.0.0
- 6.7.0
FEATURES / ENHANCEMENTS
- This version contains two sets of CSS files: one built for ExtJS 7.0.0 (`resources/css/ext7` folder) and another one built for ExtJS 6.7.0 (`resources/css/ext` folder).
- `bryntum-scheduler-theme-material` theme `package.json` file was changed. Its `framework` property was set to `ext7` (to explicitly indicate that the theme is supported by ExtJS 7.0.0 only). Please edit the file or your applicatkion/workspace framework value accordingly.
BUG FIXES
Version 6.1.0, 2019-10-29
SUPPORTED EXT JS VERSIONS
- 7.0.0
- 6.7.0
FEATURES / ENHANCEMENTS
- Ext JS 7.0 is now supported
- Added support for Graphite and Material themes (Fixed #6892)
BUG FIXES
- Fixed #9260: Crash when adding resourceZone to resource inside a collapsed node
- Fixed #9297: Weekday holiday header is not highlighted
Version 6.0.13, 2019-09-10
SUPPORTED EXT JS VERSIONS
- 6.7.0
- 6.6.0
BUG FIXES
- Fixed #9007: Scheduler with AssignmentStore doesn't take EventStore filtering into account
- Fixed #9011: Resource#getEventStore fails for ResourceTreeStore
Version 6.0.12, 2019-07-15
SUPPORTED EXT JS VERSIONS
- 6.7.0
- 6.6.0
BUG FIXES
- Fixed #8768: Timeline should refresh its contents on visibility change
- Fixed #8788: RTL: creating dependencies doesn't work if touch mode enabled
- Fixed #8816: scrollEventIntoView doesn't scroll view to event if it's much shorter then the view width
- Fixed #8847: Remove trailing semicolon in recurrence rule
- Fixed #8920: ExtJS copies value from one cell editor to another
- Fixed #8922: Cell editing fails when the last row is getting edited and you scroll to the top most row and then to the bottom most row
Version 6.0.11, 2019-06-17
SUPPORTED EXT JS VERSIONS
- 6.7.0
- 6.6.0
FEATURES / ENHANCEMENTS
- Crud Manager now supports fields mapping when it sends requests to server (Fixed #8620 and Fixed #8696). For usage details please see `fieldMapping` config in the docs.
BUG FIXES
- Fixed #6672: Allday header should not react on pinch zoom
- Fixed #7794: FilterableTreeStore mixin is incompatible with Ext tree filtering
- Fixed #8315: Drag drop not working when zooming to devicePixelratio < 1
- Fixed #8573: scrollEventIntoView doesn't reach the first task when it's scrolled vertically
Version 6.0.10, 2019-05-01
SUPPORTED EXT JS VERSIONS
- 6.7.0
- 6.6.0
FEATURES / ENHANCEMENTS
- Ext JS 6.7.0 support added
BUG FIXES
- Fixed Sencha Architect extension to be able to work with extjs 6.5.3 version
- Fixed #7540: AllowOverlap not working on schedulergrid in weekview mode (re-opened)
- Fixed #8118: Ext.dom.Element#addCls overrides existing classes on SVG elements
Version 6.0.9, 2019-03-28
SUPPORTED EXT JS VERSIONS
- 6.6.0
- 6.5.3
FEATURES / ENHANCEMENTS
- Open link to exported PDF in a new tab. See 'openInNewTab' export config (Fixed #7727)
BUG FIXES
- Fixed #7285: Duration is calculated incorrectly when using Scheduler drag creator w/ the Gantt data model
- Fixed #7510: 'eventkeydown' not fired
- Fixed #7540: AllowOverlap not working on schedulergrid in weekview mode
- Fixed #7543: Dragging multiple records in weekview not working
- Fixed #7611: Add Sch.plugin.EventTools to the Architect extension
- Fixed #7806: RTL mode: creating dependencies is broken
Version 6.0.8, 2019-01-09
SUPPORTED EXT JS VERSIONS
- 6.6.0
- 6.5.3
BUG FIXES
- Fixed #7288: recurringEvents false on EventEditor throws an exception if Scheduler recurringEvents is true
- Fixed #7299: Generate occurrences only on successful events loading operation
- Fixed #7406: Should be able to set any of event editor form field hidden
- Fixed #7454: Error when showAllDayHeader is false and there is an all day event
- Fixed #7455: TimeAxis in WeekView doesn't support minutes
Version 6.0.7, 2018-11-27
SUPPORTED EXT JS VERSIONS
- 6.6.0
- 6.5.3
FEATURES / ENHANCEMENTS
- Added support of locale sub-classes providing translations for part of the parent class phrases only (Fixed #7241).
BUG FIXES
- Fixed #7221: Broken view source link when clicking a class name
Version 6.0.6, 2018-11-19
SUPPORTED EXT JS VERSIONS
- 6.6.0
- 6.5.3
BUG FIXES
- Fixed #7099: Drag create doesn't work on touch devices