Release Notes for Ext JS 6.2.0

Release Date: August 31, 2016
Version Number: 6.2.0.981

New Features

Bugs Fixed

Known Issues

Release Notes for Ext JS 6.2.0 Beta

Release Date: June 13, 2016
Version Number: 6.2.0.589

New Features

Bugs Fixed

Release Notes for Ext JS 6.0.2

Release Date: March 25, 2016
Version Number: 6.0.2.437

Noteworthy

Ext.grid.plugin.CellEditing now fires beforeedit and edit before moving to the next cell while tabbing. If you were using beforeedit to prevent the completion of the edit for a previous cell, you should now use the validateedit event instead.

New Features

Bugs Fixed

Release Notes for Ext JS 6.0.1

Release Date: September 2, 2015
Version Number: 6.0.1.250

Noteworthy

The default value for Ext Direct Remoting API variable name was changed from

Ext.app.REMOTING_API
to
Ext.REMOTING_API
for better alignment with published Ext Direct specification. If your application makes use of the
loadProvider
method in Ext.direct.Manager, you will need to review and possibly update the
varName
config option.

New Features

Bugs Fixed

<

Release Notes for Ext JS 6.0.0

Release Date: July 1, 2015
Version Number: 6.0.0.645

New Features

Bugs Fixed

Release Notes for Ext JS 6.0.0 Beta

Release Date: May 25, 2015
Version Number: 6.0.0.415

New Features

Bugs Fixed

Release Notes for Ext JS 5.1.2

Release Date: October 6, 2015
Version Number: 5.1.2.748

New Features

Bugs Fixed

Release Notes for Ext JS 5.1.1

Release Date: May 6, 2015
Version Number: 5.1.1.451

Noteworthy

Viewports and iOS8

Ext JS requires a viewport meta tag in order to control the layout of the viewport in mobile browsers. In previous releases this tag was dynamically appended to the document head for applications that used Ext.plugin.Viewport or Ext.container.Viewport. As of iOS8 dynamic addition of the viewport tag no longer works correctly, resulting in incorrect measurement of viewport size on initial layout. As a result Ext JS now requires that applications add the following viewport meta tag directly to their index.html pages:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

New Features

Bugs Fixed

Release Notes for Ext JS 5.1.0

Release Date: December 10, 2014
Version Number: 5.1.0.107

New Features

Bugs Fixed

Release Notes for Ext JS 5.1.0 Beta

Release Date: November 25, 2014
Version Number: 5.1.0.47

Notable changes

New Features

Bugs Fixed

Release Notes for Ext JS 5.0.1

Release Date: August 5, 2014
Version Number: 5.0.1.1255

New Features

Bugs Fixed