Guide applies to: modern

Diff between Ext JS 7.4.0 and Ext JS 7.5.0 (modern)

Modified Classes

Ext.Dialog

  • Modified Configs

    • draggable

      • value

        1. {
        2. handle: '.' + Ext.baseCSSPrefix + 'draggable',
        3. listeners: {
        4. beforedragstart: 'onBeforeDragDialog',
        5. dragend: 'onDragEnd',
        6. scope: 'this'
        7. }
        8. }

Ext.grid.cell.Number

  • Added Configs
    • renderer
    • scope

Ext.grid.filters.Plugin

  • mixins is**

    1. Ext.state.Stateful,Ext.mixin.StoreWatcher,Ext.mixin.Bufferable

    **was_

    1. Ext.state.Stateful,Ext.mixin.StoreWatcher

    _

Ext.grid.plugin.filterbar.filters.Base

  • Modified Configs
    • grid
      • type is Ext.grid.Grid (was Ext.grid.Panel)

SDK Totals

  • 1,243 Classes
  • 3,717 Configs
  • 1,340 Properties
  • 61 Static Properties
  • 4,771 Methods
  • 195 Static Methods
  • 730 Events
  • 2,553 Vars
  • 98 Sass Mixins